Class TealParser.RecordNewTypeContext
Inheritance
System.Object
TealParser.RecordNewTypeContext
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
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 Parameters
|
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
|
Improve this Doc
View Source
newtype(Int32)
Declaration
public TealParser.NewtypeContext newtype(int i)
Parameters
Type |
Name |
Description |
System.Int32 |
i |
|
Returns
|
Improve this Doc
View Source
typ()
Declaration
public TealParser.TypContext[] typ()
Returns
|
Improve this Doc
View Source
typ(Int32)
Declaration
public TealParser.TypContext typ(int i)
Parameters
Type |
Name |
Description |
System.Int32 |
i |
|
Returns
|
Improve this Doc
View Source
typeargs()
Declaration
public TealParser.TypeargsContext typeargs()
Returns