CELListener class abstract

This abstract class defines a complete listener for a parse tree produced by CELParser.

Implementers

Constructors

CELListener()

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 BoolFalse labeled alternative in file.parserName>.literal. ctx the parse tree
enterBoolTrue(BoolTrueContext ctx) → void
Enter a parse tree produced by the BoolTrue labeled alternative in file.parserName>.literal. ctx the parse tree
enterBytes(BytesContext ctx) → void
Enter a parse tree produced by the Bytes labeled alternative in file.parserName>.literal. ctx the parse tree
enterCalc(CalcContext ctx) → void
Enter a parse tree produced by CELParser.calc. ctx the parse tree
enterConditionalAnd(ConditionalAndContext ctx) → void
Enter a parse tree produced by CELParser.conditionalAnd. ctx the parse tree
enterConditionalOr(ConditionalOrContext ctx) → void
Enter a parse tree produced by CELParser.conditionalOr. ctx the parse tree
enterConstantLiteral(ConstantLiteralContext ctx) → void
Enter a parse tree produced by the ConstantLiteral labeled alternative in file.parserName>.primary. ctx the parse tree
enterCreateList(CreateListContext ctx) → void
Enter a parse tree produced by the CreateList labeled alternative in file.parserName>.primary. ctx the parse tree
enterCreateMessage(CreateMessageContext ctx) → void
Enter a parse tree produced by the CreateMessage labeled alternative in file.parserName>.primary. ctx the parse tree
enterCreateStruct(CreateStructContext ctx) → void
Enter a parse tree produced by the CreateStruct labeled alternative in file.parserName>.primary. ctx the parse tree
enterDouble(DoubleContext ctx) → void
Enter a parse tree produced by the Double labeled alternative in file.parserName>.literal. ctx the parse tree
enterEveryRule(ParserRuleContext node) → void
inherited
enterExpr(ExprContext ctx) → void
Enter a parse tree produced by CELParser.expr. ctx the parse tree
enterExprList(ExprListContext ctx) → void
Enter a parse tree produced by CELParser.exprList. ctx the parse tree
enterFieldInitializerList(FieldInitializerListContext ctx) → void
Enter a parse tree produced by CELParser.fieldInitializerList. ctx the parse tree
enterIdentOrGlobalCall(IdentOrGlobalCallContext ctx) → void
Enter a parse tree produced by the IdentOrGlobalCall labeled alternative in file.parserName>.primary. ctx the parse tree
enterIndex(IndexContext ctx) → void
Enter a parse tree produced by the Index labeled alternative in file.parserName>.member. ctx the parse tree
enterInt(IntContext ctx) → void
Enter a parse tree produced by the Int labeled alternative in file.parserName>.literal. ctx the parse tree
enterListInit(ListInitContext ctx) → void
Enter a parse tree produced by CELParser.listInit. ctx the parse tree
enterLogicalNot(LogicalNotContext ctx) → void
Enter a parse tree produced by the LogicalNot labeled alternative in file.parserName>.unary. ctx the parse tree
enterMapInitializerList(MapInitializerListContext ctx) → void
Enter a parse tree produced by CELParser.mapInitializerList. ctx the parse tree
enterMemberCall(MemberCallContext ctx) → void
Enter a parse tree produced by the MemberCall labeled alternative in file.parserName>.member. ctx the parse tree
enterMemberExpr(MemberExprContext ctx) → void
Enter a parse tree produced by the MemberExpr labeled alternative in file.parserName>.unary. ctx the parse tree
enterNegate(NegateContext ctx) → void
Enter a parse tree produced by the Negate labeled alternative in file.parserName>.unary. ctx the parse tree
enterNested(NestedContext ctx) → void
Enter a parse tree produced by the Nested labeled alternative in file.parserName>.primary. ctx the parse tree
enterNull(NullContext ctx) → void
Enter a parse tree produced by the Null labeled alternative in file.parserName>.literal. ctx the parse tree
enterOptExpr(OptExprContext ctx) → void
Enter a parse tree produced by CELParser.optExpr. ctx the parse tree
enterOptField(OptFieldContext ctx) → void
Enter a parse tree produced by CELParser.optField. ctx the parse tree
enterPrimaryExpr(PrimaryExprContext ctx) → void
Enter a parse tree produced by the PrimaryExpr labeled alternative in file.parserName>.member. ctx the parse tree
enterRelation(RelationContext ctx) → void
Enter a parse tree produced by CELParser.relation. ctx the parse tree
enterSelect(SelectContext ctx) → void
Enter a parse tree produced by the Select labeled alternative in file.parserName>.member. ctx the parse tree
enterStart(StartContext ctx) → void
Enter a parse tree produced by CELParser.start. ctx the parse tree
enterString(StringContext ctx) → void
Enter a parse tree produced by the String labeled alternative in file.parserName>.literal. ctx the parse tree
enterUint(UintContext ctx) → void
Enter a parse tree produced by the Uint labeled alternative in file.parserName>.literal. ctx the parse tree
exitBoolFalse(BoolFalseContext ctx) → void
Exit a parse tree produced by the BoolFalse labeled alternative in CELParser.literal. ctx the parse tree
exitBoolTrue(BoolTrueContext ctx) → void
Exit a parse tree produced by the BoolTrue labeled alternative in CELParser.literal. ctx the parse tree
exitBytes(BytesContext ctx) → void
Exit a parse tree produced by the Bytes labeled alternative in CELParser.literal. ctx the parse tree
exitCalc(CalcContext ctx) → void
Exit a parse tree produced by CELParser.calc. ctx the parse tree
exitConditionalAnd(ConditionalAndContext ctx) → void
Exit a parse tree produced by CELParser.conditionalAnd. ctx the parse tree
exitConditionalOr(ConditionalOrContext ctx) → void
Exit a parse tree produced by CELParser.conditionalOr. ctx the parse tree
exitConstantLiteral(ConstantLiteralContext ctx) → void
Exit a parse tree produced by the ConstantLiteral labeled alternative in CELParser.primary. ctx the parse tree
exitCreateList(CreateListContext ctx) → void
Exit a parse tree produced by the CreateList labeled alternative in CELParser.primary. ctx the parse tree
exitCreateMessage(CreateMessageContext ctx) → void
Exit a parse tree produced by the CreateMessage labeled alternative in CELParser.primary. ctx the parse tree
exitCreateStruct(CreateStructContext ctx) → void
Exit a parse tree produced by the CreateStruct labeled alternative in CELParser.primary. ctx the parse tree
exitDouble(DoubleContext ctx) → void
Exit a parse tree produced by the Double labeled alternative in CELParser.literal. ctx the parse tree
exitEveryRule(ParserRuleContext node) → void
inherited
exitExpr(ExprContext ctx) → void
Exit a parse tree produced by CELParser.expr. ctx the parse tree
exitExprList(ExprListContext ctx) → void
Exit a parse tree produced by CELParser.exprList. ctx the parse tree
exitFieldInitializerList(FieldInitializerListContext ctx) → void
Exit a parse tree produced by CELParser.fieldInitializerList. ctx the parse tree
exitIdentOrGlobalCall(IdentOrGlobalCallContext ctx) → void
Exit a parse tree produced by the IdentOrGlobalCall labeled alternative in CELParser.primary. ctx the parse tree
exitIndex(IndexContext ctx) → void
Exit a parse tree produced by the Index labeled alternative in CELParser.member. ctx the parse tree
exitInt(IntContext ctx) → void
Exit a parse tree produced by the Int labeled alternative in CELParser.literal. ctx the parse tree
exitListInit(ListInitContext ctx) → void
Exit a parse tree produced by CELParser.listInit. ctx the parse tree
exitLogicalNot(LogicalNotContext ctx) → void
Exit a parse tree produced by the LogicalNot labeled alternative in CELParser.unary. ctx the parse tree
exitMapInitializerList(MapInitializerListContext ctx) → void
Exit a parse tree produced by CELParser.mapInitializerList. ctx the parse tree
exitMemberCall(MemberCallContext ctx) → void
Exit a parse tree produced by the MemberCall labeled alternative in CELParser.member. ctx the parse tree
exitMemberExpr(MemberExprContext ctx) → void
Exit a parse tree produced by the MemberExpr labeled alternative in CELParser.unary. ctx the parse tree
exitNegate(NegateContext ctx) → void
Exit a parse tree produced by the Negate labeled alternative in CELParser.unary. ctx the parse tree
exitNested(NestedContext ctx) → void
Exit a parse tree produced by the Nested labeled alternative in CELParser.primary. ctx the parse tree
exitNull(NullContext ctx) → void
Exit a parse tree produced by the Null labeled alternative in CELParser.literal. ctx the parse tree
exitOptExpr(OptExprContext ctx) → void
Exit a parse tree produced by CELParser.optExpr. ctx the parse tree
exitOptField(OptFieldContext ctx) → void
Exit a parse tree produced by CELParser.optField. ctx the parse tree
exitPrimaryExpr(PrimaryExprContext ctx) → void
Exit a parse tree produced by the PrimaryExpr labeled alternative in CELParser.member. ctx the parse tree
exitRelation(RelationContext ctx) → void
Exit a parse tree produced by CELParser.relation. ctx the parse tree
exitSelect(SelectContext ctx) → void
Exit a parse tree produced by the Select labeled alternative in CELParser.member. ctx the parse tree
exitStart(StartContext ctx) → void
Exit a parse tree produced by CELParser.start. ctx the parse tree
exitString(StringContext ctx) → void
Exit a parse tree produced by the String labeled alternative in CELParser.literal. ctx the parse tree
exitUint(UintContext ctx) → void
Exit a parse tree produced by the Uint labeled alternative in CELParser.literal. ctx the 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