Class informixParser.ScreenStatementContext
Inheritance
System.Object
informixParser.ScreenStatementContext
Assembly: Informix.dll
Syntax
public class ScreenStatementContext : ParserRuleContext
Constructors
|
Improve this Doc
View Source
ScreenStatementContext(ParserRuleContext, Int32)
Declaration
public ScreenStatementContext(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
AT()
Declaration
public ITerminalNode AT()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
attributeList()
Declaration
public informixParser.AttributeListContext attributeList()
Returns
|
Improve this Doc
View Source
BY()
Declaration
public ITerminalNode BY()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
CLEAR()
Declaration
public ITerminalNode CLEAR()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
CLOSE()
Declaration
public ITerminalNode CLOSE()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
COLUMNS()
Declaration
public ITerminalNode COLUMNS()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
COMMA()
Declaration
public ITerminalNode[] COMMA()
Returns
Type |
Description |
ITerminalNode[] |
|
|
Improve this Doc
View Source
COMMA(Int32)
Declaration
public ITerminalNode COMMA(int i)
Parameters
Type |
Name |
Description |
System.Int32 |
i |
|
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
constructStatement()
Declaration
public informixParser.ConstructStatementContext constructStatement()
Returns
|
Improve this Doc
View Source
CURRENT()
Declaration
public ITerminalNode CURRENT()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
DISPLAY()
Declaration
public ITerminalNode DISPLAY()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
displayArrayStatement()
Declaration
public informixParser.DisplayArrayStatementContext displayArrayStatement()
Returns
|
Improve this Doc
View Source
displayStatement()
Declaration
public informixParser.DisplayStatementContext displayStatement()
Returns
|
Improve this Doc
View Source
DOWN()
Declaration
public ITerminalNode DOWN()
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
eol()
Declaration
public informixParser.EolContext eol()
Returns
|
Improve this Doc
View Source
errorStatement()
Declaration
public informixParser.ErrorStatementContext errorStatement()
Returns
|
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
expression()
Declaration
public informixParser.ExpressionContext[] expression()
Returns
|
Improve this Doc
View Source
expression(Int32)
Declaration
public informixParser.ExpressionContext expression(int i)
Parameters
Type |
Name |
Description |
System.Int32 |
i |
|
Returns
|
Improve this Doc
View Source
fieldList()
Declaration
public informixParser.FieldListContext[] fieldList()
Returns
|
Improve this Doc
View Source
fieldList(Int32)
Declaration
public informixParser.FieldListContext fieldList(int i)
Parameters
Type |
Name |
Description |
System.Int32 |
i |
|
Returns
|
Improve this Doc
View Source
FORM()
Declaration
public ITerminalNode FORM()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
FROM()
Declaration
public ITerminalNode FROM()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
identifier()
Declaration
public informixParser.IdentifierContext identifier()
Returns
|
Improve this Doc
View Source
inputArrayStatement()
Declaration
public informixParser.InputArrayStatementContext inputArrayStatement()
Returns
|
Improve this Doc
View Source
inputStatement()
Declaration
public informixParser.InputStatementContext inputStatement()
Returns
|
Improve this Doc
View Source
IS()
Declaration
public ITerminalNode IS()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
Declaration
public informixParser.MenuStatementContext menuStatement()
Returns
|
Improve this Doc
View Source
messageStatement()
Declaration
public informixParser.MessageStatementContext messageStatement()
Returns
|
Improve this Doc
View Source
numericConstant()
Declaration
public informixParser.NumericConstantContext numericConstant()
Returns
|
Improve this Doc
View Source
OPEN()
Declaration
public ITerminalNode OPEN()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
optionsStatement()
Declaration
public informixParser.OptionsStatementContext optionsStatement()
Returns
|
Improve this Doc
View Source
promptStatement()
Declaration
public informixParser.PromptStatementContext promptStatement()
Returns
|
Improve this Doc
View Source
ROWS()
Declaration
public ITerminalNode ROWS()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
SCREEN()
Declaration
public ITerminalNode SCREEN()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
SCROLL()
Declaration
public ITerminalNode SCROLL()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
UP()
Declaration
public ITerminalNode UP()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
WINDOW()
Declaration
public ITerminalNode WINDOW()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
windowAttributeList()
Declaration
public informixParser.WindowAttributeListContext windowAttributeList()
Returns
|
Improve this Doc
View Source
WITH()
Declaration
public ITerminalNode WITH()
Returns
Type |
Description |
ITerminalNode |
|