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 OrbitListener, which can be extended to create a listener which only needs to handle a subset of the available methods. |
open fun enterActorDeclaration(ctx: ActorDeclarationContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterActorMethod(ctx: ActorMethodContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterDataDeclaration(ctx: DataDeclarationContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterDataField(ctx: DataFieldContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterDeclaration(ctx: DeclarationContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterEnumDeclaration(ctx: EnumDeclarationContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterEnumMember(ctx: EnumMemberContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterEveryRule(ctx: ParserRuleContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterFile(ctx: FileContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterMethodParam(ctx: MethodParamContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun enterType(ctx: TypeContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitActorDeclaration(ctx: ActorDeclarationContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitActorMethod(ctx: ActorMethodContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitDataDeclaration(ctx: DataDeclarationContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitDataField(ctx: DataFieldContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitDeclaration(ctx: DeclarationContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitEnumDeclaration(ctx: EnumDeclarationContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitEnumMember(ctx: EnumMemberContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitEveryRule(ctx: ParserRuleContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitFile(ctx: FileContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitMethodParam(ctx: MethodParamContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun exitType(ctx: TypeContext): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun visitErrorNode(node: ErrorNode): Unit
{@inheritDoc} The default implementation does nothing. |
|
open fun visitTerminal(node: TerminalNode): Unit
{@inheritDoc} The default implementation does nothing. |