Namespace GCore.Antlr.Grammers.Peoplecode
Classes
PeopleCodeBaseListener
This class provides an empty implementation of IPeopleCodeListener, which can be extended to create a listener which only needs to handle a subset of the available methods.
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.
PeopleCodeLexer
PeopleCodeParser
PeopleCodeParser.AppClassImportContext
PeopleCodeParser.AppClassPathContext
PeopleCodeParser.AppPkgPathContext
PeopleCodeParser.CatchSignatureContext
PeopleCodeParser.ClassBlockContext
PeopleCodeParser.ClassBlockStmtContext
PeopleCodeParser.ClassDeclarationContext
PeopleCodeParser.ConstantContext
PeopleCodeParser.CreateInvocationContext
PeopleCodeParser.EvaluateStmtContext
PeopleCodeParser.EventContext
PeopleCodeParser.ExprAddSubContext
PeopleCodeParser.ExprArrayIndexContext
PeopleCodeParser.ExprBooleanContext
PeopleCodeParser.ExprComparisonContext
PeopleCodeParser.ExprConcatContext
PeopleCodeParser.ExprContext
PeopleCodeParser.ExprCreateContext
PeopleCodeParser.ExprDotAccessContext
PeopleCodeParser.ExprDynamicReferenceContext
PeopleCodeParser.ExprEqualityContext
PeopleCodeParser.ExprFnOrIdxCallContext
PeopleCodeParser.ExprIdContext
PeopleCodeParser.ExprListContext
PeopleCodeParser.ExprLiteralContext
PeopleCodeParser.ExprMulDivContext
PeopleCodeParser.ExprNegateContext
PeopleCodeParser.ExprNotContext
PeopleCodeParser.ExprParenthesizedContext
PeopleCodeParser.ExtFuncImportContext
PeopleCodeParser.FormalParamListContext
PeopleCodeParser.ForStmtContext
PeopleCodeParser.FuncImplContext
PeopleCodeParser.FuncSignatureContext
PeopleCodeParser.GetImplContext
PeopleCodeParser.Id_Context
PeopleCodeParser.IfStmtContext
PeopleCodeParser.InstanceContext
PeopleCodeParser.LiteralContext
PeopleCodeParser.MethodContext
PeopleCodeParser.MethodImplContext
PeopleCodeParser.ParamContext
PeopleCodeParser.ProgramContext
PeopleCodeParser.Property_Context
PeopleCodeParser.RecDefnPathContext
PeopleCodeParser.ReturnTypeContext
PeopleCodeParser.SetImplContext
PeopleCodeParser.StmtAppClassImportContext
PeopleCodeParser.StmtAssignContext
PeopleCodeParser.StmtBreakContext
PeopleCodeParser.StmtClassDeclarationContext
PeopleCodeParser.StmtContext
PeopleCodeParser.StmtErrorContext
PeopleCodeParser.StmtEvaluateContext
PeopleCodeParser.StmtExitContext
PeopleCodeParser.StmtExprContext
PeopleCodeParser.StmtExternalFuncImportContext
PeopleCodeParser.StmtForContext
PeopleCodeParser.StmtFuncImplContext
PeopleCodeParser.StmtGetImplContext
PeopleCodeParser.StmtIfContext
PeopleCodeParser.StmtListContext
PeopleCodeParser.StmtMethodImplContext
PeopleCodeParser.StmtReturnContext
PeopleCodeParser.StmtSetImplContext
PeopleCodeParser.StmtThrowContext
PeopleCodeParser.StmtTryCatchContext
PeopleCodeParser.StmtVarDeclarationContext
PeopleCodeParser.StmtWarningContext
PeopleCodeParser.StmtWhileContext
PeopleCodeParser.TryCatchStmtContext
PeopleCodeParser.VarDeclarationContext
PeopleCodeParser.VarDeclaratorContext
PeopleCodeParser.VarTypeContext
PeopleCodeParser.WhenBranchContext
PeopleCodeParser.WhenOtherBranchContext
PeopleCodeParser.WhileStmtContext
Interfaces
IPeopleCodeListener
This interface defines a complete listener for a parse tree produced by PeopleCodeParser.
IPeopleCodeVisitor<Result>
This interface defines a complete generic visitor for a parse tree produced by PeopleCodeParser.