Show / Hide Table of Contents

Class TealParser.RecordNewTypeContext

Inheritance
System.Object
TealParser.NewtypeContext
TealParser.RecordNewTypeContext
Inherited Members
TealParser.NewtypeContext.RuleIndex
TealParser.NewtypeContext.CopyFrom(TealParser.NewtypeContext)
Namespace: GCore.Antlr.Grammers.Teal
Assembly: Teal.dll
Syntax
public class RecordNewTypeContext : TealParser.NewtypeContext

Constructors

| Improve this Doc View Source

RecordNewTypeContext(TealParser.NewtypeContext)

Declaration
public RecordNewTypeContext(TealParser.NewtypeContext context)
Parameters
Type Name Description
TealParser.NewtypeContext 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

NAME()

Declaration
public ITerminalNode[] NAME()
Returns
Type Description
ITerminalNode[]
| Improve this Doc View Source

NAME(Int32)

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

newtype()

Declaration
public TealParser.NewtypeContext[] newtype()
Returns
Type Description
TealParser.NewtypeContext[]
| Improve this Doc View Source

newtype(Int32)

Declaration
public TealParser.NewtypeContext newtype(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
TealParser.NewtypeContext
| Improve this Doc View Source

typ()

Declaration
public TealParser.TypContext[] typ()
Returns
Type Description
TealParser.TypContext[]
| Improve this Doc View Source

typ(Int32)

Declaration
public TealParser.TypContext typ(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
TealParser.TypContext
| Improve this Doc View Source

typeargs()

Declaration
public TealParser.TypeargsContext typeargs()
Returns
Type Description
TealParser.TypeargsContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX