Show / Hide Table of Contents

Class COOLParser.ClassesContext

Inheritance
System.Object
COOLParser.ProgramBlocksContext
COOLParser.ClassesContext
Inherited Members
COOLParser.ProgramBlocksContext.RuleIndex
COOLParser.ProgramBlocksContext.CopyFrom(COOLParser.ProgramBlocksContext)
Namespace: GCore.Antlr.Grammers.Cool
Assembly: Cool.dll
Syntax
public class ClassesContext : COOLParser.ProgramBlocksContext

Constructors

| Improve this Doc View Source

ClassesContext(COOLParser.ProgramBlocksContext)

Declaration
public ClassesContext(COOLParser.ProgramBlocksContext context)
Parameters
Type Name Description
COOLParser.ProgramBlocksContext 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

classDefine()

Declaration
public COOLParser.ClassDefineContext classDefine()
Returns
Type Description
COOLParser.ClassDefineContext
| 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

programBlocks()

Declaration
public COOLParser.ProgramBlocksContext programBlocks()
Returns
Type Description
COOLParser.ProgramBlocksContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX