Show / Hide Table of Contents

Class COOLParser.ProgramBlocksContext

Inheritance
System.Object
COOLParser.ProgramBlocksContext
COOLParser.ClassesContext
COOLParser.EofContext
Namespace: GCore.Antlr.Grammers.Cool
Assembly: Cool.dll
Syntax
public class ProgramBlocksContext : ParserRuleContext

Constructors

| Improve this Doc View Source

ProgramBlocksContext()

Declaration
public ProgramBlocksContext()
| Improve this Doc View Source

ProgramBlocksContext(ParserRuleContext, Int32)

Declaration
public ProgramBlocksContext(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(COOLParser.ProgramBlocksContext)

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