Class FlatBuffersParser.KeywordsContext
Inheritance
System.Object
FlatBuffersParser.KeywordsContext
Assembly: Flatbuffers.dll
Syntax
public class KeywordsContext : ParserRuleContext
Constructors
|
Improve this Doc
View Source
KeywordsContext(ParserRuleContext, Int32)
Declaration
public KeywordsContext(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
ATTRIBUTE()
Declaration
public ITerminalNode ATTRIBUTE()
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
ENUM()
Declaration
public ITerminalNode ENUM()
Returns
Type |
Description |
ITerminalNode |
|
|
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
FILE_EXTENSION()
Declaration
public ITerminalNode FILE_EXTENSION()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
FILE_IDENTIFIER()
Declaration
public ITerminalNode FILE_IDENTIFIER()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
INCLUDE()
Declaration
public ITerminalNode INCLUDE()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
NAMESPACE()
Declaration
public ITerminalNode NAMESPACE()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
NATIVE_INCLUDE()
Declaration
public ITerminalNode NATIVE_INCLUDE()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
ROOT_TYPE()
Declaration
public ITerminalNode ROOT_TYPE()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
RPC_SERVICE()
Declaration
public ITerminalNode RPC_SERVICE()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
STRUCT()
Declaration
public ITerminalNode STRUCT()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
TABLE()
Declaration
public ITerminalNode TABLE()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
UNION()
Declaration
public ITerminalNode UNION()
Returns
Type |
Description |
ITerminalNode |
|