Klasse ExpressionBaseListener
- Alle implementierten Schnittstellen:
org.antlr.v4.runtime.tree.ParseTreeListener,ExpressionListener
- Bekannte direkte Unterklassen:
ExpressionStringListener
ExpressionListener,
which can be extended to create a listener which only needs to handle a subset
of the available methods.-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungvoidEnter a parse tree produced by theaddExpressionlabeled alternative inExpressionParser.expression().voidEnter a parse tree produced by theandExpressionlabeled alternative inExpressionParser.expression().voidEnter a parse tree produced byExpressionParser.arguments().voidEnter a parse tree produced by thebitAndExpressionlabeled alternative inExpressionParser.expression().voidEnter a parse tree produced by thebitOrExpressionlabeled alternative inExpressionParser.expression().voidEnter a parse tree produced by thebitShiftExpressionlabeled alternative inExpressionParser.expression().voidEnter a parse tree produced by theboolExpressionlabeled alternative inExpressionParser.expression().voidEnter a parse tree produced by thecompExpressionlabeled alternative inExpressionParser.expression().voidEnter a parse tree produced by theeqExpressionlabeled alternative inExpressionParser.expression().voidenterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidEnter a parse tree produced by theexpressionExpressionlabeled alternative inExpressionParser.expression().voidEnter a parse tree produced byExpressionParser.expressionString().voidEnter a parse tree produced by thehexExpressionlabeled alternative inExpressionParser.expression().voidEnter a parse tree produced by theidentifierExpressionlabeled alternative inExpressionParser.expression().voidEnter a parse tree produced byExpressionParser.identifierSegment().voidEnter a parse tree produced byExpressionParser.identifierSegmentArguments().voidEnter a parse tree produced byExpressionParser.identifierSegmentIndexes().voidEnter a parse tree produced byExpressionParser.identifierSegmentRest().voidEnter a parse tree produced by theifExpressionlabeled alternative inExpressionParser.expression().voidEnter a parse tree produced byExpressionParser.indexes().voidEnter a parse tree produced by themultExpressionlabeled alternative inExpressionParser.expression().voidEnter a parse tree produced by thenotExpressionlabeled alternative inExpressionParser.expression().voidEnter a parse tree produced by thenullExpressionlabeled alternative inExpressionParser.expression().voidEnter a parse tree produced by thenumberExpressionlabeled alternative inExpressionParser.expression().voidEnter a parse tree produced by theorExpressionlabeled alternative inExpressionParser.expression().voidEnter a parse tree produced by thepowerExpressionlabeled alternative inExpressionParser.expression().voidEnter a parse tree produced by thestringExpressionlabeled alternative inExpressionParser.expression().voidEnter a parse tree produced by theunaryMinusExpressionlabeled alternative inExpressionParser.expression().voidExit a parse tree produced by theaddExpressionlabeled alternative inExpressionParser.expression().voidExit a parse tree produced by theandExpressionlabeled alternative inExpressionParser.expression().voidExit a parse tree produced byExpressionParser.arguments().voidExit a parse tree produced by thebitAndExpressionlabeled alternative inExpressionParser.expression().voidExit a parse tree produced by thebitOrExpressionlabeled alternative inExpressionParser.expression().voidExit a parse tree produced by thebitShiftExpressionlabeled alternative inExpressionParser.expression().voidExit a parse tree produced by theboolExpressionlabeled alternative inExpressionParser.expression().voidExit a parse tree produced by thecompExpressionlabeled alternative inExpressionParser.expression().voidExit a parse tree produced by theeqExpressionlabeled alternative inExpressionParser.expression().voidexitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) voidExit a parse tree produced by theexpressionExpressionlabeled alternative inExpressionParser.expression().voidExit a parse tree produced byExpressionParser.expressionString().voidExit a parse tree produced by thehexExpressionlabeled alternative inExpressionParser.expression().voidExit a parse tree produced by theidentifierExpressionlabeled alternative inExpressionParser.expression().voidExit a parse tree produced byExpressionParser.identifierSegment().voidExit a parse tree produced byExpressionParser.identifierSegmentArguments().voidExit a parse tree produced byExpressionParser.identifierSegmentIndexes().voidExit a parse tree produced byExpressionParser.identifierSegmentRest().voidExit a parse tree produced by theifExpressionlabeled alternative inExpressionParser.expression().voidExit a parse tree produced byExpressionParser.indexes().voidExit a parse tree produced by themultExpressionlabeled alternative inExpressionParser.expression().voidExit a parse tree produced by thenotExpressionlabeled alternative inExpressionParser.expression().voidExit a parse tree produced by thenullExpressionlabeled alternative inExpressionParser.expression().voidExit a parse tree produced by thenumberExpressionlabeled alternative inExpressionParser.expression().voidExit a parse tree produced by theorExpressionlabeled alternative inExpressionParser.expression().voidExit a parse tree produced by thepowerExpressionlabeled alternative inExpressionParser.expression().voidExit a parse tree produced by thestringExpressionlabeled alternative inExpressionParser.expression().voidExit a parse tree produced by theunaryMinusExpressionlabeled alternative inExpressionParser.expression().voidvisitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) voidvisitTerminal(org.antlr.v4.runtime.tree.TerminalNode node)
-
Konstruktordetails
-
ExpressionBaseListener
public ExpressionBaseListener()
-
-
Methodendetails
-
enterExpressionString
Enter a parse tree produced byExpressionParser.expressionString().The default implementation does nothing.
- Angegeben von:
enterExpressionStringin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
exitExpressionString
Exit a parse tree produced byExpressionParser.expressionString().The default implementation does nothing.
- Angegeben von:
exitExpressionStringin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
enterHexExpression
Enter a parse tree produced by thehexExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
enterHexExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
exitHexExpression
Exit a parse tree produced by thehexExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
exitHexExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
enterBitShiftExpression
Enter a parse tree produced by thebitShiftExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
enterBitShiftExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
exitBitShiftExpression
Exit a parse tree produced by thebitShiftExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
exitBitShiftExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
enterBoolExpression
Enter a parse tree produced by theboolExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
enterBoolExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
exitBoolExpression
Exit a parse tree produced by theboolExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
exitBoolExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
enterBitOrExpression
Enter a parse tree produced by thebitOrExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
enterBitOrExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
exitBitOrExpression
Exit a parse tree produced by thebitOrExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
exitBitOrExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
enterNumberExpression
Enter a parse tree produced by thenumberExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
enterNumberExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
exitNumberExpression
Exit a parse tree produced by thenumberExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
exitNumberExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
enterIdentifierExpression
Enter a parse tree produced by theidentifierExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
enterIdentifierExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
exitIdentifierExpression
Exit a parse tree produced by theidentifierExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
exitIdentifierExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
enterNotExpression
Enter a parse tree produced by thenotExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
enterNotExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
exitNotExpression
Exit a parse tree produced by thenotExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
exitNotExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
enterOrExpression
Enter a parse tree produced by theorExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
enterOrExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
exitOrExpression
Exit a parse tree produced by theorExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
exitOrExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
enterUnaryMinusExpression
Enter a parse tree produced by theunaryMinusExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
enterUnaryMinusExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
exitUnaryMinusExpression
Exit a parse tree produced by theunaryMinusExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
exitUnaryMinusExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
enterPowerExpression
Enter a parse tree produced by thepowerExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
enterPowerExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
exitPowerExpression
Exit a parse tree produced by thepowerExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
exitPowerExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
enterEqExpression
Enter a parse tree produced by theeqExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
enterEqExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
exitEqExpression
Exit a parse tree produced by theeqExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
exitEqExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
enterAndExpression
Enter a parse tree produced by theandExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
enterAndExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
exitAndExpression
Exit a parse tree produced by theandExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
exitAndExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
enterStringExpression
Enter a parse tree produced by thestringExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
enterStringExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
exitStringExpression
Exit a parse tree produced by thestringExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
exitStringExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
enterBitAndExpression
Enter a parse tree produced by thebitAndExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
enterBitAndExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
exitBitAndExpression
Exit a parse tree produced by thebitAndExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
exitBitAndExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
enterExpressionExpression
Enter a parse tree produced by theexpressionExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
enterExpressionExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
exitExpressionExpression
Exit a parse tree produced by theexpressionExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
exitExpressionExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
enterAddExpression
Enter a parse tree produced by theaddExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
enterAddExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
exitAddExpression
Exit a parse tree produced by theaddExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
exitAddExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
enterCompExpression
Enter a parse tree produced by thecompExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
enterCompExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
exitCompExpression
Exit a parse tree produced by thecompExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
exitCompExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
enterNullExpression
Enter a parse tree produced by thenullExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
enterNullExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
exitNullExpression
Exit a parse tree produced by thenullExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
exitNullExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
enterMultExpression
Enter a parse tree produced by themultExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
enterMultExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
exitMultExpression
Exit a parse tree produced by themultExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
exitMultExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
enterIfExpression
Enter a parse tree produced by theifExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
enterIfExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
exitIfExpression
Exit a parse tree produced by theifExpressionlabeled alternative inExpressionParser.expression().The default implementation does nothing.
- Angegeben von:
exitIfExpressionin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
enterIdentifierSegment
Enter a parse tree produced byExpressionParser.identifierSegment().The default implementation does nothing.
- Angegeben von:
enterIdentifierSegmentin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
exitIdentifierSegment
Exit a parse tree produced byExpressionParser.identifierSegment().The default implementation does nothing.
- Angegeben von:
exitIdentifierSegmentin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
enterIdentifierSegmentArguments
Enter a parse tree produced byExpressionParser.identifierSegmentArguments().The default implementation does nothing.
- Angegeben von:
enterIdentifierSegmentArgumentsin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
exitIdentifierSegmentArguments
Exit a parse tree produced byExpressionParser.identifierSegmentArguments().The default implementation does nothing.
- Angegeben von:
exitIdentifierSegmentArgumentsin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
enterIdentifierSegmentIndexes
Enter a parse tree produced byExpressionParser.identifierSegmentIndexes().The default implementation does nothing.
- Angegeben von:
enterIdentifierSegmentIndexesin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
exitIdentifierSegmentIndexes
Exit a parse tree produced byExpressionParser.identifierSegmentIndexes().The default implementation does nothing.
- Angegeben von:
exitIdentifierSegmentIndexesin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
enterIdentifierSegmentRest
Enter a parse tree produced byExpressionParser.identifierSegmentRest().The default implementation does nothing.
- Angegeben von:
enterIdentifierSegmentRestin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
exitIdentifierSegmentRest
Exit a parse tree produced byExpressionParser.identifierSegmentRest().The default implementation does nothing.
- Angegeben von:
exitIdentifierSegmentRestin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
enterArguments
Enter a parse tree produced byExpressionParser.arguments().The default implementation does nothing.
- Angegeben von:
enterArgumentsin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
exitArguments
Exit a parse tree produced byExpressionParser.arguments().The default implementation does nothing.
- Angegeben von:
exitArgumentsin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
enterIndexes
Enter a parse tree produced byExpressionParser.indexes().The default implementation does nothing.
- Angegeben von:
enterIndexesin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
exitIndexes
Exit a parse tree produced byExpressionParser.indexes().The default implementation does nothing.
- Angegeben von:
exitIndexesin SchnittstelleExpressionListener- Parameter:
ctx- the parse tree
-
enterEveryRule
public void enterEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Angegeben von:
enterEveryRulein Schnittstelleorg.antlr.v4.runtime.tree.ParseTreeListener
-
exitEveryRule
public void exitEveryRule(org.antlr.v4.runtime.ParserRuleContext ctx) The default implementation does nothing.
- Angegeben von:
exitEveryRulein Schnittstelleorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitTerminal
public void visitTerminal(org.antlr.v4.runtime.tree.TerminalNode node) The default implementation does nothing.
- Angegeben von:
visitTerminalin Schnittstelleorg.antlr.v4.runtime.tree.ParseTreeListener
-
visitErrorNode
public void visitErrorNode(org.antlr.v4.runtime.tree.ErrorNode node) The default implementation does nothing.
- Angegeben von:
visitErrorNodein Schnittstelleorg.antlr.v4.runtime.tree.ParseTreeListener
-