Class vbaParser.OptionBaseStmtContext
Inheritance
System.Object
vbaParser.OptionBaseStmtContext
Assembly: Vba.dll
Syntax
public class OptionBaseStmtContext : vbaParser.ModuleOptionContext
Constructors
|
Improve this Doc
View Source
OptionBaseStmtContext(vbaParser.ModuleOptionContext)
Declaration
public OptionBaseStmtContext(vbaParser.ModuleOptionContext 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
OPTION_BASE()
Declaration
public ITerminalNode OPTION_BASE()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
SHORTLITERAL()
Declaration
public ITerminalNode SHORTLITERAL()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
WS()
Declaration
public ITerminalNode WS()
Returns
| Type |
Description |
| ITerminalNode |
|