Show / Hide Table of Contents

Class gmlParser.ValueContext

Inheritance
System.Object
gmlParser.ValueContext
Namespace: GCore.Antlr.Grammers.Gml
Assembly: Gml.dll
Syntax
public class ValueContext : ParserRuleContext

Constructors

| Improve this Doc View Source

ValueContext(ParserRuleContext, Int32)

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

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

integer()

Declaration
public gmlParser.IntegerContext integer()
Returns
Type Description
gmlParser.IntegerContext
| Improve this Doc View Source

list_()

Declaration
public gmlParser.List_Context list_()
Returns
Type Description
gmlParser.List_Context
| Improve this Doc View Source

realnum()

Declaration
public gmlParser.RealnumContext realnum()
Returns
Type Description
gmlParser.RealnumContext
| Improve this Doc View Source

str_()

Declaration
public gmlParser.Str_Context str_()
Returns
Type Description
gmlParser.Str_Context
| Improve this Doc View Source

stringliteral()

Declaration
public gmlParser.StringliteralContext stringliteral()
Returns
Type Description
gmlParser.StringliteralContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX