Show / Hide Table of Contents

Class orwellParser

Inheritance
System.Object
orwellParser
Namespace: GCore.Antlr.Grammers.Orwell
Assembly: Orwell.dll
Syntax
public class orwellParser : Parser

Constructors

| Improve this Doc View Source

orwellParser(ITokenStream)

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

orwellParser(ITokenStream, TextWriter, TextWriter)

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

CHAR

Declaration
public const int CHAR = null
Field Value
Type Description
System.Int32
| 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

DIGIT

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

ESCCHAR

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

FLOAT

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

ID

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

INTEGER

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

OP

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

PRAGMA

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

RULE_assoc

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

RULE_comp

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

RULE_con

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

RULE_condecl

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

RULE_conditional

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

RULE_construct

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

RULE_decl

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

RULE_def_

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

RULE_fliteral

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

RULE_ifpart

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

RULE_infix

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

RULE_list_

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

RULE_listform

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

RULE_literal

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

RULE_name

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

RULE_opdecl

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

RULE_opkind

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

RULE_otherpart

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

RULE_pat

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

RULE_pat1

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

RULE_pat2

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

RULE_patlist

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

RULE_patprimary

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

RULE_patprimaryname

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

RULE_patsection

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

RULE_pattuple

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

RULE_prefix

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

RULE_primary

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

RULE_primaryname

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

RULE_program

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

RULE_qualifier

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

RULE_rhs

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

RULE_section

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

RULE_syndecl

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

RULE_term

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

RULE_term1

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

RULE_term2

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

RULE_tuple_

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

RULE_tylhs

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

RULE_tylhs1

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

RULE_tylhsprimary

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

RULE_tylhssection

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

RULE_tylist

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

RULE_tyname

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

RULE_type_

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

RULE_typedecl

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

RULE_typrimary

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

RULE_typrimaryname

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

RULE_tysection

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

RULE_tyterm1

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

RULE_tyterm2

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

RULE_tytuple

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

RULE_tyvar

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

RULE_upto

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

RULE_var_

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

RULE_wherepart

Declaration
public const int RULE_wherepart = 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

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__10

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

T__11

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

T__12

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

T__13

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

T__14

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

T__15

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

T__16

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

T__17

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

T__18

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

T__19

Declaration
public const int T__19 = 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
| Improve this Doc View Source

T__20

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

T__21

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

T__22

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

T__23

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

T__24

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

T__3

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

T__4

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

T__5

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

T__6

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

T__7

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

T__8

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

T__9

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

WS

Declaration
public const int WS = 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

assoc()

Declaration
public orwellParser.AssocContext assoc()
Returns
Type Description
orwellParser.AssocContext
| Improve this Doc View Source

comp()

Declaration
public orwellParser.CompContext comp()
Returns
Type Description
orwellParser.CompContext
| Improve this Doc View Source

con()

Declaration
public orwellParser.ConContext con()
Returns
Type Description
orwellParser.ConContext
| Improve this Doc View Source

condecl()

Declaration
public orwellParser.CondeclContext condecl()
Returns
Type Description
orwellParser.CondeclContext
| Improve this Doc View Source

conditional()

Declaration
public orwellParser.ConditionalContext conditional()
Returns
Type Description
orwellParser.ConditionalContext
| Improve this Doc View Source

construct()

Declaration
public orwellParser.ConstructContext construct()
Returns
Type Description
orwellParser.ConstructContext
| Improve this Doc View Source

decl()

Declaration
public orwellParser.DeclContext decl()
Returns
Type Description
orwellParser.DeclContext
| Improve this Doc View Source

def_()

Declaration
public orwellParser.Def_Context def_()
Returns
Type Description
orwellParser.Def_Context
| Improve this Doc View Source

fliteral()

Declaration
public orwellParser.FliteralContext fliteral()
Returns
Type Description
orwellParser.FliteralContext
| Improve this Doc View Source

ifpart()

Declaration
public orwellParser.IfpartContext ifpart()
Returns
Type Description
orwellParser.IfpartContext
| Improve this Doc View Source

infix()

Declaration
public orwellParser.InfixContext infix()
Returns
Type Description
orwellParser.InfixContext
| Improve this Doc View Source

list_()

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

listform()

Declaration
public orwellParser.ListformContext listform()
Returns
Type Description
orwellParser.ListformContext
| Improve this Doc View Source

literal()

Declaration
public orwellParser.LiteralContext literal()
Returns
Type Description
orwellParser.LiteralContext
| Improve this Doc View Source

name()

Declaration
public orwellParser.NameContext name()
Returns
Type Description
orwellParser.NameContext
| Improve this Doc View Source

opdecl()

Declaration
public orwellParser.OpdeclContext opdecl()
Returns
Type Description
orwellParser.OpdeclContext
| Improve this Doc View Source

opkind()

Declaration
public orwellParser.OpkindContext opkind()
Returns
Type Description
orwellParser.OpkindContext
| Improve this Doc View Source

otherpart()

Declaration
public orwellParser.OtherpartContext otherpart()
Returns
Type Description
orwellParser.OtherpartContext
| Improve this Doc View Source

pat()

Declaration
public orwellParser.PatContext pat()
Returns
Type Description
orwellParser.PatContext
| Improve this Doc View Source

pat1()

Declaration
public orwellParser.Pat1Context pat1()
Returns
Type Description
orwellParser.Pat1Context
| Improve this Doc View Source

pat2()

Declaration
public orwellParser.Pat2Context pat2()
Returns
Type Description
orwellParser.Pat2Context
| Improve this Doc View Source

patlist()

Declaration
public orwellParser.PatlistContext patlist()
Returns
Type Description
orwellParser.PatlistContext
| Improve this Doc View Source

patprimary()

Declaration
public orwellParser.PatprimaryContext patprimary()
Returns
Type Description
orwellParser.PatprimaryContext
| Improve this Doc View Source

patprimaryname()

Declaration
public orwellParser.PatprimarynameContext patprimaryname()
Returns
Type Description
orwellParser.PatprimarynameContext
| Improve this Doc View Source

patsection()

Declaration
public orwellParser.PatsectionContext patsection()
Returns
Type Description
orwellParser.PatsectionContext
| Improve this Doc View Source

pattuple()

Declaration
public orwellParser.PattupleContext pattuple()
Returns
Type Description
orwellParser.PattupleContext
| Improve this Doc View Source

prefix()

Declaration
public orwellParser.PrefixContext prefix()
Returns
Type Description
orwellParser.PrefixContext
| Improve this Doc View Source

primary()

Declaration
public orwellParser.PrimaryContext primary()
Returns
Type Description
orwellParser.PrimaryContext
| Improve this Doc View Source

primaryname()

Declaration
public orwellParser.PrimarynameContext primaryname()
Returns
Type Description
orwellParser.PrimarynameContext
| Improve this Doc View Source

program()

Declaration
public orwellParser.ProgramContext program()
Returns
Type Description
orwellParser.ProgramContext
| Improve this Doc View Source

qualifier()

Declaration
public orwellParser.QualifierContext qualifier()
Returns
Type Description
orwellParser.QualifierContext
| Improve this Doc View Source

rhs()

Declaration
public orwellParser.RhsContext rhs()
Returns
Type Description
orwellParser.RhsContext
| Improve this Doc View Source

section()

Declaration
public orwellParser.SectionContext section()
Returns
Type Description
orwellParser.SectionContext
| Improve this Doc View Source

syndecl()

Declaration
public orwellParser.SyndeclContext syndecl()
Returns
Type Description
orwellParser.SyndeclContext
| Improve this Doc View Source

term()

Declaration
public orwellParser.TermContext term()
Returns
Type Description
orwellParser.TermContext
| Improve this Doc View Source

term1()

Declaration
public orwellParser.Term1Context term1()
Returns
Type Description
orwellParser.Term1Context
| Improve this Doc View Source

term2()

Declaration
public orwellParser.Term2Context term2()
Returns
Type Description
orwellParser.Term2Context
| Improve this Doc View Source

tuple_()

Declaration
public orwellParser.Tuple_Context tuple_()
Returns
Type Description
orwellParser.Tuple_Context
| Improve this Doc View Source

tylhs()

Declaration
public orwellParser.TylhsContext tylhs()
Returns
Type Description
orwellParser.TylhsContext
| Improve this Doc View Source

tylhs1()

Declaration
public orwellParser.Tylhs1Context tylhs1()
Returns
Type Description
orwellParser.Tylhs1Context
| Improve this Doc View Source

tylhsprimary()

Declaration
public orwellParser.TylhsprimaryContext tylhsprimary()
Returns
Type Description
orwellParser.TylhsprimaryContext
| Improve this Doc View Source

tylhssection()

Declaration
public orwellParser.TylhssectionContext tylhssection()
Returns
Type Description
orwellParser.TylhssectionContext
| Improve this Doc View Source

tylist()

Declaration
public orwellParser.TylistContext tylist()
Returns
Type Description
orwellParser.TylistContext
| Improve this Doc View Source

tyname()

Declaration
public orwellParser.TynameContext tyname()
Returns
Type Description
orwellParser.TynameContext
| Improve this Doc View Source

type_()

Declaration
public orwellParser.Type_Context type_()
Returns
Type Description
orwellParser.Type_Context
| Improve this Doc View Source

typedecl()

Declaration
public orwellParser.TypedeclContext typedecl()
Returns
Type Description
orwellParser.TypedeclContext
| Improve this Doc View Source

typrimary()

Declaration
public orwellParser.TyprimaryContext typrimary()
Returns
Type Description
orwellParser.TyprimaryContext
| Improve this Doc View Source

typrimaryname()

Declaration
public orwellParser.TyprimarynameContext typrimaryname()
Returns
Type Description
orwellParser.TyprimarynameContext
| Improve this Doc View Source

tysection()

Declaration
public orwellParser.TysectionContext tysection()
Returns
Type Description
orwellParser.TysectionContext
| Improve this Doc View Source

tyterm1()

Declaration
public orwellParser.Tyterm1Context tyterm1()
Returns
Type Description
orwellParser.Tyterm1Context
| Improve this Doc View Source

tyterm2()

Declaration
public orwellParser.Tyterm2Context tyterm2()
Returns
Type Description
orwellParser.Tyterm2Context
| Improve this Doc View Source

tytuple()

Declaration
public orwellParser.TytupleContext tytuple()
Returns
Type Description
orwellParser.TytupleContext
| Improve this Doc View Source

tyvar()

Declaration
public orwellParser.TyvarContext tyvar()
Returns
Type Description
orwellParser.TyvarContext
| Improve this Doc View Source

upto()

Declaration
public orwellParser.UptoContext upto()
Returns
Type Description
orwellParser.UptoContext
| Improve this Doc View Source

var_()

Declaration
public orwellParser.Var_Context var_()
Returns
Type Description
orwellParser.Var_Context
| Improve this Doc View Source

wherepart()

Declaration
public orwellParser.WherepartContext wherepart()
Returns
Type Description
orwellParser.WherepartContext
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX