Show / Hide Table of Contents

Class informixParser.ScreenStatementContext

Inheritance
System.Object
informixParser.ScreenStatementContext
Namespace: GCore.Antlr.Grammers.Informix
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 Description
TResult
Type Parameters
Name Description
TResult
| 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
Type Description
informixParser.AttributeListContext
| 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
Type Description
informixParser.ConstructStatementContext
| 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
Type Description
informixParser.DisplayArrayStatementContext
| Improve this Doc View Source

displayStatement()

Declaration
public informixParser.DisplayStatementContext displayStatement()
Returns
Type Description
informixParser.DisplayStatementContext
| 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
Type Description
informixParser.EolContext
| Improve this Doc View Source

errorStatement()

Declaration
public informixParser.ErrorStatementContext errorStatement()
Returns
Type Description
informixParser.ErrorStatementContext
| 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
Type Description
informixParser.ExpressionContext[]
| Improve this Doc View Source

expression(Int32)

Declaration
public informixParser.ExpressionContext expression(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
informixParser.ExpressionContext
| Improve this Doc View Source

fieldList()

Declaration
public informixParser.FieldListContext[] fieldList()
Returns
Type Description
informixParser.FieldListContext[]
| Improve this Doc View Source

fieldList(Int32)

Declaration
public informixParser.FieldListContext fieldList(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
informixParser.FieldListContext
| 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
Type Description
informixParser.IdentifierContext
| Improve this Doc View Source

inputArrayStatement()

Declaration
public informixParser.InputArrayStatementContext inputArrayStatement()
Returns
Type Description
informixParser.InputArrayStatementContext
| Improve this Doc View Source

inputStatement()

Declaration
public informixParser.InputStatementContext inputStatement()
Returns
Type Description
informixParser.InputStatementContext
| Improve this Doc View Source

IS()

Declaration
public ITerminalNode IS()
Returns
Type Description
ITerminalNode
| Improve this Doc View Source

menuStatement()

Declaration
public informixParser.MenuStatementContext menuStatement()
Returns
Type Description
informixParser.MenuStatementContext
| Improve this Doc View Source

messageStatement()

Declaration
public informixParser.MessageStatementContext messageStatement()
Returns
Type Description
informixParser.MessageStatementContext
| Improve this Doc View Source

numericConstant()

Declaration
public informixParser.NumericConstantContext numericConstant()
Returns
Type Description
informixParser.NumericConstantContext
| 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
Type Description
informixParser.OptionsStatementContext
| Improve this Doc View Source

promptStatement()

Declaration
public informixParser.PromptStatementContext promptStatement()
Returns
Type Description
informixParser.PromptStatementContext
| 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
Type Description
informixParser.WindowAttributeListContext
| Improve this Doc View Source

WITH()

Declaration
public ITerminalNode WITH()
Returns
Type Description
ITerminalNode
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX