open class OrbitBaseListener : OrbitListener
This class provides an empty implementation of OrbitListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
OrbitBaseListener()
This class provides an empty implementation of |
open fun enterActorDeclaration(ctx: OrbitParser.ActorDeclarationContext!): Unit
Enter a parse tree produced by |
|
open fun enterActorMethod(ctx: OrbitParser.ActorMethodContext!): Unit
Enter a parse tree produced by |
|
open fun enterDataDeclaration(ctx: OrbitParser.DataDeclarationContext!): Unit
Enter a parse tree produced by |
|
open fun enterDataField(ctx: OrbitParser.DataFieldContext!): Unit
Enter a parse tree produced by |
|
open fun enterDeclaration(ctx: OrbitParser.DeclarationContext!): Unit
Enter a parse tree produced by |
|
open fun enterEnumDeclaration(ctx: OrbitParser.EnumDeclarationContext!): Unit
Enter a parse tree produced by |
|
open fun enterEnumMember(ctx: OrbitParser.EnumMemberContext!): Unit
Enter a parse tree produced by |
|
open fun enterEveryRule(ctx: ParserRuleContext!): Unit
The default implementation does nothing. |
|
open fun enterFile(ctx: OrbitParser.FileContext!): Unit
Enter a parse tree produced by |
|
open fun enterMethodParam(ctx: OrbitParser.MethodParamContext!): Unit
Enter a parse tree produced by |
|
open fun exitActorDeclaration(ctx: OrbitParser.ActorDeclarationContext!): Unit
Exit a parse tree produced by |
|
open fun exitActorMethod(ctx: OrbitParser.ActorMethodContext!): Unit
Exit a parse tree produced by |
|
open fun exitDataDeclaration(ctx: OrbitParser.DataDeclarationContext!): Unit
Exit a parse tree produced by |
|
open fun exitDataField(ctx: OrbitParser.DataFieldContext!): Unit
Exit a parse tree produced by |
|
open fun exitDeclaration(ctx: OrbitParser.DeclarationContext!): Unit
Exit a parse tree produced by |
|
open fun exitEnumDeclaration(ctx: OrbitParser.EnumDeclarationContext!): Unit
Exit a parse tree produced by |
|
open fun exitEnumMember(ctx: OrbitParser.EnumMemberContext!): Unit
Exit a parse tree produced by |
|
open fun exitEveryRule(ctx: ParserRuleContext!): Unit
The default implementation does nothing. |
|
open fun exitFile(ctx: OrbitParser.FileContext!): Unit
Exit a parse tree produced by |
|
open fun exitMethodParam(ctx: OrbitParser.MethodParamContext!): Unit
Exit a parse tree produced by |
|
open fun visitErrorNode(node: ErrorNode!): Unit
The default implementation does nothing. |
|
open fun visitTerminal(node: TerminalNode!): Unit
The default implementation does nothing. |