Show / Hide Table of Contents

Class CorundumParser.Array_assignmentContext

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

Constructors

| Improve this Doc View Source

Array_assignmentContext(ParserRuleContext, Int32)

Declaration
public Array_assignmentContext(ParserRuleContext parent, int invokingState)
Parameters
Type Name Description
ParserRuleContext parent
System.Int32 invokingState

Fields

| Improve this Doc View Source

arr_def

Declaration
public CorundumParser.Array_selectorContext arr_def
Field Value
Type Description
CorundumParser.Array_selectorContext
| Improve this Doc View Source

arr_val

Declaration
public CorundumParser.All_resultContext arr_val
Field Value
Type Description
CorundumParser.All_resultContext
| Improve this Doc View Source

op

Declaration
public IToken op
Field Value
Type Description
IToken

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

all_result()

Declaration
public CorundumParser.All_resultContext all_result()
Returns
Type Description
CorundumParser.All_resultContext
| Improve this Doc View Source

array_selector()

Declaration
public CorundumParser.Array_selectorContext array_selector()
Returns
Type Description
CorundumParser.Array_selectorContext
| Improve this Doc View Source

ASSIGN()

Declaration
public ITerminalNode ASSIGN()
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
In This Article
Back to top Generated by DocFX