Class vbaParser.EndOfStatementContext
Inheritance
System.Object
vbaParser.EndOfStatementContext
Namespace: GCore.Antlr.Grammers.Vba
Assembly: Vba.dll
Syntax
public class EndOfStatementContext : ParserRuleContext
Constructors
| Improve this Doc View SourceEndOfStatementContext(ParserRuleContext, Int32)
Declaration
public EndOfStatementContext(ParserRuleContext parent, int invokingState)
Parameters
| Type | Name | Description |
|---|---|---|
| ParserRuleContext | parent | |
| System.Int32 | invokingState |
Properties
| Improve this Doc View SourceRuleIndex
Declaration
public override int RuleIndex { get; }
Property Value
| Type | Description |
|---|---|
| System.Int32 |
Methods
| Improve this Doc View SourceAccept<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 |
COLON()
Declaration
public ITerminalNode[] COLON()
Returns
| Type | Description |
|---|---|
| ITerminalNode[] |
COLON(Int32)
Declaration
public ITerminalNode COLON(int i)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | i |
Returns
| Type | Description |
|---|---|
| ITerminalNode |
endOfLine()
Declaration
public vbaParser.EndOfLineContext[] endOfLine()
Returns
| Type | Description |
|---|---|
| vbaParser.EndOfLineContext[] |
endOfLine(Int32)
Declaration
public vbaParser.EndOfLineContext endOfLine(int i)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | i |
Returns
| Type | Description |
|---|---|
| vbaParser.EndOfLineContext |
EnterRule(IParseTreeListener)
Declaration
public override void EnterRule(IParseTreeListener listener)
Parameters
| Type | Name | Description |
|---|---|---|
| IParseTreeListener | listener |
ExitRule(IParseTreeListener)
Declaration
public override void ExitRule(IParseTreeListener listener)
Parameters
| Type | Name | Description |
|---|---|---|
| IParseTreeListener | listener |
WS()
Declaration
public ITerminalNode[] WS()
Returns
| Type | Description |
|---|---|
| ITerminalNode[] |
WS(Int32)
Declaration
public ITerminalNode WS(int i)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Int32 | i |
Returns
| Type | Description |
|---|---|
| ITerminalNode |