Class informixParser.PrintExpressionItemContext
Inheritance
System.Object
informixParser.PrintExpressionItemContext
Assembly: Informix.dll
Syntax
public class PrintExpressionItemContext : ParserRuleContext
Constructors
|
Improve this Doc
View Source
PrintExpressionItemContext(ParserRuleContext, Int32)
Declaration
public PrintExpressionItemContext(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
BYTE()
Declaration
public ITerminalNode BYTE()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
COLUMN()
Declaration
public ITerminalNode COLUMN()
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
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
LINENO()
Declaration
public ITerminalNode LINENO()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
MARGIN()
Declaration
public ITerminalNode MARGIN()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
numericConstant()
Declaration
public informixParser.NumericConstantContext numericConstant()
Returns
|
Improve this Doc
View Source
PAGENO()
Declaration
public ITerminalNode PAGENO()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
RIGHT()
Declaration
public ITerminalNode RIGHT()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
SPACE()
Declaration
public ITerminalNode SPACE()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
SPACES()
Declaration
public ITerminalNode SPACES()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
TEXT()
Declaration
public ITerminalNode TEXT()
Returns
| Type |
Description |
| ITerminalNode |
|
|
Improve this Doc
View Source
variable()
Declaration
public informixParser.VariableContext variable()
Returns
|
Improve this Doc
View Source
WORDWRAP()
Declaration
public ITerminalNode WORDWRAP()
Returns
| Type |
Description |
| ITerminalNode |
|