Class PeopleCodeBaseVisitor<Result>
This class provides an empty implementation of IPeopleCodeVisitor<Result>, which can be extended to create a visitor which only needs to handle a subset of the available methods.
Inheritance
Namespace: GCore.Antlr.Grammers.Peoplecode
Assembly: Peoplecode.dll
Syntax
public class PeopleCodeBaseVisitor<Result> : AbstractParseTreeVisitor<Result>, IPeopleCodeVisitor<Result>, IParseTreeVisitor<Result>
Type Parameters
Name | Description |
---|---|
Result | The return type of the visit operation. |
Methods
| Improve this Doc View SourceVisitAppClassImport(PeopleCodeParser.AppClassImportContext)
Visit a parse tree produced by appClassImport().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAppClassImport(PeopleCodeParser.AppClassImportContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.AppClassImportContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAppClassPath(PeopleCodeParser.AppClassPathContext)
Visit a parse tree produced by appClassPath().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAppClassPath(PeopleCodeParser.AppClassPathContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.AppClassPathContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitAppPkgPath(PeopleCodeParser.AppPkgPathContext)
Visit a parse tree produced by appPkgPath().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitAppPkgPath(PeopleCodeParser.AppPkgPathContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.AppPkgPathContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitCatchSignature(PeopleCodeParser.CatchSignatureContext)
Visit a parse tree produced by catchSignature().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitCatchSignature(PeopleCodeParser.CatchSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.CatchSignatureContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitClassBlock(PeopleCodeParser.ClassBlockContext)
Visit a parse tree produced by classBlock().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitClassBlock(PeopleCodeParser.ClassBlockContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ClassBlockContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitClassBlockStmt(PeopleCodeParser.ClassBlockStmtContext)
Visit a parse tree produced by classBlockStmt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitClassBlockStmt(PeopleCodeParser.ClassBlockStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ClassBlockStmtContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitClassDeclaration(PeopleCodeParser.ClassDeclarationContext)
Visit a parse tree produced by classDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitClassDeclaration(PeopleCodeParser.ClassDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ClassDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitConstant(PeopleCodeParser.ConstantContext)
Visit a parse tree produced by constant().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitConstant(PeopleCodeParser.ConstantContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ConstantContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitCreateInvocation(PeopleCodeParser.CreateInvocationContext)
Visit a parse tree produced by createInvocation().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitCreateInvocation(PeopleCodeParser.CreateInvocationContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.CreateInvocationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitEvaluateStmt(PeopleCodeParser.EvaluateStmtContext)
Visit a parse tree produced by evaluateStmt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitEvaluateStmt(PeopleCodeParser.EvaluateStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.EvaluateStmtContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitEvent(PeopleCodeParser.EventContext)
Visit a parse tree produced by
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitEvent(PeopleCodeParser.EventContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.EventContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExprAddSub(PeopleCodeParser.ExprAddSubContext)
Visit a parse tree produced by the ExprAddSub
labeled alternative in expr().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitExprAddSub(PeopleCodeParser.ExprAddSubContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprAddSubContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExprArrayIndex(PeopleCodeParser.ExprArrayIndexContext)
Visit a parse tree produced by the ExprArrayIndex
labeled alternative in expr().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitExprArrayIndex(PeopleCodeParser.ExprArrayIndexContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprArrayIndexContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExprBoolean(PeopleCodeParser.ExprBooleanContext)
Visit a parse tree produced by the ExprBoolean
labeled alternative in expr().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitExprBoolean(PeopleCodeParser.ExprBooleanContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprBooleanContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExprComparison(PeopleCodeParser.ExprComparisonContext)
Visit a parse tree produced by the ExprComparison
labeled alternative in expr().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitExprComparison(PeopleCodeParser.ExprComparisonContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprComparisonContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExprConcat(PeopleCodeParser.ExprConcatContext)
Visit a parse tree produced by the ExprConcat
labeled alternative in expr().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitExprConcat(PeopleCodeParser.ExprConcatContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprConcatContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExprCreate(PeopleCodeParser.ExprCreateContext)
Visit a parse tree produced by the ExprCreate
labeled alternative in expr().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitExprCreate(PeopleCodeParser.ExprCreateContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprCreateContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExprDotAccess(PeopleCodeParser.ExprDotAccessContext)
Visit a parse tree produced by the ExprDotAccess
labeled alternative in expr().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitExprDotAccess(PeopleCodeParser.ExprDotAccessContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprDotAccessContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExprDynamicReference(PeopleCodeParser.ExprDynamicReferenceContext)
Visit a parse tree produced by the ExprDynamicReference
labeled alternative in expr().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitExprDynamicReference(PeopleCodeParser.ExprDynamicReferenceContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprDynamicReferenceContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExprEquality(PeopleCodeParser.ExprEqualityContext)
Visit a parse tree produced by the ExprEquality
labeled alternative in expr().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitExprEquality(PeopleCodeParser.ExprEqualityContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprEqualityContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExprFnOrIdxCall(PeopleCodeParser.ExprFnOrIdxCallContext)
Visit a parse tree produced by the ExprFnOrIdxCall
labeled alternative in expr().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitExprFnOrIdxCall(PeopleCodeParser.ExprFnOrIdxCallContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprFnOrIdxCallContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExprId(PeopleCodeParser.ExprIdContext)
Visit a parse tree produced by the ExprId
labeled alternative in expr().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitExprId(PeopleCodeParser.ExprIdContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprIdContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExprList(PeopleCodeParser.ExprListContext)
Visit a parse tree produced by exprList().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitExprList(PeopleCodeParser.ExprListContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprListContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExprLiteral(PeopleCodeParser.ExprLiteralContext)
Visit a parse tree produced by the ExprLiteral
labeled alternative in expr().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitExprLiteral(PeopleCodeParser.ExprLiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprLiteralContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExprMulDiv(PeopleCodeParser.ExprMulDivContext)
Visit a parse tree produced by the ExprMulDiv
labeled alternative in expr().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitExprMulDiv(PeopleCodeParser.ExprMulDivContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprMulDivContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExprNegate(PeopleCodeParser.ExprNegateContext)
Visit a parse tree produced by the ExprNegate
labeled alternative in expr().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitExprNegate(PeopleCodeParser.ExprNegateContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprNegateContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExprNot(PeopleCodeParser.ExprNotContext)
Visit a parse tree produced by the ExprNot
labeled alternative in expr().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitExprNot(PeopleCodeParser.ExprNotContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprNotContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExprParenthesized(PeopleCodeParser.ExprParenthesizedContext)
Visit a parse tree produced by the ExprParenthesized
labeled alternative in expr().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitExprParenthesized(PeopleCodeParser.ExprParenthesizedContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExprParenthesizedContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitExtFuncImport(PeopleCodeParser.ExtFuncImportContext)
Visit a parse tree produced by extFuncImport().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitExtFuncImport(PeopleCodeParser.ExtFuncImportContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ExtFuncImportContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFormalParamList(PeopleCodeParser.FormalParamListContext)
Visit a parse tree produced by formalParamList().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFormalParamList(PeopleCodeParser.FormalParamListContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.FormalParamListContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitForStmt(PeopleCodeParser.ForStmtContext)
Visit a parse tree produced by forStmt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitForStmt(PeopleCodeParser.ForStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ForStmtContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFuncImpl(PeopleCodeParser.FuncImplContext)
Visit a parse tree produced by funcImpl().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFuncImpl(PeopleCodeParser.FuncImplContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.FuncImplContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitFuncSignature(PeopleCodeParser.FuncSignatureContext)
Visit a parse tree produced by funcSignature().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitFuncSignature(PeopleCodeParser.FuncSignatureContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.FuncSignatureContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitGetImpl(PeopleCodeParser.GetImplContext)
Visit a parse tree produced by getImpl().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitGetImpl(PeopleCodeParser.GetImplContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.GetImplContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitId_(PeopleCodeParser.Id_Context)
Visit a parse tree produced by id_().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitId_(PeopleCodeParser.Id_Context context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.Id_Context | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitIfStmt(PeopleCodeParser.IfStmtContext)
Visit a parse tree produced by ifStmt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitIfStmt(PeopleCodeParser.IfStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.IfStmtContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitInstance(PeopleCodeParser.InstanceContext)
Visit a parse tree produced by instance().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitInstance(PeopleCodeParser.InstanceContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.InstanceContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitLiteral(PeopleCodeParser.LiteralContext)
Visit a parse tree produced by literal().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitLiteral(PeopleCodeParser.LiteralContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.LiteralContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitMethod(PeopleCodeParser.MethodContext)
Visit a parse tree produced by method().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitMethod(PeopleCodeParser.MethodContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.MethodContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitMethodImpl(PeopleCodeParser.MethodImplContext)
Visit a parse tree produced by methodImpl().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitMethodImpl(PeopleCodeParser.MethodImplContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.MethodImplContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitParam(PeopleCodeParser.ParamContext)
Visit a parse tree produced by param().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitParam(PeopleCodeParser.ParamContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ParamContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitProgram(PeopleCodeParser.ProgramContext)
Visit a parse tree produced by program().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitProgram(PeopleCodeParser.ProgramContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ProgramContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitProperty_(PeopleCodeParser.Property_Context)
Visit a parse tree produced by property_().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitProperty_(PeopleCodeParser.Property_Context context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.Property_Context | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitRecDefnPath(PeopleCodeParser.RecDefnPathContext)
Visit a parse tree produced by recDefnPath().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitRecDefnPath(PeopleCodeParser.RecDefnPathContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.RecDefnPathContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitReturnType(PeopleCodeParser.ReturnTypeContext)
Visit a parse tree produced by returnType().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitReturnType(PeopleCodeParser.ReturnTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.ReturnTypeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitSetImpl(PeopleCodeParser.SetImplContext)
Visit a parse tree produced by setImpl().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitSetImpl(PeopleCodeParser.SetImplContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.SetImplContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStmtAppClassImport(PeopleCodeParser.StmtAppClassImportContext)
Visit a parse tree produced by the StmtAppClassImport
labeled alternative in stmt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStmtAppClassImport(PeopleCodeParser.StmtAppClassImportContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtAppClassImportContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStmtAssign(PeopleCodeParser.StmtAssignContext)
Visit a parse tree produced by the StmtAssign
labeled alternative in stmt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStmtAssign(PeopleCodeParser.StmtAssignContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtAssignContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStmtBreak(PeopleCodeParser.StmtBreakContext)
Visit a parse tree produced by the StmtBreak
labeled alternative in stmt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStmtBreak(PeopleCodeParser.StmtBreakContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtBreakContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStmtClassDeclaration(PeopleCodeParser.StmtClassDeclarationContext)
Visit a parse tree produced by the StmtClassDeclaration
labeled alternative in stmt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStmtClassDeclaration(PeopleCodeParser.StmtClassDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtClassDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStmtError(PeopleCodeParser.StmtErrorContext)
Visit a parse tree produced by the StmtError
labeled alternative in stmt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStmtError(PeopleCodeParser.StmtErrorContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtErrorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStmtEvaluate(PeopleCodeParser.StmtEvaluateContext)
Visit a parse tree produced by the StmtEvaluate
labeled alternative in stmt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStmtEvaluate(PeopleCodeParser.StmtEvaluateContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtEvaluateContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStmtExit(PeopleCodeParser.StmtExitContext)
Visit a parse tree produced by the StmtExit
labeled alternative in stmt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStmtExit(PeopleCodeParser.StmtExitContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtExitContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStmtExpr(PeopleCodeParser.StmtExprContext)
Visit a parse tree produced by the StmtExpr
labeled alternative in stmt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStmtExpr(PeopleCodeParser.StmtExprContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtExprContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStmtExternalFuncImport(PeopleCodeParser.StmtExternalFuncImportContext)
Visit a parse tree produced by the StmtExternalFuncImport
labeled alternative in stmt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStmtExternalFuncImport(PeopleCodeParser.StmtExternalFuncImportContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtExternalFuncImportContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStmtFor(PeopleCodeParser.StmtForContext)
Visit a parse tree produced by the StmtFor
labeled alternative in stmt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStmtFor(PeopleCodeParser.StmtForContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtForContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStmtFuncImpl(PeopleCodeParser.StmtFuncImplContext)
Visit a parse tree produced by the StmtFuncImpl
labeled alternative in stmt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStmtFuncImpl(PeopleCodeParser.StmtFuncImplContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtFuncImplContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStmtGetImpl(PeopleCodeParser.StmtGetImplContext)
Visit a parse tree produced by the StmtGetImpl
labeled alternative in stmt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStmtGetImpl(PeopleCodeParser.StmtGetImplContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtGetImplContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStmtIf(PeopleCodeParser.StmtIfContext)
Visit a parse tree produced by the StmtIf
labeled alternative in stmt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStmtIf(PeopleCodeParser.StmtIfContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtIfContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStmtList(PeopleCodeParser.StmtListContext)
Visit a parse tree produced by stmtList().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStmtList(PeopleCodeParser.StmtListContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtListContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStmtMethodImpl(PeopleCodeParser.StmtMethodImplContext)
Visit a parse tree produced by the StmtMethodImpl
labeled alternative in stmt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStmtMethodImpl(PeopleCodeParser.StmtMethodImplContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtMethodImplContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStmtReturn(PeopleCodeParser.StmtReturnContext)
Visit a parse tree produced by the StmtReturn
labeled alternative in stmt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStmtReturn(PeopleCodeParser.StmtReturnContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtReturnContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStmtSetImpl(PeopleCodeParser.StmtSetImplContext)
Visit a parse tree produced by the StmtSetImpl
labeled alternative in stmt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStmtSetImpl(PeopleCodeParser.StmtSetImplContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtSetImplContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStmtThrow(PeopleCodeParser.StmtThrowContext)
Visit a parse tree produced by the StmtThrow
labeled alternative in stmt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStmtThrow(PeopleCodeParser.StmtThrowContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtThrowContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStmtTryCatch(PeopleCodeParser.StmtTryCatchContext)
Visit a parse tree produced by the StmtTryCatch
labeled alternative in stmt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStmtTryCatch(PeopleCodeParser.StmtTryCatchContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtTryCatchContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStmtVarDeclaration(PeopleCodeParser.StmtVarDeclarationContext)
Visit a parse tree produced by the StmtVarDeclaration
labeled alternative in stmt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStmtVarDeclaration(PeopleCodeParser.StmtVarDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtVarDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStmtWarning(PeopleCodeParser.StmtWarningContext)
Visit a parse tree produced by the StmtWarning
labeled alternative in stmt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStmtWarning(PeopleCodeParser.StmtWarningContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtWarningContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitStmtWhile(PeopleCodeParser.StmtWhileContext)
Visit a parse tree produced by the StmtWhile
labeled alternative in stmt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitStmtWhile(PeopleCodeParser.StmtWhileContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.StmtWhileContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitTryCatchStmt(PeopleCodeParser.TryCatchStmtContext)
Visit a parse tree produced by tryCatchStmt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitTryCatchStmt(PeopleCodeParser.TryCatchStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.TryCatchStmtContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitVarDeclaration(PeopleCodeParser.VarDeclarationContext)
Visit a parse tree produced by varDeclaration().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitVarDeclaration(PeopleCodeParser.VarDeclarationContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.VarDeclarationContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitVarDeclarator(PeopleCodeParser.VarDeclaratorContext)
Visit a parse tree produced by varDeclarator().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitVarDeclarator(PeopleCodeParser.VarDeclaratorContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.VarDeclaratorContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitVarType(PeopleCodeParser.VarTypeContext)
Visit a parse tree produced by varType().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitVarType(PeopleCodeParser.VarTypeContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.VarTypeContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitWhenBranch(PeopleCodeParser.WhenBranchContext)
Visit a parse tree produced by whenBranch().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitWhenBranch(PeopleCodeParser.WhenBranchContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.WhenBranchContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitWhenOtherBranch(PeopleCodeParser.WhenOtherBranchContext)
Visit a parse tree produced by whenOtherBranch().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitWhenOtherBranch(PeopleCodeParser.WhenOtherBranchContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.WhenOtherBranchContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |
VisitWhileStmt(PeopleCodeParser.WhileStmtContext)
Visit a parse tree produced by whileStmt().
The default implementation returns the result of calling context
.
Declaration
public virtual Result VisitWhileStmt(PeopleCodeParser.WhileStmtContext context)
Parameters
Type | Name | Description |
---|---|---|
PeopleCodeParser.WhileStmtContext | context | The parse tree. |
Returns
Type | Description |
---|---|
Result |