Show / Hide Table of Contents

Class McKeemanFormParser

Inheritance
System.Object
McKeemanFormParser
Namespace: GCore.Antlr.Grammers.MckeemanForm
Assembly: MckeemanForm.dll
Syntax
public class McKeemanFormParser : Parser

Constructors

| Improve this Doc View Source

McKeemanFormParser(ITokenStream)

Declaration
public McKeemanFormParser(ITokenStream input)
Parameters
Type Name Description
ITokenStream input
| Improve this Doc View Source

McKeemanFormParser(ITokenStream, TextWriter, TextWriter)

Declaration
public McKeemanFormParser(ITokenStream input, TextWriter output, TextWriter errorOutput)
Parameters
Type Name Description
ITokenStream input
TextWriter output
TextWriter errorOutput

Fields

| Improve this Doc View Source

_ATN

Declaration
public static readonly ATN _ATN
Field Value
Type Description
ATN
| Improve this Doc View Source

decisionToDFA

Declaration
protected static Antlr4.Runtime.Dfa.DFA[] decisionToDFA
Field Value
Type Description
Antlr4.Runtime.Dfa.DFA[]
| Improve this Doc View Source

DefaultVocabulary

Declaration
public static readonly IVocabulary DefaultVocabulary
Field Value
Type Description
IVocabulary
| Improve this Doc View Source

Indentation

Declaration
public const int Indentation = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Name

Declaration
public const int Name = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Newline

Declaration
public const int Newline = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_alternative

Declaration
public const int RULE_alternative = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_exclude

Declaration
public const int RULE_exclude = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_grammar_

Declaration
public const int RULE_grammar_ = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_item

Declaration
public const int RULE_item = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_nothing

Declaration
public const int RULE_nothing = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_range_

Declaration
public const int RULE_range_ = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

RULE_rule_

Declaration
public const int RULE_rule_ = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

ruleNames

Declaration
public static readonly string[] ruleNames
Field Value
Type Description
System.String[]
| Improve this Doc View Source

sharedContextCache

Declaration
protected static PredictionContextCache sharedContextCache
Field Value
Type Description
PredictionContextCache
| Improve this Doc View Source

Singleton

Declaration
public const int Singleton = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

Space

Declaration
public const int Space = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

String

Declaration
public const int String = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__0

Declaration
public const int T__0 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__1

Declaration
public const int T__1 = null
Field Value
Type Description
System.Int32
| Improve this Doc View Source

T__2

Declaration
public const int T__2 = null
Field Value
Type Description
System.Int32

Properties

| Improve this Doc View Source

GrammarFileName

Declaration
public override string GrammarFileName { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RuleNames

Declaration
public override string[] RuleNames { get; }
Property Value
Type Description
System.String[]
| Improve this Doc View Source

SerializedAtn

Declaration
public override string SerializedAtn { get; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Vocabulary

Declaration
public override IVocabulary Vocabulary { get; }
Property Value
Type Description
IVocabulary

Methods

| Improve this Doc View Source

alternative()

Declaration
public McKeemanFormParser.AlternativeContext alternative()
Returns
Type Description
McKeemanFormParser.AlternativeContext
| Improve this Doc View Source

exclude()

Declaration
public McKeemanFormParser.ExcludeContext exclude()
Returns
Type Description
McKeemanFormParser.ExcludeContext
| Improve this Doc View Source

grammar_()

Declaration
public McKeemanFormParser.Grammar_Context grammar_()
Returns
Type Description
McKeemanFormParser.Grammar_Context
| Improve this Doc View Source

item()

Declaration
public McKeemanFormParser.ItemContext item()
Returns
Type Description
McKeemanFormParser.ItemContext
| Improve this Doc View Source

nothing()

Declaration
public McKeemanFormParser.NothingContext nothing()
Returns
Type Description
McKeemanFormParser.NothingContext
| Improve this Doc View Source

range_()

Declaration
public McKeemanFormParser.Range_Context range_()
Returns
Type Description
McKeemanFormParser.Range_Context
| Improve this Doc View Source

rule_()

Declaration
public McKeemanFormParser.Rule_Context rule_()
Returns
Type Description
McKeemanFormParser.Rule_Context
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX