|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BindingExpressionListener
This interface defines a complete listener for a parse tree produced by
BindingExpressionParser
.
Methods inherited from interface org.antlr.v4.runtime.tree.ParseTreeListener |
---|
enterEveryRule, exitEveryRule, visitErrorNode, visitTerminal |
Method Detail |
---|
void enterBracketOp(@NotNull BindingExpressionParser.BracketOpContext ctx)
BracketOp
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid exitBracketOp(@NotNull BindingExpressionParser.BracketOpContext ctx)
BracketOp
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid enterResource(@NotNull BindingExpressionParser.ResourceContext ctx)
Resource
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid exitResource(@NotNull BindingExpressionParser.ResourceContext ctx)
Resource
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid enterCastOp(@NotNull BindingExpressionParser.CastOpContext ctx)
CastOp
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid exitCastOp(@NotNull BindingExpressionParser.CastOpContext ctx)
CastOp
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid enterUnaryOp(@NotNull BindingExpressionParser.UnaryOpContext ctx)
UnaryOp
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid exitUnaryOp(@NotNull BindingExpressionParser.UnaryOpContext ctx)
UnaryOp
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid enterAndOrOp(@NotNull BindingExpressionParser.AndOrOpContext ctx)
AndOrOp
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid exitAndOrOp(@NotNull BindingExpressionParser.AndOrOpContext ctx)
AndOrOp
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid enterMethodInvocation(@NotNull BindingExpressionParser.MethodInvocationContext ctx)
MethodInvocation
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid exitMethodInvocation(@NotNull BindingExpressionParser.MethodInvocationContext ctx)
MethodInvocation
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid enterPrimary(@NotNull BindingExpressionParser.PrimaryContext ctx)
Primary
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid exitPrimary(@NotNull BindingExpressionParser.PrimaryContext ctx)
Primary
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid enterGrouping(@NotNull BindingExpressionParser.GroupingContext ctx)
Grouping
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid exitGrouping(@NotNull BindingExpressionParser.GroupingContext ctx)
Grouping
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid enterTernaryOp(@NotNull BindingExpressionParser.TernaryOpContext ctx)
TernaryOp
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid exitTernaryOp(@NotNull BindingExpressionParser.TernaryOpContext ctx)
TernaryOp
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid enterComparisonOp(@NotNull BindingExpressionParser.ComparisonOpContext ctx)
ComparisonOp
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid exitComparisonOp(@NotNull BindingExpressionParser.ComparisonOpContext ctx)
ComparisonOp
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid enterDotOp(@NotNull BindingExpressionParser.DotOpContext ctx)
DotOp
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid exitDotOp(@NotNull BindingExpressionParser.DotOpContext ctx)
DotOp
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid enterMathOp(@NotNull BindingExpressionParser.MathOpContext ctx)
MathOp
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid exitMathOp(@NotNull BindingExpressionParser.MathOpContext ctx)
MathOp
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid enterQuestionQuestionOp(@NotNull BindingExpressionParser.QuestionQuestionOpContext ctx)
QuestionQuestionOp
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid exitQuestionQuestionOp(@NotNull BindingExpressionParser.QuestionQuestionOpContext ctx)
QuestionQuestionOp
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid enterBitShiftOp(@NotNull BindingExpressionParser.BitShiftOpContext ctx)
BitShiftOp
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid exitBitShiftOp(@NotNull BindingExpressionParser.BitShiftOpContext ctx)
BitShiftOp
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid enterInstanceOfOp(@NotNull BindingExpressionParser.InstanceOfOpContext ctx)
InstanceOfOp
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid exitInstanceOfOp(@NotNull BindingExpressionParser.InstanceOfOpContext ctx)
InstanceOfOp
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid enterBinaryOp(@NotNull BindingExpressionParser.BinaryOpContext ctx)
BinaryOp
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid exitBinaryOp(@NotNull BindingExpressionParser.BinaryOpContext ctx)
BinaryOp
labeled alternative in BindingExpressionParser.expression()
.
ctx
- the parse treevoid enterBindingSyntax(@NotNull BindingExpressionParser.BindingSyntaxContext ctx)
BindingExpressionParser.bindingSyntax()
.
ctx
- the parse treevoid exitBindingSyntax(@NotNull BindingExpressionParser.BindingSyntaxContext ctx)
BindingExpressionParser.bindingSyntax()
.
ctx
- the parse treevoid enterDefaults(@NotNull BindingExpressionParser.DefaultsContext ctx)
BindingExpressionParser.defaults()
.
ctx
- the parse treevoid exitDefaults(@NotNull BindingExpressionParser.DefaultsContext ctx)
BindingExpressionParser.defaults()
.
ctx
- the parse treevoid enterConstantValue(@NotNull BindingExpressionParser.ConstantValueContext ctx)
BindingExpressionParser.constantValue()
.
ctx
- the parse treevoid exitConstantValue(@NotNull BindingExpressionParser.ConstantValueContext ctx)
BindingExpressionParser.constantValue()
.
ctx
- the parse treevoid enterExpression(@NotNull BindingExpressionParser.ExpressionContext ctx)
BindingExpressionParser.expression()
.
ctx
- the parse treevoid exitExpression(@NotNull BindingExpressionParser.ExpressionContext ctx)
BindingExpressionParser.expression()
.
ctx
- the parse treevoid enterClassExtraction(@NotNull BindingExpressionParser.ClassExtractionContext ctx)
BindingExpressionParser.classExtraction()
.
ctx
- the parse treevoid exitClassExtraction(@NotNull BindingExpressionParser.ClassExtractionContext ctx)
BindingExpressionParser.classExtraction()
.
ctx
- the parse treevoid enterExpressionList(@NotNull BindingExpressionParser.ExpressionListContext ctx)
BindingExpressionParser.expressionList()
.
ctx
- the parse treevoid exitExpressionList(@NotNull BindingExpressionParser.ExpressionListContext ctx)
BindingExpressionParser.expressionList()
.
ctx
- the parse treevoid enterLiteral(@NotNull BindingExpressionParser.LiteralContext ctx)
BindingExpressionParser.literal()
.
ctx
- the parse treevoid exitLiteral(@NotNull BindingExpressionParser.LiteralContext ctx)
BindingExpressionParser.literal()
.
ctx
- the parse treevoid enterIdentifier(@NotNull BindingExpressionParser.IdentifierContext ctx)
BindingExpressionParser.identifier()
.
ctx
- the parse treevoid exitIdentifier(@NotNull BindingExpressionParser.IdentifierContext ctx)
BindingExpressionParser.identifier()
.
ctx
- the parse treevoid enterJavaLiteral(@NotNull BindingExpressionParser.JavaLiteralContext ctx)
BindingExpressionParser.javaLiteral()
.
ctx
- the parse treevoid exitJavaLiteral(@NotNull BindingExpressionParser.JavaLiteralContext ctx)
BindingExpressionParser.javaLiteral()
.
ctx
- the parse treevoid enterStringLiteral(@NotNull BindingExpressionParser.StringLiteralContext ctx)
BindingExpressionParser.stringLiteral()
.
ctx
- the parse treevoid exitStringLiteral(@NotNull BindingExpressionParser.StringLiteralContext ctx)
BindingExpressionParser.stringLiteral()
.
ctx
- the parse treevoid enterExplicitGenericInvocation(@NotNull BindingExpressionParser.ExplicitGenericInvocationContext ctx)
BindingExpressionParser.explicitGenericInvocation()
.
ctx
- the parse treevoid exitExplicitGenericInvocation(@NotNull BindingExpressionParser.ExplicitGenericInvocationContext ctx)
BindingExpressionParser.explicitGenericInvocation()
.
ctx
- the parse treevoid enterTypeArguments(@NotNull BindingExpressionParser.TypeArgumentsContext ctx)
BindingExpressionParser.typeArguments()
.
ctx
- the parse treevoid exitTypeArguments(@NotNull BindingExpressionParser.TypeArgumentsContext ctx)
BindingExpressionParser.typeArguments()
.
ctx
- the parse treevoid enterType(@NotNull BindingExpressionParser.TypeContext ctx)
BindingExpressionParser.type()
.
ctx
- the parse treevoid exitType(@NotNull BindingExpressionParser.TypeContext ctx)
BindingExpressionParser.type()
.
ctx
- the parse treevoid enterExplicitGenericInvocationSuffix(@NotNull BindingExpressionParser.ExplicitGenericInvocationSuffixContext ctx)
BindingExpressionParser.explicitGenericInvocationSuffix()
.
ctx
- the parse treevoid exitExplicitGenericInvocationSuffix(@NotNull BindingExpressionParser.ExplicitGenericInvocationSuffixContext ctx)
BindingExpressionParser.explicitGenericInvocationSuffix()
.
ctx
- the parse treevoid enterArguments(@NotNull BindingExpressionParser.ArgumentsContext ctx)
BindingExpressionParser.arguments()
.
ctx
- the parse treevoid exitArguments(@NotNull BindingExpressionParser.ArgumentsContext ctx)
BindingExpressionParser.arguments()
.
ctx
- the parse treevoid enterClassOrInterfaceType(@NotNull BindingExpressionParser.ClassOrInterfaceTypeContext ctx)
BindingExpressionParser.classOrInterfaceType()
.
ctx
- the parse treevoid exitClassOrInterfaceType(@NotNull BindingExpressionParser.ClassOrInterfaceTypeContext ctx)
BindingExpressionParser.classOrInterfaceType()
.
ctx
- the parse treevoid enterPrimitiveType(@NotNull BindingExpressionParser.PrimitiveTypeContext ctx)
BindingExpressionParser.primitiveType()
.
ctx
- the parse treevoid exitPrimitiveType(@NotNull BindingExpressionParser.PrimitiveTypeContext ctx)
BindingExpressionParser.primitiveType()
.
ctx
- the parse treevoid enterResources(@NotNull BindingExpressionParser.ResourcesContext ctx)
BindingExpressionParser.resources()
.
ctx
- the parse treevoid exitResources(@NotNull BindingExpressionParser.ResourcesContext ctx)
BindingExpressionParser.resources()
.
ctx
- the parse treevoid enterResourceParameters(@NotNull BindingExpressionParser.ResourceParametersContext ctx)
BindingExpressionParser.resourceParameters()
.
ctx
- the parse treevoid exitResourceParameters(@NotNull BindingExpressionParser.ResourceParametersContext ctx)
BindingExpressionParser.resourceParameters()
.
ctx
- the parse tree
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |