Show / Hide Table of Contents

Class PeopleCodeParser.StmtWhileContext

Inheritance
System.Object
PeopleCodeParser.StmtContext
PeopleCodeParser.StmtWhileContext
Inherited Members
PeopleCodeParser.StmtContext.RuleIndex
PeopleCodeParser.StmtContext.CopyFrom(PeopleCodeParser.StmtContext)
Namespace: GCore.Antlr.Grammers.Peoplecode
Assembly: Peoplecode.dll
Syntax
public class StmtWhileContext : PeopleCodeParser.StmtContext

Constructors

| Improve this Doc View Source

StmtWhileContext(PeopleCodeParser.StmtContext)

Declaration
public StmtWhileContext(PeopleCodeParser.StmtContext context)
Parameters
Type Name Description
PeopleCodeParser.StmtContext context

Methods

| Improve this Doc View Source

Accept<TResult>(IParseTreeVisitor<TResult>)

Declaration
public override TResult Accept<TResult>(IParseTreeVisitor<TResult> visitor)
Parameters
Type Name Description
IParseTreeVisitor<TResult> visitor
Returns
Type Description
TResult
Type Parameters
Name Description
TResult
| Improve this Doc View Source

EnterRule(IParseTreeListener)

Declaration
public override void EnterRule(IParseTreeListener listener)
Parameters
Type Name Description
IParseTreeListener listener
| Improve this Doc View Source

ExitRule(IParseTreeListener)

Declaration
public override void ExitRule(IParseTreeListener listener)
Parameters
Type Name Description
IParseTreeListener listener
| Improve this Doc View Source

whileStmt()

Declaration
public PeopleCodeParser.WhileStmtContext whileStmt()
Returns
Type Description
PeopleCodeParser.WhileStmtContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX