Class CorundumParser.Comparison_listContext
Inheritance
System.Object
CorundumParser.Comparison_listContext
Assembly: Ruby.dll
Syntax
public class Comparison_listContext : ParserRuleContext
Constructors
|
Improve this Doc
View Source
Comparison_listContext(ParserRuleContext, Int32)
Declaration
public Comparison_listContext(ParserRuleContext parent, int invokingState)
Parameters
Type |
Name |
Description |
ParserRuleContext |
parent |
|
System.Int32 |
invokingState |
|
Fields
|
Improve this Doc
View Source
left
Declaration
public CorundumParser.ComparisonContext left
Field Value
|
Improve this Doc
View Source
op
Declaration
Field Value
|
Improve this Doc
View Source
right
Declaration
public CorundumParser.Comparison_listContext right
Field Value
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
AND()
Declaration
public ITerminalNode AND()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
BIT_AND()
Declaration
public ITerminalNode BIT_AND()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
BIT_OR()
Declaration
public ITerminalNode BIT_OR()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
comparison()
Declaration
public CorundumParser.ComparisonContext comparison()
Returns
|
Improve this Doc
View Source
comparison_list()
Declaration
public CorundumParser.Comparison_listContext comparison_list()
Returns
|
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
LEFT_RBRACKET()
Declaration
public ITerminalNode LEFT_RBRACKET()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
OR()
Declaration
public ITerminalNode OR()
Returns
Type |
Description |
ITerminalNode |
|
|
Improve this Doc
View Source
RIGHT_RBRACKET()
Declaration
public ITerminalNode RIGHT_RBRACKET()
Returns
Type |
Description |
ITerminalNode |
|