CELListener class abstract
This abstract class defines a complete listener for a parse tree produced by CELParser.
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
enterBoolFalse(
BoolFalseContext ctx) → void -
Enter a parse tree produced by the
BoolFalselabeled alternative infile.parserName>.literal.ctxthe parse tree -
enterBoolTrue(
BoolTrueContext ctx) → void -
Enter a parse tree produced by the
BoolTruelabeled alternative infile.parserName>.literal.ctxthe parse tree -
enterBytes(
BytesContext ctx) → void -
Enter a parse tree produced by the
Byteslabeled alternative infile.parserName>.literal.ctxthe parse tree -
enterCalc(
CalcContext ctx) → void -
Enter a parse tree produced by CELParser.calc.
ctxthe parse tree -
enterConditionalAnd(
ConditionalAndContext ctx) → void -
Enter a parse tree produced by CELParser.conditionalAnd.
ctxthe parse tree -
enterConditionalOr(
ConditionalOrContext ctx) → void -
Enter a parse tree produced by CELParser.conditionalOr.
ctxthe parse tree -
enterConstantLiteral(
ConstantLiteralContext ctx) → void -
Enter a parse tree produced by the
ConstantLiterallabeled alternative infile.parserName>.primary.ctxthe parse tree -
enterCreateList(
CreateListContext ctx) → void -
Enter a parse tree produced by the
CreateListlabeled alternative infile.parserName>.primary.ctxthe parse tree -
enterCreateMessage(
CreateMessageContext ctx) → void -
Enter a parse tree produced by the
CreateMessagelabeled alternative infile.parserName>.primary.ctxthe parse tree -
enterCreateStruct(
CreateStructContext ctx) → void -
Enter a parse tree produced by the
CreateStructlabeled alternative infile.parserName>.primary.ctxthe parse tree -
enterDouble(
DoubleContext ctx) → void -
Enter a parse tree produced by the Double
labeled alternative in
file.parserName>.literal.ctxthe parse tree -
enterEveryRule(
ParserRuleContext node) → void -
inherited
-
enterExpr(
ExprContext ctx) → void -
Enter a parse tree produced by CELParser.expr.
ctxthe parse tree -
enterExprList(
ExprListContext ctx) → void -
Enter a parse tree produced by CELParser.exprList.
ctxthe parse tree -
enterFieldInitializerList(
FieldInitializerListContext ctx) → void -
Enter a parse tree produced by CELParser.fieldInitializerList.
ctxthe parse tree -
enterIdentOrGlobalCall(
IdentOrGlobalCallContext ctx) → void -
Enter a parse tree produced by the
IdentOrGlobalCalllabeled alternative infile.parserName>.primary.ctxthe parse tree -
enterIndex(
IndexContext ctx) → void -
Enter a parse tree produced by the Index
labeled alternative in
file.parserName>.member.ctxthe parse tree -
enterInt(
IntContext ctx) → void -
Enter a parse tree produced by the Int
labeled alternative in
file.parserName>.literal.ctxthe parse tree -
enterListInit(
ListInitContext ctx) → void -
Enter a parse tree produced by CELParser.listInit.
ctxthe parse tree -
enterLogicalNot(
LogicalNotContext ctx) → void -
Enter a parse tree produced by the
LogicalNotlabeled alternative infile.parserName>.unary.ctxthe parse tree -
enterMapInitializerList(
MapInitializerListContext ctx) → void -
Enter a parse tree produced by CELParser.mapInitializerList.
ctxthe parse tree -
enterMemberCall(
MemberCallContext ctx) → void -
Enter a parse tree produced by the
MemberCalllabeled alternative infile.parserName>.member.ctxthe parse tree -
enterMemberExpr(
MemberExprContext ctx) → void -
Enter a parse tree produced by the
MemberExprlabeled alternative infile.parserName>.unary.ctxthe parse tree -
enterNegate(
NegateContext ctx) → void -
Enter a parse tree produced by the
Negatelabeled alternative infile.parserName>.unary.ctxthe parse tree -
enterNested(
NestedContext ctx) → void -
Enter a parse tree produced by the
Nestedlabeled alternative infile.parserName>.primary.ctxthe parse tree -
enterNull(
NullContext ctx) → void -
Enter a parse tree produced by the Null
labeled alternative in
file.parserName>.literal.ctxthe parse tree -
enterOptExpr(
OptExprContext ctx) → void -
Enter a parse tree produced by CELParser.optExpr.
ctxthe parse tree -
enterOptField(
OptFieldContext ctx) → void -
Enter a parse tree produced by CELParser.optField.
ctxthe parse tree -
enterPrimaryExpr(
PrimaryExprContext ctx) → void -
Enter a parse tree produced by the
PrimaryExprlabeled alternative infile.parserName>.member.ctxthe parse tree -
enterRelation(
RelationContext ctx) → void -
Enter a parse tree produced by CELParser.relation.
ctxthe parse tree -
enterSelect(
SelectContext ctx) → void -
Enter a parse tree produced by the
Selectlabeled alternative infile.parserName>.member.ctxthe parse tree -
enterStart(
StartContext ctx) → void -
Enter a parse tree produced by CELParser.start.
ctxthe parse tree -
enterString(
StringContext ctx) → void -
Enter a parse tree produced by the String
labeled alternative in
file.parserName>.literal.ctxthe parse tree -
enterUint(
UintContext ctx) → void -
Enter a parse tree produced by the
Uintlabeled alternative infile.parserName>.literal.ctxthe parse tree -
exitBoolFalse(
BoolFalseContext ctx) → void -
Exit a parse tree produced by the
BoolFalselabeled alternative in CELParser.literal.ctxthe parse tree -
exitBoolTrue(
BoolTrueContext ctx) → void -
Exit a parse tree produced by the
BoolTruelabeled alternative in CELParser.literal.ctxthe parse tree -
exitBytes(
BytesContext ctx) → void -
Exit a parse tree produced by the
Byteslabeled alternative in CELParser.literal.ctxthe parse tree -
exitCalc(
CalcContext ctx) → void -
Exit a parse tree produced by CELParser.calc.
ctxthe parse tree -
exitConditionalAnd(
ConditionalAndContext ctx) → void -
Exit a parse tree produced by CELParser.conditionalAnd.
ctxthe parse tree -
exitConditionalOr(
ConditionalOrContext ctx) → void -
Exit a parse tree produced by CELParser.conditionalOr.
ctxthe parse tree -
exitConstantLiteral(
ConstantLiteralContext ctx) → void -
Exit a parse tree produced by the
ConstantLiterallabeled alternative in CELParser.primary.ctxthe parse tree -
exitCreateList(
CreateListContext ctx) → void -
Exit a parse tree produced by the
CreateListlabeled alternative in CELParser.primary.ctxthe parse tree -
exitCreateMessage(
CreateMessageContext ctx) → void -
Exit a parse tree produced by the
CreateMessagelabeled alternative in CELParser.primary.ctxthe parse tree -
exitCreateStruct(
CreateStructContext ctx) → void -
Exit a parse tree produced by the
CreateStructlabeled alternative in CELParser.primary.ctxthe parse tree -
exitDouble(
DoubleContext ctx) → void -
Exit a parse tree produced by the Double
labeled alternative in CELParser.literal.
ctxthe parse tree -
exitEveryRule(
ParserRuleContext node) → void -
inherited
-
exitExpr(
ExprContext ctx) → void -
Exit a parse tree produced by CELParser.expr.
ctxthe parse tree -
exitExprList(
ExprListContext ctx) → void -
Exit a parse tree produced by CELParser.exprList.
ctxthe parse tree -
exitFieldInitializerList(
FieldInitializerListContext ctx) → void -
Exit a parse tree produced by CELParser.fieldInitializerList.
ctxthe parse tree -
exitIdentOrGlobalCall(
IdentOrGlobalCallContext ctx) → void -
Exit a parse tree produced by the
IdentOrGlobalCalllabeled alternative in CELParser.primary.ctxthe parse tree -
exitIndex(
IndexContext ctx) → void -
Exit a parse tree produced by the Index
labeled alternative in CELParser.member.
ctxthe parse tree -
exitInt(
IntContext ctx) → void -
Exit a parse tree produced by the Int
labeled alternative in CELParser.literal.
ctxthe parse tree -
exitListInit(
ListInitContext ctx) → void -
Exit a parse tree produced by CELParser.listInit.
ctxthe parse tree -
exitLogicalNot(
LogicalNotContext ctx) → void -
Exit a parse tree produced by the
LogicalNotlabeled alternative in CELParser.unary.ctxthe parse tree -
exitMapInitializerList(
MapInitializerListContext ctx) → void -
Exit a parse tree produced by CELParser.mapInitializerList.
ctxthe parse tree -
exitMemberCall(
MemberCallContext ctx) → void -
Exit a parse tree produced by the
MemberCalllabeled alternative in CELParser.member.ctxthe parse tree -
exitMemberExpr(
MemberExprContext ctx) → void -
Exit a parse tree produced by the
MemberExprlabeled alternative in CELParser.unary.ctxthe parse tree -
exitNegate(
NegateContext ctx) → void -
Exit a parse tree produced by the
Negatelabeled alternative in CELParser.unary.ctxthe parse tree -
exitNested(
NestedContext ctx) → void -
Exit a parse tree produced by the
Nestedlabeled alternative in CELParser.primary.ctxthe parse tree -
exitNull(
NullContext ctx) → void -
Exit a parse tree produced by the Null
labeled alternative in CELParser.literal.
ctxthe parse tree -
exitOptExpr(
OptExprContext ctx) → void -
Exit a parse tree produced by CELParser.optExpr.
ctxthe parse tree -
exitOptField(
OptFieldContext ctx) → void -
Exit a parse tree produced by CELParser.optField.
ctxthe parse tree -
exitPrimaryExpr(
PrimaryExprContext ctx) → void -
Exit a parse tree produced by the
PrimaryExprlabeled alternative in CELParser.member.ctxthe parse tree -
exitRelation(
RelationContext ctx) → void -
Exit a parse tree produced by CELParser.relation.
ctxthe parse tree -
exitSelect(
SelectContext ctx) → void -
Exit a parse tree produced by the
Selectlabeled alternative in CELParser.member.ctxthe parse tree -
exitStart(
StartContext ctx) → void -
Exit a parse tree produced by CELParser.start.
ctxthe parse tree -
exitString(
StringContext ctx) → void -
Exit a parse tree produced by the String
labeled alternative in CELParser.literal.
ctxthe parse tree -
exitUint(
UintContext ctx) → void -
Exit a parse tree produced by the
Uintlabeled alternative in CELParser.literal.ctxthe parse tree -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
visitErrorNode(
ErrorNode node) → void -
inherited
-
visitTerminal(
TerminalNode node) → void -
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited