Show / Hide Table of Contents

Class cluParser.Cluster_bodyContext

Inheritance
System.Object
cluParser.Cluster_bodyContext
Namespace: GCore.Antlr.Grammers.Clu
Assembly: Clu.dll
Syntax
public class Cluster_bodyContext : ParserRuleContext

Constructors

| Improve this Doc View Source

Cluster_bodyContext(ParserRuleContext, Int32)

Declaration
public Cluster_bodyContext(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

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

equate()

Declaration
public cluParser.EquateContext[] equate()
Returns
Type Description
cluParser.EquateContext[]
| Improve this Doc View Source

equate(Int32)

Declaration
public cluParser.EquateContext equate(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
cluParser.EquateContext
| 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

own_var()

Declaration
public cluParser.Own_varContext[] own_var()
Returns
Type Description
cluParser.Own_varContext[]
| Improve this Doc View Source

own_var(Int32)

Declaration
public cluParser.Own_varContext own_var(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
cluParser.Own_varContext
| Improve this Doc View Source

routine()

Declaration
public cluParser.RoutineContext[] routine()
Returns
Type Description
cluParser.RoutineContext[]
| Improve this Doc View Source

routine(Int32)

Declaration
public cluParser.RoutineContext routine(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
cluParser.RoutineContext
| Improve this Doc View Source

type_spec()

Declaration
public cluParser.Type_specContext type_spec()
Returns
Type Description
cluParser.Type_specContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX