CELBaseListener class
This class provides an empty implementation of CELListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
- Implemented types
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 -
The default implementation does nothing.
override
-
enterBoolTrue(
BoolTrueContext ctx) → void -
The default implementation does nothing.
override
-
enterBytes(
BytesContext ctx) → void -
The default implementation does nothing.
override
-
enterCalc(
CalcContext ctx) → void -
The default implementation does nothing.
override
-
enterConditionalAnd(
ConditionalAndContext ctx) → void -
The default implementation does nothing.
override
-
enterConditionalOr(
ConditionalOrContext ctx) → void -
The default implementation does nothing.
override
-
enterConstantLiteral(
ConstantLiteralContext ctx) → void -
The default implementation does nothing.
override
-
enterCreateList(
CreateListContext ctx) → void -
The default implementation does nothing.
override
-
enterCreateMessage(
CreateMessageContext ctx) → void -
The default implementation does nothing.
override
-
enterCreateStruct(
CreateStructContext ctx) → void -
The default implementation does nothing.
override
-
enterDouble(
DoubleContext ctx) → void -
The default implementation does nothing.
override
-
enterEveryRule(
ParserRuleContext ctx) → void - The default implementation does nothing.
-
enterExpr(
ExprContext ctx) → void -
The default implementation does nothing.
override
-
enterExprList(
ExprListContext ctx) → void -
The default implementation does nothing.
override
-
enterFieldInitializerList(
FieldInitializerListContext ctx) → void -
The default implementation does nothing.
override
-
enterIdentOrGlobalCall(
IdentOrGlobalCallContext ctx) → void -
The default implementation does nothing.
override
-
enterIndex(
IndexContext ctx) → void -
The default implementation does nothing.
override
-
enterInt(
IntContext ctx) → void -
The default implementation does nothing.
override
-
enterListInit(
ListInitContext ctx) → void -
The default implementation does nothing.
override
-
enterLogicalNot(
LogicalNotContext ctx) → void -
The default implementation does nothing.
override
-
enterMapInitializerList(
MapInitializerListContext ctx) → void -
The default implementation does nothing.
override
-
enterMemberCall(
MemberCallContext ctx) → void -
The default implementation does nothing.
override
-
enterMemberExpr(
MemberExprContext ctx) → void -
The default implementation does nothing.
override
-
enterNegate(
NegateContext ctx) → void -
The default implementation does nothing.
override
-
enterNested(
NestedContext ctx) → void -
The default implementation does nothing.
override
-
enterNull(
NullContext ctx) → void -
The default implementation does nothing.
override
-
enterOptExpr(
OptExprContext ctx) → void -
The default implementation does nothing.
override
-
enterOptField(
OptFieldContext ctx) → void -
The default implementation does nothing.
override
-
enterPrimaryExpr(
PrimaryExprContext ctx) → void -
The default implementation does nothing.
override
-
enterRelation(
RelationContext ctx) → void -
The default implementation does nothing.
override
-
enterSelect(
SelectContext ctx) → void -
The default implementation does nothing.
override
-
enterStart(
StartContext ctx) → void -
The default implementation does nothing.
override
-
enterString(
StringContext ctx) → void -
The default implementation does nothing.
override
-
enterUint(
UintContext ctx) → void -
The default implementation does nothing.
override
-
exitBoolFalse(
BoolFalseContext ctx) → void -
The default implementation does nothing.
override
-
exitBoolTrue(
BoolTrueContext ctx) → void -
The default implementation does nothing.
override
-
exitBytes(
BytesContext ctx) → void -
The default implementation does nothing.
override
-
exitCalc(
CalcContext ctx) → void -
The default implementation does nothing.
override
-
exitConditionalAnd(
ConditionalAndContext ctx) → void -
The default implementation does nothing.
override
-
exitConditionalOr(
ConditionalOrContext ctx) → void -
The default implementation does nothing.
override
-
exitConstantLiteral(
ConstantLiteralContext ctx) → void -
The default implementation does nothing.
override
-
exitCreateList(
CreateListContext ctx) → void -
The default implementation does nothing.
override
-
exitCreateMessage(
CreateMessageContext ctx) → void -
The default implementation does nothing.
override
-
exitCreateStruct(
CreateStructContext ctx) → void -
The default implementation does nothing.
override
-
exitDouble(
DoubleContext ctx) → void -
The default implementation does nothing.
override
-
exitEveryRule(
ParserRuleContext ctx) → void - The default implementation does nothing.
-
exitExpr(
ExprContext ctx) → void -
The default implementation does nothing.
override
-
exitExprList(
ExprListContext ctx) → void -
The default implementation does nothing.
override
-
exitFieldInitializerList(
FieldInitializerListContext ctx) → void -
The default implementation does nothing.
override
-
exitIdentOrGlobalCall(
IdentOrGlobalCallContext ctx) → void -
The default implementation does nothing.
override
-
exitIndex(
IndexContext ctx) → void -
The default implementation does nothing.
override
-
exitInt(
IntContext ctx) → void -
The default implementation does nothing.
override
-
exitListInit(
ListInitContext ctx) → void -
The default implementation does nothing.
override
-
exitLogicalNot(
LogicalNotContext ctx) → void -
The default implementation does nothing.
override
-
exitMapInitializerList(
MapInitializerListContext ctx) → void -
The default implementation does nothing.
override
-
exitMemberCall(
MemberCallContext ctx) → void -
The default implementation does nothing.
override
-
exitMemberExpr(
MemberExprContext ctx) → void -
The default implementation does nothing.
override
-
exitNegate(
NegateContext ctx) → void -
The default implementation does nothing.
override
-
exitNested(
NestedContext ctx) → void -
The default implementation does nothing.
override
-
exitNull(
NullContext ctx) → void -
The default implementation does nothing.
override
-
exitOptExpr(
OptExprContext ctx) → void -
The default implementation does nothing.
override
-
exitOptField(
OptFieldContext ctx) → void -
The default implementation does nothing.
override
-
exitPrimaryExpr(
PrimaryExprContext ctx) → void -
The default implementation does nothing.
override
-
exitRelation(
RelationContext ctx) → void -
The default implementation does nothing.
override
-
exitSelect(
SelectContext ctx) → void -
The default implementation does nothing.
override
-
exitStart(
StartContext ctx) → void -
The default implementation does nothing.
override
-
exitString(
StringContext ctx) → void -
The default implementation does nothing.
override
-
exitUint(
UintContext ctx) → void -
The default implementation does nothing.
override
-
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 - The default implementation does nothing.
-
visitTerminal(
TerminalNode node) → void - The default implementation does nothing.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited