Uses of Class
cool.klass.model.converter.compiler.state.projection.AntlrProjectionParent
Packages that use AntlrProjectionParent
-
Uses of AntlrProjectionParent in cool.klass.model.converter.compiler.state.projection
Methods in cool.klass.model.converter.compiler.state.projection that return AntlrProjectionParentModifier and TypeMethodDescriptionAntlrProjectionDataTypeProperty.getParent()AntlrProjectionElement.getParent()AntlrProjectionProjectionReference.getParent()AntlrProjectionReferenceProperty.getParent()Constructors in cool.klass.model.converter.compiler.state.projection with parameters of type AntlrProjectionParentModifierConstructorDescriptionAntlrProjectionDataTypeProperty(KlassParser.ProjectionPrimitiveMemberContext elementContext, Optional<CompilationUnit> compilationUnit, int ordinal, KlassParser.IdentifierContext nameContext, KlassParser.HeaderContext headerContext, String headerText, AntlrProjectionParent antlrProjectionParent, AntlrClassifier classifier, AntlrDataTypeProperty<?> dataTypeProperty) 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)