Uses of Class
cool.klass.model.converter.compiler.state.AntlrClassifier
Packages that use AntlrClassifier
Package
Description
-
Uses of AntlrClassifier in cool.klass.model.converter.compiler
Methods in cool.klass.model.converter.compiler that return AntlrClassifierModifier and TypeMethodDescriptionCompilerWalkState.getClassifier()CompilerWalkState.getThisReference() -
Uses of AntlrClassifier in cool.klass.model.converter.compiler.phase.criteria
Constructors in cool.klass.model.converter.compiler.phase.criteria with parameters of type AntlrClassifierModifierConstructorDescriptionExpressionValueVisitor(CompilerState compilerState, AntlrClassifier thisReference, IAntlrElement expressionValueOwner) -
Uses of AntlrClassifier in cool.klass.model.converter.compiler.state
Subclasses of AntlrClassifier in cool.klass.model.converter.compiler.stateFields in cool.klass.model.converter.compiler.state declared as AntlrClassifierModifier and TypeFieldDescriptionstatic final AntlrClassifierAntlrClassifier.AMBIGUOUSstatic final AntlrClassifierAntlrClassifier.NOT_FOUNDMethods in cool.klass.model.converter.compiler.state that return AntlrClassifierModifier and TypeMethodDescriptionAntlrClassifierReference.getClassifier()AntlrDomainModel.getClassifierByContext(org.antlr.v4.runtime.ParserRuleContext context) AntlrDomainModel.getClassifierByName(String classifierName) Methods in cool.klass.model.converter.compiler.state with parameters of type AntlrClassifierModifier and TypeMethodDescriptionbooleanAntlrClassifier.isSubTypeOf(AntlrClassifier classifier) Method parameters in cool.klass.model.converter.compiler.state with type arguments of type AntlrClassifierModifier and TypeMethodDescriptionprotected org.eclipse.collections.api.list.ImmutableList<AntlrDataTypeProperty<?>>AntlrClassifier.getAllDataTypeProperties(org.eclipse.collections.api.list.MutableList<AntlrClassifier> visited) protected org.eclipse.collections.api.list.ImmutableList<AntlrModifier>AntlrClassifier.getAllModifiers(org.eclipse.collections.api.list.MutableList<AntlrClassifier> visited) 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<AntlrDataTypeProperty<?>>AntlrClass.getInheritedDataTypeProperties(org.eclipse.collections.api.list.MutableList<AntlrClassifier> visited) protected org.eclipse.collections.api.list.ImmutableList<AntlrDataTypeProperty<?>>AntlrClassifier.getInheritedDataTypeProperties(org.eclipse.collections.api.list.MutableList<AntlrClassifier> visited) protected org.eclipse.collections.api.list.ImmutableList<AntlrModifier>AntlrClass.getInheritedModifiers(org.eclipse.collections.api.list.MutableList<AntlrClassifier> visited) protected org.eclipse.collections.api.list.ImmutableList<AntlrModifier>AntlrClassifier.getInheritedModifiers(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) protected voidAntlrClassifier.getOverriddenDataTypeProperties(String name, org.eclipse.collections.api.list.MutableList<AntlrDataTypeProperty<?>> overriddenProperties, org.eclipse.collections.api.set.MutableSet<AntlrClassifier> visited) Constructors in cool.klass.model.converter.compiler.state with parameters of type AntlrClassifierModifierConstructorDescriptionAntlrClassifierReference(KlassParser.ClassifierReferenceContext classifierReferenceContext, Optional<CompilationUnit> compilationUnit, AntlrClassifierReferenceOwner classifierReferenceOwner, AntlrClassifier classifier) -
Uses of AntlrClassifier in cool.klass.model.converter.compiler.state.order
Constructors in cool.klass.model.converter.compiler.state.order with parameters of type AntlrClassifierModifierConstructorDescriptionAntlrOrderBy(org.antlr.v4.runtime.ParserRuleContext elementContext, Optional<CompilationUnit> compilationUnit, AntlrClassifier thisContext, AntlrOrderByOwner orderByOwner) -
Uses of AntlrClassifier in cool.klass.model.converter.compiler.state.projection
Fields in cool.klass.model.converter.compiler.state.projection declared as AntlrClassifierModifier and TypeFieldDescriptionprotected final AntlrClassifierAntlrProjectionParent.classifierMethods in cool.klass.model.converter.compiler.state.projection that return AntlrClassifierConstructors in cool.klass.model.converter.compiler.state.projection with parameters of type AntlrClassifierModifierConstructorDescriptionAntlrProjection(KlassParser.ProjectionDeclarationContext elementContext, Optional<CompilationUnit> compilationUnit, int ordinal, KlassParser.IdentifierContext nameContext, AntlrCompilationUnit compilationUnitState, AntlrClassifier classifier, String packageName) AntlrProjectionDataTypeProperty(KlassParser.ProjectionPrimitiveMemberContext elementContext, Optional<CompilationUnit> compilationUnit, int ordinal, KlassParser.IdentifierContext nameContext, KlassParser.HeaderContext headerContext, String headerText, AntlrProjectionParent antlrProjectionParent, AntlrClassifier classifier, AntlrDataTypeProperty<?> dataTypeProperty) protectedAntlrProjectionParent(org.antlr.v4.runtime.ParserRuleContext elementContext, Optional<CompilationUnit> compilationUnit, int ordinal, KlassParser.IdentifierContext nameContext, AntlrClassifier classifier) AntlrProjectionProjectionReference(KlassParser.ProjectionProjectionReferenceContext elementContext, Optional<CompilationUnit> compilationUnit, int ordinal, KlassParser.IdentifierContext nameContext, AntlrClassifier classifier, AntlrProjectionParent antlrProjectionParent, AntlrClassifier classifierState, AntlrReferenceProperty<?> referenceProperty, AntlrProjection referencedProjection) AntlrProjectionReferenceProperty(KlassParser.ProjectionReferencePropertyContext elementContext, Optional<CompilationUnit> compilationUnit, int ordinal, KlassParser.IdentifierContext nameContext, AntlrClassifier classifier, AntlrProjectionParent antlrProjectionParent, AntlrClassifier classifierState, AntlrReferenceProperty<?> referenceProperty) -
Uses of AntlrClassifier in cool.klass.model.converter.compiler.state.property
Classes in cool.klass.model.converter.compiler.state.property with type parameters of type AntlrClassifierFields in cool.klass.model.converter.compiler.state.property declared as AntlrClassifierModifier and TypeFieldDescriptionprotected final AntlrClassifierAntlrDataTypeProperty.owningClassifierMethods in cool.klass.model.converter.compiler.state.property that return AntlrClassifierModifier and TypeMethodDescriptionAntlrAssociationEndSignature.getOwningClassifier()AntlrDataTypeProperty.getOwningClassifier()abstract AntlrClassifierAntlrProperty.getOwningClassifier()AntlrAssociationEndSignature.getType()Methods in cool.klass.model.converter.compiler.state.property with parameters of type AntlrClassifierModifier and TypeMethodDescriptionvoidAntlrAssociationEnd.reportDuplicateOppositeWithModifier(CompilerAnnotationHolder compilerAnnotationHolder, AntlrClassifier classifier, String modifierString, AnnotationSeverity severity) Constructors in cool.klass.model.converter.compiler.state.property with parameters of type AntlrClassifierModifierConstructorDescriptionAntlrAssociationEndSignature(KlassParser.AssociationEndSignatureContext elementContext, Optional<CompilationUnit> compilationUnit, int ordinal, KlassParser.IdentifierContext nameContext, AntlrClassifier owningClassifier) protectedAntlrDataTypeProperty(org.antlr.v4.runtime.ParserRuleContext elementContext, Optional<CompilationUnit> compilationUnit, int ordinal, KlassParser.IdentifierContext nameContext, AntlrClassifier owningClassifier, boolean isOptional) AntlrEnumerationProperty(KlassParser.EnumerationPropertyContext elementContext, Optional<CompilationUnit> compilationUnit, int ordinal, KlassParser.IdentifierContext nameContext, AntlrClassifier owningClassifier, boolean isOptional, AntlrEnumeration enumeration) AntlrPrimitiveProperty(KlassParser.PrimitivePropertyContext elementContext, Optional<CompilationUnit> compilationUnit, int ordinal, KlassParser.IdentifierContext nameContext, AntlrClassifier owningClassifier, boolean isOptional, AntlrPrimitiveType primitiveType)