Show / Hide Table of Contents

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 Source

EnterAppClassImport(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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

| Improve this Doc View Source

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.

  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX