Interface IPeopleCodeListener
This interface defines a complete listener for a parse tree produced by PeopleCodeParser.
Namespace: GCore.Antlr.Grammers.Peoplecode
Assembly: Peoplecode.dll
Syntax
public interface IPeopleCodeListener : Antlr4.Runtime.Tree.IParseTreeListener
Methods
| Improve this Doc View SourceEnterAppClassImport(PeopleCodeParser.AppClassImportContext)
Enter a parse tree produced by appClassImport().
Declaration
void EnterAppClassImport(PeopleCodeParser.AppClassImportContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.AppClassImportContext | context | The parse tree. |
EnterAppClassPath(PeopleCodeParser.AppClassPathContext)
Enter a parse tree produced by appClassPath().
Declaration
void EnterAppClassPath(PeopleCodeParser.AppClassPathContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.AppClassPathContext | context | The parse tree. |
EnterAppPkgPath(PeopleCodeParser.AppPkgPathContext)
Enter a parse tree produced by appPkgPath().
Declaration
void EnterAppPkgPath(PeopleCodeParser.AppPkgPathContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.AppPkgPathContext | context | The parse tree. |
EnterCatchSignature(PeopleCodeParser.CatchSignatureContext)
Enter a parse tree produced by catchSignature().
Declaration
void EnterCatchSignature(PeopleCodeParser.CatchSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.CatchSignatureContext | context | The parse tree. |
EnterClassBlock(PeopleCodeParser.ClassBlockContext)
Enter a parse tree produced by classBlock().
Declaration
void EnterClassBlock(PeopleCodeParser.ClassBlockContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ClassBlockContext | context | The parse tree. |
EnterClassBlockStmt(PeopleCodeParser.ClassBlockStmtContext)
Enter a parse tree produced by classBlockStmt().
Declaration
void EnterClassBlockStmt(PeopleCodeParser.ClassBlockStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ClassBlockStmtContext | context | The parse tree. |
EnterClassDeclaration(PeopleCodeParser.ClassDeclarationContext)
Enter a parse tree produced by classDeclaration().
Declaration
void EnterClassDeclaration(PeopleCodeParser.ClassDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ClassDeclarationContext | context | The parse tree. |
EnterConstant(PeopleCodeParser.ConstantContext)
Enter a parse tree produced by constant().
Declaration
void EnterConstant(PeopleCodeParser.ConstantContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ConstantContext | context | The parse tree. |
EnterCreateInvocation(PeopleCodeParser.CreateInvocationContext)
Enter a parse tree produced by createInvocation().
Declaration
void EnterCreateInvocation(PeopleCodeParser.CreateInvocationContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.CreateInvocationContext | context | The parse tree. |
EnterEvaluateStmt(PeopleCodeParser.EvaluateStmtContext)
Enter a parse tree produced by evaluateStmt().
Declaration
void EnterEvaluateStmt(PeopleCodeParser.EvaluateStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.EvaluateStmtContext | context | The parse tree. |
EnterEvent(PeopleCodeParser.EventContext)
Enter a parse tree produced by
Declaration
void EnterEvent(PeopleCodeParser.EventContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.EventContext | context | The parse tree. |
EnterExprAddSub(PeopleCodeParser.ExprAddSubContext)
Enter a parse tree produced by the ExprAddSub
labeled alternative in expr().
Declaration
void EnterExprAddSub(PeopleCodeParser.ExprAddSubContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprAddSubContext | context | The parse tree. |
EnterExprArrayIndex(PeopleCodeParser.ExprArrayIndexContext)
Enter a parse tree produced by the ExprArrayIndex
labeled alternative in expr().
Declaration
void EnterExprArrayIndex(PeopleCodeParser.ExprArrayIndexContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprArrayIndexContext | context | The parse tree. |
EnterExprBoolean(PeopleCodeParser.ExprBooleanContext)
Enter a parse tree produced by the ExprBoolean
labeled alternative in expr().
Declaration
void EnterExprBoolean(PeopleCodeParser.ExprBooleanContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprBooleanContext | context | The parse tree. |
EnterExprComparison(PeopleCodeParser.ExprComparisonContext)
Enter a parse tree produced by the ExprComparison
labeled alternative in expr().
Declaration
void EnterExprComparison(PeopleCodeParser.ExprComparisonContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprComparisonContext | context | The parse tree. |
EnterExprConcat(PeopleCodeParser.ExprConcatContext)
Enter a parse tree produced by the ExprConcat
labeled alternative in expr().
Declaration
void EnterExprConcat(PeopleCodeParser.ExprConcatContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprConcatContext | context | The parse tree. |
EnterExprCreate(PeopleCodeParser.ExprCreateContext)
Enter a parse tree produced by the ExprCreate
labeled alternative in expr().
Declaration
void EnterExprCreate(PeopleCodeParser.ExprCreateContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprCreateContext | context | The parse tree. |
EnterExprDotAccess(PeopleCodeParser.ExprDotAccessContext)
Enter a parse tree produced by the ExprDotAccess
labeled alternative in expr().
Declaration
void EnterExprDotAccess(PeopleCodeParser.ExprDotAccessContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprDotAccessContext | context | The parse tree. |
EnterExprDynamicReference(PeopleCodeParser.ExprDynamicReferenceContext)
Enter a parse tree produced by the ExprDynamicReference
labeled alternative in expr().
Declaration
void EnterExprDynamicReference(PeopleCodeParser.ExprDynamicReferenceContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprDynamicReferenceContext | context | The parse tree. |
EnterExprEquality(PeopleCodeParser.ExprEqualityContext)
Enter a parse tree produced by the ExprEquality
labeled alternative in expr().
Declaration
void EnterExprEquality(PeopleCodeParser.ExprEqualityContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprEqualityContext | context | The parse tree. |
EnterExprFnOrIdxCall(PeopleCodeParser.ExprFnOrIdxCallContext)
Enter a parse tree produced by the ExprFnOrIdxCall
labeled alternative in expr().
Declaration
void EnterExprFnOrIdxCall(PeopleCodeParser.ExprFnOrIdxCallContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprFnOrIdxCallContext | context | The parse tree. |
EnterExprId(PeopleCodeParser.ExprIdContext)
Enter a parse tree produced by the ExprId
labeled alternative in expr().
Declaration
void EnterExprId(PeopleCodeParser.ExprIdContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprIdContext | context | The parse tree. |
EnterExprList(PeopleCodeParser.ExprListContext)
Enter a parse tree produced by exprList().
Declaration
void EnterExprList(PeopleCodeParser.ExprListContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprListContext | context | The parse tree. |
EnterExprLiteral(PeopleCodeParser.ExprLiteralContext)
Enter a parse tree produced by the ExprLiteral
labeled alternative in expr().
Declaration
void EnterExprLiteral(PeopleCodeParser.ExprLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprLiteralContext | context | The parse tree. |
EnterExprMulDiv(PeopleCodeParser.ExprMulDivContext)
Enter a parse tree produced by the ExprMulDiv
labeled alternative in expr().
Declaration
void EnterExprMulDiv(PeopleCodeParser.ExprMulDivContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprMulDivContext | context | The parse tree. |
EnterExprNegate(PeopleCodeParser.ExprNegateContext)
Enter a parse tree produced by the ExprNegate
labeled alternative in expr().
Declaration
void EnterExprNegate(PeopleCodeParser.ExprNegateContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprNegateContext | context | The parse tree. |
EnterExprNot(PeopleCodeParser.ExprNotContext)
Enter a parse tree produced by the ExprNot
labeled alternative in expr().
Declaration
void EnterExprNot(PeopleCodeParser.ExprNotContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprNotContext | context | The parse tree. |
EnterExprParenthesized(PeopleCodeParser.ExprParenthesizedContext)
Enter a parse tree produced by the ExprParenthesized
labeled alternative in expr().
Declaration
void EnterExprParenthesized(PeopleCodeParser.ExprParenthesizedContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprParenthesizedContext | context | The parse tree. |
EnterExtFuncImport(PeopleCodeParser.ExtFuncImportContext)
Enter a parse tree produced by extFuncImport().
Declaration
void EnterExtFuncImport(PeopleCodeParser.ExtFuncImportContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExtFuncImportContext | context | The parse tree. |
EnterFormalParamList(PeopleCodeParser.FormalParamListContext)
Enter a parse tree produced by formalParamList().
Declaration
void EnterFormalParamList(PeopleCodeParser.FormalParamListContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.FormalParamListContext | context | The parse tree. |
EnterForStmt(PeopleCodeParser.ForStmtContext)
Enter a parse tree produced by forStmt().
Declaration
void EnterForStmt(PeopleCodeParser.ForStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ForStmtContext | context | The parse tree. |
EnterFuncImpl(PeopleCodeParser.FuncImplContext)
Enter a parse tree produced by funcImpl().
Declaration
void EnterFuncImpl(PeopleCodeParser.FuncImplContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.FuncImplContext | context | The parse tree. |
EnterFuncSignature(PeopleCodeParser.FuncSignatureContext)
Enter a parse tree produced by funcSignature().
Declaration
void EnterFuncSignature(PeopleCodeParser.FuncSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.FuncSignatureContext | context | The parse tree. |
EnterGetImpl(PeopleCodeParser.GetImplContext)
Enter a parse tree produced by getImpl().
Declaration
void EnterGetImpl(PeopleCodeParser.GetImplContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.GetImplContext | context | The parse tree. |
EnterId_(PeopleCodeParser.Id_Context)
Enter a parse tree produced by id_().
Declaration
void EnterId_(PeopleCodeParser.Id_Context context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.Id_Context | context | The parse tree. |
EnterIfStmt(PeopleCodeParser.IfStmtContext)
Enter a parse tree produced by ifStmt().
Declaration
void EnterIfStmt(PeopleCodeParser.IfStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.IfStmtContext | context | The parse tree. |
EnterInstance(PeopleCodeParser.InstanceContext)
Enter a parse tree produced by instance().
Declaration
void EnterInstance(PeopleCodeParser.InstanceContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.InstanceContext | context | The parse tree. |
EnterLiteral(PeopleCodeParser.LiteralContext)
Enter a parse tree produced by literal().
Declaration
void EnterLiteral(PeopleCodeParser.LiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.LiteralContext | context | The parse tree. |
EnterMethod(PeopleCodeParser.MethodContext)
Enter a parse tree produced by method().
Declaration
void EnterMethod(PeopleCodeParser.MethodContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.MethodContext | context | The parse tree. |
EnterMethodImpl(PeopleCodeParser.MethodImplContext)
Enter a parse tree produced by methodImpl().
Declaration
void EnterMethodImpl(PeopleCodeParser.MethodImplContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.MethodImplContext | context | The parse tree. |
EnterParam(PeopleCodeParser.ParamContext)
Enter a parse tree produced by param().
Declaration
void EnterParam(PeopleCodeParser.ParamContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ParamContext | context | The parse tree. |
EnterProgram(PeopleCodeParser.ProgramContext)
Enter a parse tree produced by program().
Declaration
void EnterProgram(PeopleCodeParser.ProgramContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ProgramContext | context | The parse tree. |
EnterProperty_(PeopleCodeParser.Property_Context)
Enter a parse tree produced by property_().
Declaration
void EnterProperty_(PeopleCodeParser.Property_Context context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.Property_Context | context | The parse tree. |
EnterRecDefnPath(PeopleCodeParser.RecDefnPathContext)
Enter a parse tree produced by recDefnPath().
Declaration
void EnterRecDefnPath(PeopleCodeParser.RecDefnPathContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.RecDefnPathContext | context | The parse tree. |
EnterReturnType(PeopleCodeParser.ReturnTypeContext)
Enter a parse tree produced by returnType().
Declaration
void EnterReturnType(PeopleCodeParser.ReturnTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ReturnTypeContext | context | The parse tree. |
EnterSetImpl(PeopleCodeParser.SetImplContext)
Enter a parse tree produced by setImpl().
Declaration
void EnterSetImpl(PeopleCodeParser.SetImplContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.SetImplContext | context | The parse tree. |
EnterStmtAppClassImport(PeopleCodeParser.StmtAppClassImportContext)
Enter a parse tree produced by the StmtAppClassImport
labeled alternative in stmt().
Declaration
void EnterStmtAppClassImport(PeopleCodeParser.StmtAppClassImportContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtAppClassImportContext | context | The parse tree. |
EnterStmtAssign(PeopleCodeParser.StmtAssignContext)
Enter a parse tree produced by the StmtAssign
labeled alternative in stmt().
Declaration
void EnterStmtAssign(PeopleCodeParser.StmtAssignContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtAssignContext | context | The parse tree. |
EnterStmtBreak(PeopleCodeParser.StmtBreakContext)
Enter a parse tree produced by the StmtBreak
labeled alternative in stmt().
Declaration
void EnterStmtBreak(PeopleCodeParser.StmtBreakContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtBreakContext | context | The parse tree. |
EnterStmtClassDeclaration(PeopleCodeParser.StmtClassDeclarationContext)
Enter a parse tree produced by the StmtClassDeclaration
labeled alternative in stmt().
Declaration
void EnterStmtClassDeclaration(PeopleCodeParser.StmtClassDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtClassDeclarationContext | context | The parse tree. |
EnterStmtError(PeopleCodeParser.StmtErrorContext)
Enter a parse tree produced by the StmtError
labeled alternative in stmt().
Declaration
void EnterStmtError(PeopleCodeParser.StmtErrorContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtErrorContext | context | The parse tree. |
EnterStmtEvaluate(PeopleCodeParser.StmtEvaluateContext)
Enter a parse tree produced by the StmtEvaluate
labeled alternative in stmt().
Declaration
void EnterStmtEvaluate(PeopleCodeParser.StmtEvaluateContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtEvaluateContext | context | The parse tree. |
EnterStmtExit(PeopleCodeParser.StmtExitContext)
Enter a parse tree produced by the StmtExit
labeled alternative in stmt().
Declaration
void EnterStmtExit(PeopleCodeParser.StmtExitContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtExitContext | context | The parse tree. |
EnterStmtExpr(PeopleCodeParser.StmtExprContext)
Enter a parse tree produced by the StmtExpr
labeled alternative in stmt().
Declaration
void EnterStmtExpr(PeopleCodeParser.StmtExprContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtExprContext | context | The parse tree. |
EnterStmtExternalFuncImport(PeopleCodeParser.StmtExternalFuncImportContext)
Enter a parse tree produced by the StmtExternalFuncImport
labeled alternative in stmt().
Declaration
void EnterStmtExternalFuncImport(PeopleCodeParser.StmtExternalFuncImportContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtExternalFuncImportContext | context | The parse tree. |
EnterStmtFor(PeopleCodeParser.StmtForContext)
Enter a parse tree produced by the StmtFor
labeled alternative in stmt().
Declaration
void EnterStmtFor(PeopleCodeParser.StmtForContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtForContext | context | The parse tree. |
EnterStmtFuncImpl(PeopleCodeParser.StmtFuncImplContext)
Enter a parse tree produced by the StmtFuncImpl
labeled alternative in stmt().
Declaration
void EnterStmtFuncImpl(PeopleCodeParser.StmtFuncImplContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtFuncImplContext | context | The parse tree. |
EnterStmtGetImpl(PeopleCodeParser.StmtGetImplContext)
Enter a parse tree produced by the StmtGetImpl
labeled alternative in stmt().
Declaration
void EnterStmtGetImpl(PeopleCodeParser.StmtGetImplContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtGetImplContext | context | The parse tree. |
EnterStmtIf(PeopleCodeParser.StmtIfContext)
Enter a parse tree produced by the StmtIf
labeled alternative in stmt().
Declaration
void EnterStmtIf(PeopleCodeParser.StmtIfContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtIfContext | context | The parse tree. |
EnterStmtList(PeopleCodeParser.StmtListContext)
Enter a parse tree produced by stmtList().
Declaration
void EnterStmtList(PeopleCodeParser.StmtListContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtListContext | context | The parse tree. |
EnterStmtMethodImpl(PeopleCodeParser.StmtMethodImplContext)
Enter a parse tree produced by the StmtMethodImpl
labeled alternative in stmt().
Declaration
void EnterStmtMethodImpl(PeopleCodeParser.StmtMethodImplContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtMethodImplContext | context | The parse tree. |
EnterStmtReturn(PeopleCodeParser.StmtReturnContext)
Enter a parse tree produced by the StmtReturn
labeled alternative in stmt().
Declaration
void EnterStmtReturn(PeopleCodeParser.StmtReturnContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtReturnContext | context | The parse tree. |
EnterStmtSetImpl(PeopleCodeParser.StmtSetImplContext)
Enter a parse tree produced by the StmtSetImpl
labeled alternative in stmt().
Declaration
void EnterStmtSetImpl(PeopleCodeParser.StmtSetImplContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtSetImplContext | context | The parse tree. |
EnterStmtThrow(PeopleCodeParser.StmtThrowContext)
Enter a parse tree produced by the StmtThrow
labeled alternative in stmt().
Declaration
void EnterStmtThrow(PeopleCodeParser.StmtThrowContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtThrowContext | context | The parse tree. |
EnterStmtTryCatch(PeopleCodeParser.StmtTryCatchContext)
Enter a parse tree produced by the StmtTryCatch
labeled alternative in stmt().
Declaration
void EnterStmtTryCatch(PeopleCodeParser.StmtTryCatchContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtTryCatchContext | context | The parse tree. |
EnterStmtVarDeclaration(PeopleCodeParser.StmtVarDeclarationContext)
Enter a parse tree produced by the StmtVarDeclaration
labeled alternative in stmt().
Declaration
void EnterStmtVarDeclaration(PeopleCodeParser.StmtVarDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtVarDeclarationContext | context | The parse tree. |
EnterStmtWarning(PeopleCodeParser.StmtWarningContext)
Enter a parse tree produced by the StmtWarning
labeled alternative in stmt().
Declaration
void EnterStmtWarning(PeopleCodeParser.StmtWarningContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtWarningContext | context | The parse tree. |
EnterStmtWhile(PeopleCodeParser.StmtWhileContext)
Enter a parse tree produced by the StmtWhile
labeled alternative in stmt().
Declaration
void EnterStmtWhile(PeopleCodeParser.StmtWhileContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtWhileContext | context | The parse tree. |
EnterTryCatchStmt(PeopleCodeParser.TryCatchStmtContext)
Enter a parse tree produced by tryCatchStmt().
Declaration
void EnterTryCatchStmt(PeopleCodeParser.TryCatchStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.TryCatchStmtContext | context | The parse tree. |
EnterVarDeclaration(PeopleCodeParser.VarDeclarationContext)
Enter a parse tree produced by varDeclaration().
Declaration
void EnterVarDeclaration(PeopleCodeParser.VarDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.VarDeclarationContext | context | The parse tree. |
EnterVarDeclarator(PeopleCodeParser.VarDeclaratorContext)
Enter a parse tree produced by varDeclarator().
Declaration
void EnterVarDeclarator(PeopleCodeParser.VarDeclaratorContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.VarDeclaratorContext | context | The parse tree. |
EnterVarType(PeopleCodeParser.VarTypeContext)
Enter a parse tree produced by varType().
Declaration
void EnterVarType(PeopleCodeParser.VarTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.VarTypeContext | context | The parse tree. |
EnterWhenBranch(PeopleCodeParser.WhenBranchContext)
Enter a parse tree produced by whenBranch().
Declaration
void EnterWhenBranch(PeopleCodeParser.WhenBranchContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.WhenBranchContext | context | The parse tree. |
EnterWhenOtherBranch(PeopleCodeParser.WhenOtherBranchContext)
Enter a parse tree produced by whenOtherBranch().
Declaration
void EnterWhenOtherBranch(PeopleCodeParser.WhenOtherBranchContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.WhenOtherBranchContext | context | The parse tree. |
EnterWhileStmt(PeopleCodeParser.WhileStmtContext)
Enter a parse tree produced by whileStmt().
Declaration
void EnterWhileStmt(PeopleCodeParser.WhileStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.WhileStmtContext | context | The parse tree. |
ExitAppClassImport(PeopleCodeParser.AppClassImportContext)
Exit a parse tree produced by appClassImport().
Declaration
void ExitAppClassImport(PeopleCodeParser.AppClassImportContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.AppClassImportContext | context | The parse tree. |
ExitAppClassPath(PeopleCodeParser.AppClassPathContext)
Exit a parse tree produced by appClassPath().
Declaration
void ExitAppClassPath(PeopleCodeParser.AppClassPathContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.AppClassPathContext | context | The parse tree. |
ExitAppPkgPath(PeopleCodeParser.AppPkgPathContext)
Exit a parse tree produced by appPkgPath().
Declaration
void ExitAppPkgPath(PeopleCodeParser.AppPkgPathContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.AppPkgPathContext | context | The parse tree. |
ExitCatchSignature(PeopleCodeParser.CatchSignatureContext)
Exit a parse tree produced by catchSignature().
Declaration
void ExitCatchSignature(PeopleCodeParser.CatchSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.CatchSignatureContext | context | The parse tree. |
ExitClassBlock(PeopleCodeParser.ClassBlockContext)
Exit a parse tree produced by classBlock().
Declaration
void ExitClassBlock(PeopleCodeParser.ClassBlockContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ClassBlockContext | context | The parse tree. |
ExitClassBlockStmt(PeopleCodeParser.ClassBlockStmtContext)
Exit a parse tree produced by classBlockStmt().
Declaration
void ExitClassBlockStmt(PeopleCodeParser.ClassBlockStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ClassBlockStmtContext | context | The parse tree. |
ExitClassDeclaration(PeopleCodeParser.ClassDeclarationContext)
Exit a parse tree produced by classDeclaration().
Declaration
void ExitClassDeclaration(PeopleCodeParser.ClassDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ClassDeclarationContext | context | The parse tree. |
ExitConstant(PeopleCodeParser.ConstantContext)
Exit a parse tree produced by constant().
Declaration
void ExitConstant(PeopleCodeParser.ConstantContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ConstantContext | context | The parse tree. |
ExitCreateInvocation(PeopleCodeParser.CreateInvocationContext)
Exit a parse tree produced by createInvocation().
Declaration
void ExitCreateInvocation(PeopleCodeParser.CreateInvocationContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.CreateInvocationContext | context | The parse tree. |
ExitEvaluateStmt(PeopleCodeParser.EvaluateStmtContext)
Exit a parse tree produced by evaluateStmt().
Declaration
void ExitEvaluateStmt(PeopleCodeParser.EvaluateStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.EvaluateStmtContext | context | The parse tree. |
ExitEvent(PeopleCodeParser.EventContext)
Exit a parse tree produced by
Declaration
void ExitEvent(PeopleCodeParser.EventContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.EventContext | context | The parse tree. |
ExitExprAddSub(PeopleCodeParser.ExprAddSubContext)
Exit a parse tree produced by the ExprAddSub
labeled alternative in expr().
Declaration
void ExitExprAddSub(PeopleCodeParser.ExprAddSubContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprAddSubContext | context | The parse tree. |
ExitExprArrayIndex(PeopleCodeParser.ExprArrayIndexContext)
Exit a parse tree produced by the ExprArrayIndex
labeled alternative in expr().
Declaration
void ExitExprArrayIndex(PeopleCodeParser.ExprArrayIndexContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprArrayIndexContext | context | The parse tree. |
ExitExprBoolean(PeopleCodeParser.ExprBooleanContext)
Exit a parse tree produced by the ExprBoolean
labeled alternative in expr().
Declaration
void ExitExprBoolean(PeopleCodeParser.ExprBooleanContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprBooleanContext | context | The parse tree. |
ExitExprComparison(PeopleCodeParser.ExprComparisonContext)
Exit a parse tree produced by the ExprComparison
labeled alternative in expr().
Declaration
void ExitExprComparison(PeopleCodeParser.ExprComparisonContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprComparisonContext | context | The parse tree. |
ExitExprConcat(PeopleCodeParser.ExprConcatContext)
Exit a parse tree produced by the ExprConcat
labeled alternative in expr().
Declaration
void ExitExprConcat(PeopleCodeParser.ExprConcatContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprConcatContext | context | The parse tree. |
ExitExprCreate(PeopleCodeParser.ExprCreateContext)
Exit a parse tree produced by the ExprCreate
labeled alternative in expr().
Declaration
void ExitExprCreate(PeopleCodeParser.ExprCreateContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprCreateContext | context | The parse tree. |
ExitExprDotAccess(PeopleCodeParser.ExprDotAccessContext)
Exit a parse tree produced by the ExprDotAccess
labeled alternative in expr().
Declaration
void ExitExprDotAccess(PeopleCodeParser.ExprDotAccessContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprDotAccessContext | context | The parse tree. |
ExitExprDynamicReference(PeopleCodeParser.ExprDynamicReferenceContext)
Exit a parse tree produced by the ExprDynamicReference
labeled alternative in expr().
Declaration
void ExitExprDynamicReference(PeopleCodeParser.ExprDynamicReferenceContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprDynamicReferenceContext | context | The parse tree. |
ExitExprEquality(PeopleCodeParser.ExprEqualityContext)
Exit a parse tree produced by the ExprEquality
labeled alternative in expr().
Declaration
void ExitExprEquality(PeopleCodeParser.ExprEqualityContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprEqualityContext | context | The parse tree. |
ExitExprFnOrIdxCall(PeopleCodeParser.ExprFnOrIdxCallContext)
Exit a parse tree produced by the ExprFnOrIdxCall
labeled alternative in expr().
Declaration
void ExitExprFnOrIdxCall(PeopleCodeParser.ExprFnOrIdxCallContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprFnOrIdxCallContext | context | The parse tree. |
ExitExprId(PeopleCodeParser.ExprIdContext)
Exit a parse tree produced by the ExprId
labeled alternative in expr().
Declaration
void ExitExprId(PeopleCodeParser.ExprIdContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprIdContext | context | The parse tree. |
ExitExprList(PeopleCodeParser.ExprListContext)
Exit a parse tree produced by exprList().
Declaration
void ExitExprList(PeopleCodeParser.ExprListContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprListContext | context | The parse tree. |
ExitExprLiteral(PeopleCodeParser.ExprLiteralContext)
Exit a parse tree produced by the ExprLiteral
labeled alternative in expr().
Declaration
void ExitExprLiteral(PeopleCodeParser.ExprLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprLiteralContext | context | The parse tree. |
ExitExprMulDiv(PeopleCodeParser.ExprMulDivContext)
Exit a parse tree produced by the ExprMulDiv
labeled alternative in expr().
Declaration
void ExitExprMulDiv(PeopleCodeParser.ExprMulDivContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprMulDivContext | context | The parse tree. |
ExitExprNegate(PeopleCodeParser.ExprNegateContext)
Exit a parse tree produced by the ExprNegate
labeled alternative in expr().
Declaration
void ExitExprNegate(PeopleCodeParser.ExprNegateContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprNegateContext | context | The parse tree. |
ExitExprNot(PeopleCodeParser.ExprNotContext)
Exit a parse tree produced by the ExprNot
labeled alternative in expr().
Declaration
void ExitExprNot(PeopleCodeParser.ExprNotContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprNotContext | context | The parse tree. |
ExitExprParenthesized(PeopleCodeParser.ExprParenthesizedContext)
Exit a parse tree produced by the ExprParenthesized
labeled alternative in expr().
Declaration
void ExitExprParenthesized(PeopleCodeParser.ExprParenthesizedContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprParenthesizedContext | context | The parse tree. |
ExitExtFuncImport(PeopleCodeParser.ExtFuncImportContext)
Exit a parse tree produced by extFuncImport().
Declaration
void ExitExtFuncImport(PeopleCodeParser.ExtFuncImportContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExtFuncImportContext | context | The parse tree. |
ExitFormalParamList(PeopleCodeParser.FormalParamListContext)
Exit a parse tree produced by formalParamList().
Declaration
void ExitFormalParamList(PeopleCodeParser.FormalParamListContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.FormalParamListContext | context | The parse tree. |
ExitForStmt(PeopleCodeParser.ForStmtContext)
Exit a parse tree produced by forStmt().
Declaration
void ExitForStmt(PeopleCodeParser.ForStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ForStmtContext | context | The parse tree. |
ExitFuncImpl(PeopleCodeParser.FuncImplContext)
Exit a parse tree produced by funcImpl().
Declaration
void ExitFuncImpl(PeopleCodeParser.FuncImplContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.FuncImplContext | context | The parse tree. |
ExitFuncSignature(PeopleCodeParser.FuncSignatureContext)
Exit a parse tree produced by funcSignature().
Declaration
void ExitFuncSignature(PeopleCodeParser.FuncSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.FuncSignatureContext | context | The parse tree. |
ExitGetImpl(PeopleCodeParser.GetImplContext)
Exit a parse tree produced by getImpl().
Declaration
void ExitGetImpl(PeopleCodeParser.GetImplContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.GetImplContext | context | The parse tree. |
ExitId_(PeopleCodeParser.Id_Context)
Exit a parse tree produced by id_().
Declaration
void ExitId_(PeopleCodeParser.Id_Context context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.Id_Context | context | The parse tree. |
ExitIfStmt(PeopleCodeParser.IfStmtContext)
Exit a parse tree produced by ifStmt().
Declaration
void ExitIfStmt(PeopleCodeParser.IfStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.IfStmtContext | context | The parse tree. |
ExitInstance(PeopleCodeParser.InstanceContext)
Exit a parse tree produced by instance().
Declaration
void ExitInstance(PeopleCodeParser.InstanceContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.InstanceContext | context | The parse tree. |
ExitLiteral(PeopleCodeParser.LiteralContext)
Exit a parse tree produced by literal().
Declaration
void ExitLiteral(PeopleCodeParser.LiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.LiteralContext | context | The parse tree. |
ExitMethod(PeopleCodeParser.MethodContext)
Exit a parse tree produced by method().
Declaration
void ExitMethod(PeopleCodeParser.MethodContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.MethodContext | context | The parse tree. |
ExitMethodImpl(PeopleCodeParser.MethodImplContext)
Exit a parse tree produced by methodImpl().
Declaration
void ExitMethodImpl(PeopleCodeParser.MethodImplContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.MethodImplContext | context | The parse tree. |
ExitParam(PeopleCodeParser.ParamContext)
Exit a parse tree produced by param().
Declaration
void ExitParam(PeopleCodeParser.ParamContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ParamContext | context | The parse tree. |
ExitProgram(PeopleCodeParser.ProgramContext)
Exit a parse tree produced by program().
Declaration
void ExitProgram(PeopleCodeParser.ProgramContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ProgramContext | context | The parse tree. |
ExitProperty_(PeopleCodeParser.Property_Context)
Exit a parse tree produced by property_().
Declaration
void ExitProperty_(PeopleCodeParser.Property_Context context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.Property_Context | context | The parse tree. |
ExitRecDefnPath(PeopleCodeParser.RecDefnPathContext)
Exit a parse tree produced by recDefnPath().
Declaration
void ExitRecDefnPath(PeopleCodeParser.RecDefnPathContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.RecDefnPathContext | context | The parse tree. |
ExitReturnType(PeopleCodeParser.ReturnTypeContext)
Exit a parse tree produced by returnType().
Declaration
void ExitReturnType(PeopleCodeParser.ReturnTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ReturnTypeContext | context | The parse tree. |
ExitSetImpl(PeopleCodeParser.SetImplContext)
Exit a parse tree produced by setImpl().
Declaration
void ExitSetImpl(PeopleCodeParser.SetImplContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.SetImplContext | context | The parse tree. |
ExitStmtAppClassImport(PeopleCodeParser.StmtAppClassImportContext)
Exit a parse tree produced by the StmtAppClassImport
labeled alternative in stmt().
Declaration
void ExitStmtAppClassImport(PeopleCodeParser.StmtAppClassImportContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtAppClassImportContext | context | The parse tree. |
ExitStmtAssign(PeopleCodeParser.StmtAssignContext)
Exit a parse tree produced by the StmtAssign
labeled alternative in stmt().
Declaration
void ExitStmtAssign(PeopleCodeParser.StmtAssignContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtAssignContext | context | The parse tree. |
ExitStmtBreak(PeopleCodeParser.StmtBreakContext)
Exit a parse tree produced by the StmtBreak
labeled alternative in stmt().
Declaration
void ExitStmtBreak(PeopleCodeParser.StmtBreakContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtBreakContext | context | The parse tree. |
ExitStmtClassDeclaration(PeopleCodeParser.StmtClassDeclarationContext)
Exit a parse tree produced by the StmtClassDeclaration
labeled alternative in stmt().
Declaration
void ExitStmtClassDeclaration(PeopleCodeParser.StmtClassDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtClassDeclarationContext | context | The parse tree. |
ExitStmtError(PeopleCodeParser.StmtErrorContext)
Exit a parse tree produced by the StmtError
labeled alternative in stmt().
Declaration
void ExitStmtError(PeopleCodeParser.StmtErrorContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtErrorContext | context | The parse tree. |
ExitStmtEvaluate(PeopleCodeParser.StmtEvaluateContext)
Exit a parse tree produced by the StmtEvaluate
labeled alternative in stmt().
Declaration
void ExitStmtEvaluate(PeopleCodeParser.StmtEvaluateContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtEvaluateContext | context | The parse tree. |
ExitStmtExit(PeopleCodeParser.StmtExitContext)
Exit a parse tree produced by the StmtExit
labeled alternative in stmt().
Declaration
void ExitStmtExit(PeopleCodeParser.StmtExitContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtExitContext | context | The parse tree. |
ExitStmtExpr(PeopleCodeParser.StmtExprContext)
Exit a parse tree produced by the StmtExpr
labeled alternative in stmt().
Declaration
void ExitStmtExpr(PeopleCodeParser.StmtExprContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtExprContext | context | The parse tree. |
ExitStmtExternalFuncImport(PeopleCodeParser.StmtExternalFuncImportContext)
Exit a parse tree produced by the StmtExternalFuncImport
labeled alternative in stmt().
Declaration
void ExitStmtExternalFuncImport(PeopleCodeParser.StmtExternalFuncImportContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtExternalFuncImportContext | context | The parse tree. |
ExitStmtFor(PeopleCodeParser.StmtForContext)
Exit a parse tree produced by the StmtFor
labeled alternative in stmt().
Declaration
void ExitStmtFor(PeopleCodeParser.StmtForContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtForContext | context | The parse tree. |
ExitStmtFuncImpl(PeopleCodeParser.StmtFuncImplContext)
Exit a parse tree produced by the StmtFuncImpl
labeled alternative in stmt().
Declaration
void ExitStmtFuncImpl(PeopleCodeParser.StmtFuncImplContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtFuncImplContext | context | The parse tree. |
ExitStmtGetImpl(PeopleCodeParser.StmtGetImplContext)
Exit a parse tree produced by the StmtGetImpl
labeled alternative in stmt().
Declaration
void ExitStmtGetImpl(PeopleCodeParser.StmtGetImplContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtGetImplContext | context | The parse tree. |
ExitStmtIf(PeopleCodeParser.StmtIfContext)
Exit a parse tree produced by the StmtIf
labeled alternative in stmt().
Declaration
void ExitStmtIf(PeopleCodeParser.StmtIfContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtIfContext | context | The parse tree. |
ExitStmtList(PeopleCodeParser.StmtListContext)
Exit a parse tree produced by stmtList().
Declaration
void ExitStmtList(PeopleCodeParser.StmtListContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtListContext | context | The parse tree. |
ExitStmtMethodImpl(PeopleCodeParser.StmtMethodImplContext)
Exit a parse tree produced by the StmtMethodImpl
labeled alternative in stmt().
Declaration
void ExitStmtMethodImpl(PeopleCodeParser.StmtMethodImplContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtMethodImplContext | context | The parse tree. |
ExitStmtReturn(PeopleCodeParser.StmtReturnContext)
Exit a parse tree produced by the StmtReturn
labeled alternative in stmt().
Declaration
void ExitStmtReturn(PeopleCodeParser.StmtReturnContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtReturnContext | context | The parse tree. |
ExitStmtSetImpl(PeopleCodeParser.StmtSetImplContext)
Exit a parse tree produced by the StmtSetImpl
labeled alternative in stmt().
Declaration
void ExitStmtSetImpl(PeopleCodeParser.StmtSetImplContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtSetImplContext | context | The parse tree. |
ExitStmtThrow(PeopleCodeParser.StmtThrowContext)
Exit a parse tree produced by the StmtThrow
labeled alternative in stmt().
Declaration
void ExitStmtThrow(PeopleCodeParser.StmtThrowContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtThrowContext | context | The parse tree. |
ExitStmtTryCatch(PeopleCodeParser.StmtTryCatchContext)
Exit a parse tree produced by the StmtTryCatch
labeled alternative in stmt().
Declaration
void ExitStmtTryCatch(PeopleCodeParser.StmtTryCatchContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtTryCatchContext | context | The parse tree. |
ExitStmtVarDeclaration(PeopleCodeParser.StmtVarDeclarationContext)
Exit a parse tree produced by the StmtVarDeclaration
labeled alternative in stmt().
Declaration
void ExitStmtVarDeclaration(PeopleCodeParser.StmtVarDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtVarDeclarationContext | context | The parse tree. |
ExitStmtWarning(PeopleCodeParser.StmtWarningContext)
Exit a parse tree produced by the StmtWarning
labeled alternative in stmt().
Declaration
void ExitStmtWarning(PeopleCodeParser.StmtWarningContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtWarningContext | context | The parse tree. |
ExitStmtWhile(PeopleCodeParser.StmtWhileContext)
Exit a parse tree produced by the StmtWhile
labeled alternative in stmt().
Declaration
void ExitStmtWhile(PeopleCodeParser.StmtWhileContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtWhileContext | context | The parse tree. |
ExitTryCatchStmt(PeopleCodeParser.TryCatchStmtContext)
Exit a parse tree produced by tryCatchStmt().
Declaration
void ExitTryCatchStmt(PeopleCodeParser.TryCatchStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.TryCatchStmtContext | context | The parse tree. |
ExitVarDeclaration(PeopleCodeParser.VarDeclarationContext)
Exit a parse tree produced by varDeclaration().
Declaration
void ExitVarDeclaration(PeopleCodeParser.VarDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.VarDeclarationContext | context | The parse tree. |
ExitVarDeclarator(PeopleCodeParser.VarDeclaratorContext)
Exit a parse tree produced by varDeclarator().
Declaration
void ExitVarDeclarator(PeopleCodeParser.VarDeclaratorContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.VarDeclaratorContext | context | The parse tree. |
ExitVarType(PeopleCodeParser.VarTypeContext)
Exit a parse tree produced by varType().
Declaration
void ExitVarType(PeopleCodeParser.VarTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.VarTypeContext | context | The parse tree. |
ExitWhenBranch(PeopleCodeParser.WhenBranchContext)
Exit a parse tree produced by whenBranch().
Declaration
void ExitWhenBranch(PeopleCodeParser.WhenBranchContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.WhenBranchContext | context | The parse tree. |
ExitWhenOtherBranch(PeopleCodeParser.WhenOtherBranchContext)
Exit a parse tree produced by whenOtherBranch().
Declaration
void ExitWhenOtherBranch(PeopleCodeParser.WhenOtherBranchContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.WhenOtherBranchContext | context | The parse tree. |
ExitWhileStmt(PeopleCodeParser.WhileStmtContext)
Exit a parse tree produced by whileStmt().
Declaration
void ExitWhileStmt(PeopleCodeParser.WhileStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.WhileStmtContext | context | The parse tree. |