Show / Hide Table of Contents

Class SmalltalkParser.StatementsContext

Inheritance
System.Object
SmalltalkParser.StatementsContext
SmalltalkParser.StatementAnswerContext
SmalltalkParser.StatementExpressionsAnswerContext
SmalltalkParser.StatementExpressionsContext
Namespace: GCore.Antlr.Grammers.Smalltalk
Assembly: Smalltalk.dll
Syntax
public class StatementsContext : ParserRuleContext

Constructors

| Improve this Doc View Source

StatementsContext()

Declaration
public StatementsContext()
| Improve this Doc View Source

StatementsContext(ParserRuleContext, Int32)

Declaration
public StatementsContext(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(SmalltalkParser.StatementsContext)

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