Show / Hide Table of Contents

Class sgfParser.Property_Context

Inheritance
System.Object
sgfParser.Property_Context
Namespace: GCore.Antlr.Grammers.Sgf
Assembly: Sgf.dll
Syntax
public class Property_Context : ParserRuleContext

Constructors

| Improve this Doc View Source

Property_Context(ParserRuleContext, Int32)

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

gameInfo()

Declaration
public sgfParser.GameInfoContext gameInfo()
Returns
Type Description
sgfParser.GameInfoContext
| Improve this Doc View Source

go_()

Declaration
public sgfParser.Go_Context go_()
Returns
Type Description
sgfParser.Go_Context
| Improve this Doc View Source

loa()

Declaration
public sgfParser.LoaContext loa()
Returns
Type Description
sgfParser.LoaContext
| Improve this Doc View Source

markup()

Declaration
public sgfParser.MarkupContext markup()
Returns
Type Description
sgfParser.MarkupContext
| Improve this Doc View Source

misc()

Declaration
public sgfParser.MiscContext misc()
Returns
Type Description
sgfParser.MiscContext
| Improve this Doc View Source

move()

Declaration
public sgfParser.MoveContext move()
Returns
Type Description
sgfParser.MoveContext
| Improve this Doc View Source

moveAnnotation()

Declaration
public sgfParser.MoveAnnotationContext moveAnnotation()
Returns
Type Description
sgfParser.MoveAnnotationContext
| Improve this Doc View Source

nodeAnnotation()

Declaration
public sgfParser.NodeAnnotationContext nodeAnnotation()
Returns
Type Description
sgfParser.NodeAnnotationContext
| Improve this Doc View Source

privateProp()

Declaration
public sgfParser.PrivatePropContext privateProp()
Returns
Type Description
sgfParser.PrivatePropContext
| Improve this Doc View Source

root()

Declaration
public sgfParser.RootContext root()
Returns
Type Description
sgfParser.RootContext
| Improve this Doc View Source

setup()

Declaration
public sgfParser.SetupContext setup()
Returns
Type Description
sgfParser.SetupContext
| Improve this Doc View Source

timing()

Declaration
public sgfParser.TimingContext timing()
Returns
Type Description
sgfParser.TimingContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX