Class alefParser.XtnameContext
Inheritance
System.Object
alefParser.XtnameContext
Assembly: Alef.dll
Syntax
public class XtnameContext : ParserRuleContext
Constructors
|
Improve this Doc
View Source
XtnameContext(ParserRuleContext, Int32)
Declaration
public XtnameContext(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 Parameters
|
Improve this Doc
View Source
bufdim()
Declaration
public alefParser.BufdimContext bufdim()
Returns
|
Improve this Doc
View Source
BYTE()
Declaration
public ITerminalNode BYTE()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
CHAN()
Declaration
public ITerminalNode CHAN()
Returns
Type |
Description |
ITerminalNode |
|
|
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
FLOAT()
Declaration
public ITerminalNode FLOAT()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
INT()
Declaration
public ITerminalNode INT()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
SINT()
Declaration
public ITerminalNode SINT()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
typename()
Declaration
public alefParser.TypenameContext typename()
Returns
|
Improve this Doc
View Source
UINT()
Declaration
public ITerminalNode UINT()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
USINT()
Declaration
public ITerminalNode USINT()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
variant()
Declaration
public alefParser.VariantContext variant()
Returns
|
Improve this Doc
View Source
VOID()
Declaration
public ITerminalNode VOID()
Returns
Type |
Description |
ITerminalNode |
|