Show / Hide Table of Contents

Class CorundumParser.RvalueContext

Inheritance
System.Object
CorundumParser.RvalueContext
Namespace: GCore.Antlr.Grammers.Ruby
Assembly: Ruby.dll
Syntax
public class RvalueContext : ParserRuleContext

Constructors

| Improve this Doc View Source

RvalueContext(ParserRuleContext, Int32)

Declaration
public RvalueContext(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

AND()

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

array_assignment()

Declaration
public CorundumParser.Array_assignmentContext array_assignment()
Returns
Type Description
CorundumParser.Array_assignmentContext
| Improve this Doc View Source

assignment()

Declaration
public CorundumParser.AssignmentContext assignment()
Returns
Type Description
CorundumParser.AssignmentContext
| Improve this Doc View Source

BIT_AND()

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

BIT_NOT()

Declaration
public ITerminalNode BIT_NOT()
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

BIT_SHL()

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

BIT_SHR()

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

BIT_XOR()

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

bool_t()

Declaration
public CorundumParser.Bool_tContext bool_t()
Returns
Type Description
CorundumParser.Bool_tContext
| Improve this Doc View Source

DIV()

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

dynamic_assignment()

Declaration
public CorundumParser.Dynamic_assignmentContext dynamic_assignment()
Returns
Type Description
CorundumParser.Dynamic_assignmentContext
| 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

EQUAL()

Declaration
public ITerminalNode EQUAL()
Returns
Type Description
ITerminalNode
| 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

EXP()

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

float_assignment()

Declaration
public CorundumParser.Float_assignmentContext float_assignment()
Returns
Type Description
CorundumParser.Float_assignmentContext
| Improve this Doc View Source

float_result()

Declaration
public CorundumParser.Float_resultContext float_result()
Returns
Type Description
CorundumParser.Float_resultContext
| Improve this Doc View Source

float_t()

Declaration
public CorundumParser.Float_tContext float_t()
Returns
Type Description
CorundumParser.Float_tContext
| Improve this Doc View Source

function_call()

Declaration
public CorundumParser.Function_callContext function_call()
Returns
Type Description
CorundumParser.Function_callContext
| Improve this Doc View Source

global_get()

Declaration
public CorundumParser.Global_getContext global_get()
Returns
Type Description
CorundumParser.Global_getContext
| Improve this Doc View Source

global_set()

Declaration
public CorundumParser.Global_setContext global_set()
Returns
Type Description
CorundumParser.Global_setContext
| Improve this Doc View Source

GREATER()

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

GREATER_EQUAL()

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

initial_array_assignment()

Declaration
public CorundumParser.Initial_array_assignmentContext initial_array_assignment()
Returns
Type Description
CorundumParser.Initial_array_assignmentContext
| Improve this Doc View Source

int_assignment()

Declaration
public CorundumParser.Int_assignmentContext int_assignment()
Returns
Type Description
CorundumParser.Int_assignmentContext
| Improve this Doc View Source

int_result()

Declaration
public CorundumParser.Int_resultContext int_result()
Returns
Type Description
CorundumParser.Int_resultContext
| Improve this Doc View Source

int_t()

Declaration
public CorundumParser.Int_tContext int_t()
Returns
Type Description
CorundumParser.Int_tContext
| Improve this Doc View Source

LEFT_RBRACKET()

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

LESS()

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

LESS_EQUAL()

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

literal_t()

Declaration
public CorundumParser.Literal_tContext literal_t()
Returns
Type Description
CorundumParser.Literal_tContext
| Improve this Doc View Source

lvalue()

Declaration
public CorundumParser.LvalueContext lvalue()
Returns
Type Description
CorundumParser.LvalueContext
| Improve this Doc View Source

MINUS()

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

MOD()

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

MUL()

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

nil_t()

Declaration
public CorundumParser.Nil_tContext nil_t()
Returns
Type Description
CorundumParser.Nil_tContext
| Improve this Doc View Source

NOT()

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

NOT_EQUAL()

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

OR()

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

PLUS()

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

RIGHT_RBRACKET()

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

rvalue()

Declaration
public CorundumParser.RvalueContext[] rvalue()
Returns
Type Description
CorundumParser.RvalueContext[]
| Improve this Doc View Source

rvalue(Int32)

Declaration
public CorundumParser.RvalueContext rvalue(int i)
Parameters
Type Name Description
System.Int32 i
Returns
Type Description
CorundumParser.RvalueContext
| Improve this Doc View Source

string_assignment()

Declaration
public CorundumParser.String_assignmentContext string_assignment()
Returns
Type Description
CorundumParser.String_assignmentContext
| Improve this Doc View Source

string_result()

Declaration
public CorundumParser.String_resultContext string_result()
Returns
Type Description
CorundumParser.String_resultContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX