Uses of Class
cool.klass.model.converter.compiler.state.property.AntlrProperty
Packages that use AntlrProperty
Package
Description
-
Uses of AntlrProperty in cool.klass.model.converter.compiler.state
Fields in cool.klass.model.converter.compiler.state with type parameters of type AntlrPropertyModifier and TypeFieldDescriptionprotected final org.eclipse.collections.api.list.MutableList<AntlrProperty>AntlrClassifier.declaredMembersprotected final org.eclipse.collections.api.list.MutableList<AntlrProperty>AntlrClassifier.declaredPropertiesMethods in cool.klass.model.converter.compiler.state with type parameters of type AntlrPropertyModifier and TypeMethodDescriptionprotected <T extends AntlrProperty>
voidAntlrClassifier.reportMultiplePropertiesWithModifiers(CompilerAnnotationHolder compilerAnnotationHolder, org.eclipse.collections.api.list.MutableList<T> properties, String... modifiersArray) Methods in cool.klass.model.converter.compiler.state that return types with arguments of type AntlrPropertyModifier and TypeMethodDescriptionfinal org.eclipse.collections.api.list.ImmutableList<AntlrProperty>AntlrClassifier.getAllProperties()protected org.eclipse.collections.api.list.ImmutableList<AntlrProperty>AntlrClassifier.getAllProperties(org.eclipse.collections.api.list.MutableList<AntlrClassifier> visited) protected org.eclipse.collections.api.list.ImmutableList<AntlrProperty>AntlrClass.getInheritedProperties(org.eclipse.collections.api.list.MutableList<AntlrClassifier> visited) protected org.eclipse.collections.api.list.ImmutableList<AntlrProperty>AntlrClassifier.getInheritedProperties(org.eclipse.collections.api.list.MutableList<AntlrClassifier> visited) -
Uses of AntlrProperty in cool.klass.model.converter.compiler.state.property
Subclasses of AntlrProperty in cool.klass.model.converter.compiler.state.propertyModifier and TypeClassDescriptionclassclassclassclassAntlrDataTypeProperty<T extends DataType>classclassclassclassAntlrReferenceProperty<Type extends AntlrClassifier>