Show / Hide Table of Contents

Class PeopleCodeParser.StmtContext

Inheritance
System.Object
PeopleCodeParser.StmtContext
PeopleCodeParser.StmtAppClassImportContext
PeopleCodeParser.StmtAssignContext
PeopleCodeParser.StmtBreakContext
PeopleCodeParser.StmtClassDeclarationContext
PeopleCodeParser.StmtErrorContext
PeopleCodeParser.StmtEvaluateContext
PeopleCodeParser.StmtExitContext
PeopleCodeParser.StmtExprContext
PeopleCodeParser.StmtExternalFuncImportContext
PeopleCodeParser.StmtForContext
PeopleCodeParser.StmtFuncImplContext
PeopleCodeParser.StmtGetImplContext
PeopleCodeParser.StmtIfContext
PeopleCodeParser.StmtMethodImplContext
PeopleCodeParser.StmtReturnContext
PeopleCodeParser.StmtSetImplContext
PeopleCodeParser.StmtThrowContext
PeopleCodeParser.StmtTryCatchContext
PeopleCodeParser.StmtVarDeclarationContext
PeopleCodeParser.StmtWarningContext
PeopleCodeParser.StmtWhileContext
Namespace: GCore.Antlr.Grammers.Peoplecode
Assembly: Peoplecode.dll
Syntax
public class StmtContext : ParserRuleContext

Constructors

| Improve this Doc View Source

StmtContext()

Declaration
public StmtContext()
| Improve this Doc View Source

StmtContext(ParserRuleContext, Int32)

Declaration
public StmtContext(ParserRuleContext parent, int invokingState)
Parameters
Type Name Description
ParserRuleContext parent
System.Int32 invokingState

Properties

| Improve this Doc View Source

RuleIndex

Declaration
public override int RuleIndex { get; }
Property Value
Type Description
System.Int32

Methods

| Improve this Doc View Source

CopyFrom(PeopleCodeParser.StmtContext)

Declaration
public virtual void CopyFrom(PeopleCodeParser.StmtContext context)
Parameters
Type Name Description
PeopleCodeParser.StmtContext context
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX