Uses of Class
cool.klass.model.converter.compiler.state.value.AntlrThisMemberReferencePath
Packages that use AntlrThisMemberReferencePath
Package
Description
-
Uses of AntlrThisMemberReferencePath in cool.klass.model.converter.compiler.phase.criteria
Methods in cool.klass.model.converter.compiler.phase.criteria that return AntlrThisMemberReferencePathModifier and TypeMethodDescriptionExpressionValueVisitor.visitThisMemberReferencePath(KlassParser.ThisMemberReferencePathContext ctx) -
Uses of AntlrThisMemberReferencePath in cool.klass.model.converter.compiler.state
Methods in cool.klass.model.converter.compiler.state with parameters of type AntlrThisMemberReferencePathModifier and TypeMethodDescriptionvoidUnreferencedPrivatePropertiesExpressionValueVisitor.visitThisMember(AntlrThisMemberReferencePath thisMemberExpressionValue) -
Uses of AntlrThisMemberReferencePath in cool.klass.model.converter.compiler.state.order
Methods in cool.klass.model.converter.compiler.state.order that return AntlrThisMemberReferencePathConstructors in cool.klass.model.converter.compiler.state.order with parameters of type AntlrThisMemberReferencePathModifierConstructorDescriptionAntlrOrderByMemberReferencePath(KlassParser.OrderByMemberReferencePathContext elementContext, Optional<CompilationUnit> compilationUnit, AntlrOrderBy orderBy, int ordinal, AntlrThisMemberReferencePath thisMemberReferencePath) -
Uses of AntlrThisMemberReferencePath in cool.klass.model.converter.compiler.state.value
Methods in cool.klass.model.converter.compiler.state.value with parameters of type AntlrThisMemberReferencePathModifier and TypeMethodDescriptionvoidAntlrExpressionValueVisitor.visitThisMember(AntlrThisMemberReferencePath thisMemberExpressionValue)