Class AntlrTypeMemberReferencePath
java.lang.Object
cool.klass.model.converter.compiler.state.AntlrElement
cool.klass.model.converter.compiler.state.value.AntlrExpressionValue
cool.klass.model.converter.compiler.state.value.AntlrMemberReferencePath
cool.klass.model.converter.compiler.state.value.AntlrTypeMemberReferencePath
- All Implemented Interfaces:
IAntlrElement
-
Field Summary
Fields inherited from class cool.klass.model.converter.compiler.state.value.AntlrMemberReferencePath
associationEnd, dataTypeProperty, klassFields inherited from class cool.klass.model.converter.compiler.state.AntlrElement
AMBIGUOUS_PARENT, compilationUnit, elementContext, NOT_FOUND_PARENT -
Constructor Summary
ConstructorsConstructorDescriptionAntlrTypeMemberReferencePath(KlassParser.TypeMemberReferencePathContext elementContext, Optional<CompilationUnit> compilationUnit, AntlrClass klass, org.eclipse.collections.api.list.ImmutableList<AntlrAssociationEnd> associationEnds, AntlrDataTypeProperty<?> dataTypeProperty, IAntlrElement expressionValueOwner) -
Method Summary
Modifier and TypeMethodDescriptionbuild()org.eclipse.collections.api.list.ImmutableList<AntlrType>voidreportErrors(CompilerAnnotationHolder compilerAnnotationHolder) voidvisit(AntlrExpressionValueVisitor visitor) Methods inherited from class cool.klass.model.converter.compiler.state.value.AntlrMemberReferencePath
getAssociationEnds, getDataTypeProperty, getKlass, reportErrorsAssociationEndsMethods inherited from class cool.klass.model.converter.compiler.state.value.AntlrExpressionValue
getSurroundingElement, resolveServiceVariablesMethods inherited from class cool.klass.model.converter.compiler.state.AntlrElement
getCompilationUnit, getMacroElement, getMacroElementBuilder, getSourceCodeBuilder, getSourceText, getSourceTextLenient, hasMacro, isForwardReference, isInSameCompilationUnit, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface cool.klass.model.converter.compiler.state.IAntlrElement
gatherSurroundingElements, getContextAfter, getContextBefore, getEntireContext, getSurroundingElement, getSurroundingElements, isContext, reportAuditErrors
-
Constructor Details
-
AntlrTypeMemberReferencePath
public AntlrTypeMemberReferencePath(@Nonnull KlassParser.TypeMemberReferencePathContext elementContext, @Nonnull Optional<CompilationUnit> compilationUnit, @Nonnull AntlrClass klass, @Nonnull org.eclipse.collections.api.list.ImmutableList<AntlrAssociationEnd> associationEnds, @Nonnull AntlrDataTypeProperty<?> dataTypeProperty, @Nonnull IAntlrElement expressionValueOwner)
-
-
Method Details
-
build
- Specified by:
buildin classAntlrMemberReferencePath
-
getElementBuilder
- Specified by:
getElementBuilderin classAntlrExpressionValue
-
reportErrors
- Specified by:
reportErrorsin classAntlrExpressionValue
-
getPossibleTypes
- Specified by:
getPossibleTypesin classAntlrExpressionValue
-
visit
- Specified by:
visitin classAntlrExpressionValue
-
getElementContext
- Specified by:
getElementContextin interfaceIAntlrElement- Overrides:
getElementContextin classAntlrElement
-