Inheritance
System.Object
informixParser.MenuInsideStatementContext
Assembly: Informix.dll
public class MenuInsideStatementContext : ParserRuleContext
Constructors
|
Improve this Doc
View Source
Declaration
public MenuInsideStatementContext(ParserRuleContext parent, int invokingState)
Parameters
| Type |
Name |
Description |
| ParserRuleContext |
parent |
|
| System.Int32 |
invokingState |
|
Properties
|
Improve this Doc
View Source
Declaration
public override int RuleIndex { get; }
Property Value
| Type |
Description |
| System.Int32 |
|
Methods
|
Improve this Doc
View Source
Declaration
public override TResult Accept<TResult>(IParseTreeVisitor<TResult> visitor)
Parameters
| Type |
Name |
Description |
| IParseTreeVisitor<TResult> |
visitor |
|
Returns
Type Parameters
|
Improve this Doc
View Source
Declaration
public ITerminalNode ALL()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
Declaration
public ITerminalNode[] COMMA()
Returns
| Type |
Description |
| ITerminalNode[] |
|
|
Improve this Doc
View Source
Declaration
public ITerminalNode COMMA(int i)
Parameters
| Type |
Name |
Description |
| System.Int32 |
i |
|
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
Declaration
public ITerminalNode CONTINUE()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
Declaration
public override void EnterRule(IParseTreeListener listener)
Parameters
| Type |
Name |
Description |
| IParseTreeListener |
listener |
|
|
Improve this Doc
View Source
Declaration
public ITerminalNode EXIT()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
Declaration
public override void ExitRule(IParseTreeListener listener)
Parameters
| Type |
Name |
Description |
| IParseTreeListener |
listener |
|
|
Improve this Doc
View Source
Declaration
public informixParser.ExpressionContext[] expression()
Returns
|
Improve this Doc
View Source
Declaration
public informixParser.ExpressionContext expression(int i)
Parameters
| Type |
Name |
Description |
| System.Int32 |
i |
|
Returns
|
Improve this Doc
View Source
Declaration
public ITerminalNode HIDE()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
Declaration
public ITerminalNode MENU()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
Declaration
public ITerminalNode NEXT()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
Declaration
public ITerminalNode OPTION()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
Declaration
public ITerminalNode SHOW()
Returns
| Type |
Description |
| ITerminalNode |
|