public OrbitListener
This interface defines a complete listener for a parse tree produced by OrbitParser.
| Modifier and Type | Method and Description |
|---|---|
void |
enterActorDeclaration()
Enter a parse tree produced by
. |
void |
enterActorMethod()
Enter a parse tree produced by
. |
void |
enterDataDeclaration()
Enter a parse tree produced by
. |
void |
enterDataField()
Enter a parse tree produced by
. |
void |
enterDeclaration()
Enter a parse tree produced by
. |
void |
enterEnumDeclaration()
Enter a parse tree produced by
. |
void |
enterEnumMember()
Enter a parse tree produced by
. |
void |
enterFile()
Enter a parse tree produced by
. |
void |
enterMethodParam()
Enter a parse tree produced by
. |
void |
enterType()
Enter a parse tree produced by
. |
void |
exitActorDeclaration()
Exit a parse tree produced by
. |
void |
exitActorMethod()
Exit a parse tree produced by
. |
void |
exitDataDeclaration()
Exit a parse tree produced by
. |
void |
exitDataField()
Exit a parse tree produced by
. |
void |
exitDeclaration()
Exit a parse tree produced by
. |
void |
exitEnumDeclaration()
Exit a parse tree produced by
. |
void |
exitEnumMember()
Exit a parse tree produced by
. |
void |
exitFile()
Exit a parse tree produced by
. |
void |
exitMethodParam()
Exit a parse tree produced by
. |
void |
exitType()
Exit a parse tree produced by
. |
void enterFile()
Enter a parse tree produced by .OrbitParser.file
OrbitParser.filevoid exitFile()
Exit a parse tree produced by .OrbitParser.file
OrbitParser.filevoid enterDeclaration()
Enter a parse tree produced by .OrbitParser.declaration
OrbitParser.declarationvoid exitDeclaration()
Exit a parse tree produced by .OrbitParser.declaration
OrbitParser.declarationvoid enterEnumDeclaration()
Enter a parse tree produced by .OrbitParser.enumDeclaration
OrbitParser.enumDeclarationvoid exitEnumDeclaration()
Exit a parse tree produced by .OrbitParser.enumDeclaration
OrbitParser.enumDeclarationvoid enterEnumMember()
Enter a parse tree produced by .OrbitParser.enumMember
OrbitParser.enumMembervoid exitEnumMember()
Exit a parse tree produced by .OrbitParser.enumMember
OrbitParser.enumMembervoid enterActorDeclaration()
Enter a parse tree produced by .OrbitParser.actorDeclaration
OrbitParser.actorDeclarationvoid exitActorDeclaration()
Exit a parse tree produced by .OrbitParser.actorDeclaration
OrbitParser.actorDeclarationvoid enterActorMethod()
Enter a parse tree produced by .OrbitParser.actorMethod
OrbitParser.actorMethodvoid exitActorMethod()
Exit a parse tree produced by .OrbitParser.actorMethod
OrbitParser.actorMethodvoid enterMethodParam()
Enter a parse tree produced by .OrbitParser.methodParam
OrbitParser.methodParamvoid exitMethodParam()
Exit a parse tree produced by .OrbitParser.methodParam
OrbitParser.methodParamvoid enterDataDeclaration()
Enter a parse tree produced by .OrbitParser.dataDeclaration
OrbitParser.dataDeclarationvoid exitDataDeclaration()
Exit a parse tree produced by .OrbitParser.dataDeclaration
OrbitParser.dataDeclarationvoid enterDataField()
Enter a parse tree produced by .OrbitParser.dataField
OrbitParser.dataFieldvoid exitDataField()
Exit a parse tree produced by .OrbitParser.dataField
OrbitParser.dataFieldvoid enterType()
Enter a parse tree produced by .OrbitParser.type
OrbitParser.typevoid exitType()
Exit a parse tree produced by .OrbitParser.type
OrbitParser.type