Class PowerBuilderParser.ExpressionContext
Inheritance
System.Object
PowerBuilderParser.ExpressionContext
Assembly: Powerbuilder.dll
Syntax
public class ExpressionContext : ParserRuleContext
Constructors
|
Improve this Doc
View Source
ExpressionContext(ParserRuleContext, Int32)
Declaration
public ExpressionContext(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
boolean_expression()
Declaration
public PowerBuilderParser.Boolean_expressionContext boolean_expression()
Returns
|
Improve this Doc
View Source
CARAT()
Declaration
public ITerminalNode CARAT()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
close_call_sub()
Declaration
public PowerBuilderParser.Close_call_subContext close_call_sub()
Returns
|
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
DIV()
Declaration
public ITerminalNode DIV()
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 PowerBuilderParser.ExpressionContext[] expression()
Returns
|
Improve this Doc
View Source
expression(Int32)
Declaration
public PowerBuilderParser.ExpressionContext expression(int i)
Parameters
Type |
Name |
Description |
System.Int32 |
i |
|
Returns
|
Improve this Doc
View Source
function_call_statement()
Declaration
public PowerBuilderParser.Function_call_statementContext function_call_statement()
Returns
|
Improve this Doc
View Source
LCURLY()
Declaration
public ITerminalNode LCURLY()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
LPAREN()
Declaration
public ITerminalNode LPAREN()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
MINUS()
Declaration
public ITerminalNode MINUS()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
MULT()
Declaration
public ITerminalNode MULT()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
PLUS()
Declaration
public ITerminalNode PLUS()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
RCURLY()
Declaration
public ITerminalNode RCURLY()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
RPAREN()
Declaration
public ITerminalNode RPAREN()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
value()
Declaration
public PowerBuilderParser.ValueContext value()
Returns