Uses of Interface
cool.klass.model.converter.compiler.state.IAntlrElement
Packages that use IAntlrElement
Package
Description
-
Uses of IAntlrElement in cool.klass.model.converter.compiler.annotation
Methods in cool.klass.model.converter.compiler.annotation with parameters of type IAntlrElementModifier and TypeMethodDescriptionvoidCompilerAnnotationHolder.add(String annotationCode, String message, IAntlrElement element) voidCompilerAnnotationHolder.add(String annotationCode, String message, IAntlrElement element, AnnotationSeverity severity) voidCompilerAnnotationHolder.add(String annotationCode, String message, IAntlrElement element, org.antlr.v4.runtime.ParserRuleContext offendingContext) voidCompilerAnnotationHolder.add(String annotationCode, String message, IAntlrElement element, org.antlr.v4.runtime.ParserRuleContext offendingContext, AnnotationSeverity severity) voidCompilerAnnotationHolder.add(String annotationCode, String message, IAntlrElement element, org.eclipse.collections.api.list.ImmutableList<IAntlrElement> surroundingElements, org.eclipse.collections.api.list.ImmutableList<org.antlr.v4.runtime.ParserRuleContext> offendingContexts) voidCompilerAnnotationHolder.add(String annotationCode, String message, IAntlrElement element, org.eclipse.collections.api.list.ImmutableList<IAntlrElement> surroundingElements, org.eclipse.collections.api.list.ImmutableList<org.antlr.v4.runtime.ParserRuleContext> offendingContexts, AnnotationSeverity severity) voidCompilerAnnotationHolder.add(String annotationCode, String message, IAntlrElement element, org.eclipse.collections.api.list.ImmutableList<org.antlr.v4.runtime.ParserRuleContext> offendingContexts) voidCompilerAnnotationHolder.add(String annotationCode, String message, IAntlrElement element, org.eclipse.collections.api.list.ImmutableList<org.antlr.v4.runtime.ParserRuleContext> offendingContexts, AnnotationSeverity severity) Method parameters in cool.klass.model.converter.compiler.annotation with type arguments of type IAntlrElementModifier and TypeMethodDescriptionvoidCompilerAnnotationHolder.add(String annotationCode, String message, IAntlrElement element, org.eclipse.collections.api.list.ImmutableList<IAntlrElement> surroundingElements, org.eclipse.collections.api.list.ImmutableList<org.antlr.v4.runtime.ParserRuleContext> offendingContexts) voidCompilerAnnotationHolder.add(String annotationCode, String message, IAntlrElement element, org.eclipse.collections.api.list.ImmutableList<IAntlrElement> surroundingElements, org.eclipse.collections.api.list.ImmutableList<org.antlr.v4.runtime.ParserRuleContext> offendingContexts, AnnotationSeverity severity) -
Uses of IAntlrElement in cool.klass.model.converter.compiler.phase.criteria
Constructors in cool.klass.model.converter.compiler.phase.criteria with parameters of type IAntlrElementModifierConstructorDescriptionCriteriaVisitor(CompilerState compilerState, IAntlrElement criteriaOwner) ExpressionValueVisitor(CompilerState compilerState, AntlrClassifier thisReference, IAntlrElement expressionValueOwner) LiteralValueVisitor(CompilerState compilerState, IAntlrElement expressionValueOwner) -
Uses of IAntlrElement in cool.klass.model.converter.compiler.state
Subinterfaces of IAntlrElement in cool.klass.model.converter.compiler.stateModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceinterfaceinterfaceClasses in cool.klass.model.converter.compiler.state that implement IAntlrElementModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassfinal classclassMethods in cool.klass.model.converter.compiler.state with type parameters of type IAntlrElementModifier and TypeMethodDescriptiondefault <T extends IAntlrElement>
Optional<T>IAntlrElement.getSurroundingElement(Class<T> elementClass) Methods in cool.klass.model.converter.compiler.state that return types with arguments of type IAntlrElementModifier and TypeMethodDescriptionAntlrClassifierReference.getSurroundingElement()AntlrClassReference.getSurroundingElement()AntlrCompilationUnit.getSurroundingElement()AntlrEnumerationLiteral.getSurroundingElement()AntlrMultiplicity.getSurroundingElement()AntlrPackage.getSurroundingElement()AntlrPackageableElement.getSurroundingElement()AntlrPrimitiveType.getSurroundingElement()AntlrRelationship.getSurroundingElement()default Optional<IAntlrElement>AntlrTopLevelElement.getSurroundingElement()IAntlrElement.getSurroundingElement()default org.eclipse.collections.api.list.ImmutableList<IAntlrElement>IAntlrElement.getSurroundingElements()Methods in cool.klass.model.converter.compiler.state with parameters of type IAntlrElementModifier and TypeMethodDescriptiondefault voidIAntlrElement.reportAuditErrors(CompilerAnnotationHolder compilerAnnotationHolder, org.eclipse.collections.api.list.ListIterable<AntlrModifier> modifiers, IAntlrElement element) Method parameters in cool.klass.model.converter.compiler.state with type arguments of type IAntlrElementModifier and TypeMethodDescriptiondefault voidIAntlrElement.gatherSurroundingElements(org.eclipse.collections.api.list.MutableList<IAntlrElement> result) -
Uses of IAntlrElement in cool.klass.model.converter.compiler.state.criteria
Classes in cool.klass.model.converter.compiler.state.criteria that implement IAntlrElementModifier and TypeClassDescriptionclassclassclassclassclassclassclassMethods in cool.klass.model.converter.compiler.state.criteria that return types with arguments of type IAntlrElementConstructors in cool.klass.model.converter.compiler.state.criteria with parameters of type IAntlrElementModifierConstructorDescriptionAllAntlrCriteria(KlassParser.CriteriaAllContext elementContext, Optional<CompilationUnit> compilationUnit, IAntlrElement criteriaOwner) AntlrAndCriteria(KlassParser.CriteriaExpressionAndContext elementContext, Optional<CompilationUnit> compilationUnit, IAntlrElement criteriaOwner) protectedAntlrBinaryCriteria(org.antlr.v4.runtime.ParserRuleContext elementContext, Optional<CompilationUnit> compilationUnit, IAntlrElement criteriaOwner) protectedAntlrCriteria(org.antlr.v4.runtime.ParserRuleContext elementContext, Optional<CompilationUnit> compilationUnit, IAntlrElement criteriaOwner) AntlrOrCriteria(KlassParser.CriteriaExpressionOrContext elementContext, Optional<CompilationUnit> compilationUnit, IAntlrElement criteriaOwner) EdgePointAntlrCriteria(KlassParser.CriteriaEdgePointContext elementContext, Optional<CompilationUnit> compilationUnit, IAntlrElement criteriaOwner) OperatorAntlrCriteria(KlassParser.CriteriaOperatorContext elementContext, Optional<CompilationUnit> compilationUnit, IAntlrElement criteriaOwner, AntlrOperator operator) -
Uses of IAntlrElement in cool.klass.model.converter.compiler.state.modifier
Subinterfaces of IAntlrElement in cool.klass.model.converter.compiler.state.modifier -
Uses of IAntlrElement in cool.klass.model.converter.compiler.state.operator
Classes in cool.klass.model.converter.compiler.state.operator that implement IAntlrElementModifier and TypeClassDescriptionclassclassclassclassclassMethods in cool.klass.model.converter.compiler.state.operator that return types with arguments of type IAntlrElement -
Uses of IAntlrElement in cool.klass.model.converter.compiler.state.order
Subinterfaces of IAntlrElement in cool.klass.model.converter.compiler.state.orderClasses in cool.klass.model.converter.compiler.state.order that implement IAntlrElementModifier and TypeClassDescriptionclassclassclassMethods in cool.klass.model.converter.compiler.state.order that return types with arguments of type IAntlrElementModifier and TypeMethodDescriptionAntlrOrderBy.getSurroundingElement()AntlrOrderByDirection.getSurroundingElement()AntlrOrderByMemberReferencePath.getSurroundingElement() -
Uses of IAntlrElement in cool.klass.model.converter.compiler.state.parameter
Classes in cool.klass.model.converter.compiler.state.parameter that implement IAntlrElementMethods in cool.klass.model.converter.compiler.state.parameter that return types with arguments of type IAntlrElementConstructors in cool.klass.model.converter.compiler.state.parameter with parameters of type IAntlrElementModifierConstructorDescriptionAntlrParameter(org.antlr.v4.runtime.ParserRuleContext elementContext, Optional<CompilationUnit> compilationUnit, int ordinal, KlassParser.IdentifierContext nameContext, AntlrType type, IAntlrElement parameterOwner) -
Uses of IAntlrElement in cool.klass.model.converter.compiler.state.projection
Subinterfaces of IAntlrElement in cool.klass.model.converter.compiler.state.projectionModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in cool.klass.model.converter.compiler.state.projection that implement IAntlrElementModifier and TypeClassDescriptionclassclassclassclassclassMethods in cool.klass.model.converter.compiler.state.projection that return types with arguments of type IAntlrElementModifier and TypeMethodDescriptionAntlrProjection.getSurroundingElement()default Optional<IAntlrElement>AntlrProjectionElement.getSurroundingElement() -
Uses of IAntlrElement in cool.klass.model.converter.compiler.state.property
Classes in cool.klass.model.converter.compiler.state.property that implement IAntlrElementModifier and TypeClassDescriptionclassclassclassclassAntlrDataTypeProperty<T extends DataType>classclassclassclassclassclassAntlrReferenceProperty<Type extends AntlrClassifier>Methods in cool.klass.model.converter.compiler.state.property that return types with arguments of type IAntlrElementModifier and TypeMethodDescriptionAntlrAssociationEnd.getSurroundingElement()AntlrAssociationEndSignature.getSurroundingElement()AntlrDataTypeProperty.getSurroundingElement()AntlrModifier.getSurroundingElement()AntlrParameterizedProperty.getSurroundingElement() -
Uses of IAntlrElement in cool.klass.model.converter.compiler.state.property.validation
Classes in cool.klass.model.converter.compiler.state.property.validation that implement IAntlrElementModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in cool.klass.model.converter.compiler.state.property.validation that return types with arguments of type IAntlrElement -
Uses of IAntlrElement in cool.klass.model.converter.compiler.state.service
Classes in cool.klass.model.converter.compiler.state.service that implement IAntlrElementModifier and TypeClassDescriptionclassclassclassclassclassclassMethods in cool.klass.model.converter.compiler.state.service that return types with arguments of type IAntlrElementModifier and TypeMethodDescriptionAntlrService.getSurroundingElement()AntlrServiceCriteria.getSurroundingElement()AntlrServiceMultiplicity.getSurroundingElement()AntlrServiceProjectionDispatch.getSurroundingElement()AntlrVerb.getSurroundingElement() -
Uses of IAntlrElement in cool.klass.model.converter.compiler.state.service.url
Classes in cool.klass.model.converter.compiler.state.service.url that implement IAntlrElementMethods in cool.klass.model.converter.compiler.state.service.url that return types with arguments of type IAntlrElementModifier and TypeMethodDescriptionAntlrUrl.getSurroundingElement()AntlrUrlConstant.getSurroundingElement() -
Uses of IAntlrElement in cool.klass.model.converter.compiler.state.value
Classes in cool.klass.model.converter.compiler.state.value that implement IAntlrElementModifier and TypeClassDescriptionclassclassclassclassclassMethods in cool.klass.model.converter.compiler.state.value that return types with arguments of type IAntlrElementConstructors in cool.klass.model.converter.compiler.state.value with parameters of type IAntlrElementModifierConstructorDescriptionprotectedAntlrExpressionValue(org.antlr.v4.runtime.ParserRuleContext elementContext, Optional<CompilationUnit> compilationUnit, IAntlrElement expressionValueOwner) protectedAntlrMemberReferencePath(org.antlr.v4.runtime.ParserRuleContext elementContext, Optional<CompilationUnit> compilationUnit, AntlrClass klass, org.eclipse.collections.api.list.ImmutableList<AntlrAssociationEnd> associationEnd, AntlrDataTypeProperty<?> dataTypeProperty, IAntlrElement expressionValueOwner) AntlrThisMemberReferencePath(KlassParser.ThisMemberReferencePathContext elementContext, Optional<CompilationUnit> compilationUnit, AntlrClass klass, org.eclipse.collections.api.list.ImmutableList<AntlrAssociationEnd> associationEnds, AntlrDataTypeProperty<?> dataTypeProperty, IAntlrElement expressionValueOwner) AntlrTypeMemberReferencePath(KlassParser.TypeMemberReferencePathContext elementContext, Optional<CompilationUnit> compilationUnit, AntlrClass klass, org.eclipse.collections.api.list.ImmutableList<AntlrAssociationEnd> associationEnds, AntlrDataTypeProperty<?> dataTypeProperty, IAntlrElement expressionValueOwner) AntlrVariableReference(KlassParser.VariableReferenceContext elementContext, Optional<CompilationUnit> compilationUnit, String variableName, IAntlrElement expressionValueOwner) -
Uses of IAntlrElement in cool.klass.model.converter.compiler.state.value.literal
Classes in cool.klass.model.converter.compiler.state.value.literal that implement IAntlrElementModifier and TypeClassDescriptionclassfinal classfinal classfinal classclassclassfinal classclassConstructors in cool.klass.model.converter.compiler.state.value.literal with parameters of type IAntlrElementModifierConstructorDescriptionprotectedAbstractAntlrLiteralValue(org.antlr.v4.runtime.ParserRuleContext elementContext, Optional<CompilationUnit> compilationUnit, IAntlrElement expressionValueOwner) AntlrBooleanLiteralValue(KlassParser.BooleanLiteralContext elementContext, Optional<CompilationUnit> compilationUnit, boolean value, IAntlrElement expressionValueOwner) AntlrFloatingPointLiteralValue(KlassParser.FloatingPointLiteralContext elementContext, Optional<CompilationUnit> compilationUnit, double value, IAntlrElement expressionValueOwner) AntlrIntegerLiteralValue(KlassParser.IntegerLiteralContext elementContext, Optional<CompilationUnit> compilationUnit, long value, IAntlrElement expressionValueOwner) AntlrLiteralListValue(KlassParser.LiteralListContext elementContext, Optional<CompilationUnit> compilationUnit, IAntlrElement expressionValueOwner) AntlrNullLiteral(KlassParser.NullLiteralContext elementContext, Optional<CompilationUnit> compilationUnit, IAntlrElement expressionValueOwner) AntlrStringLiteralValue(KlassParser.StringLiteralContext elementContext, Optional<CompilationUnit> compilationUnit, String value, IAntlrElement expressionValueOwner) AntlrUserLiteral(KlassParser.NativeLiteralContext elementContext, Optional<CompilationUnit> compilationUnit, IAntlrElement expressionValueOwner, Optional<AntlrClass> userClass)