Class orwellParser
Inheritance
System.Object
orwellParser
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
|
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
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
|
Improve this Doc
View Source
comp()
Declaration
public orwellParser.CompContext comp()
Returns
|
Improve this Doc
View Source
con()
Declaration
public orwellParser.ConContext con()
Returns
|
Improve this Doc
View Source
condecl()
Declaration
public orwellParser.CondeclContext condecl()
Returns
|
Improve this Doc
View Source
conditional()
Declaration
public orwellParser.ConditionalContext conditional()
Returns
|
Improve this Doc
View Source
construct()
Declaration
public orwellParser.ConstructContext construct()
Returns
|
Improve this Doc
View Source
decl()
Declaration
public orwellParser.DeclContext decl()
Returns
|
Improve this Doc
View Source
def_()
Declaration
public orwellParser.Def_Context def_()
Returns
|
Improve this Doc
View Source
fliteral()
Declaration
public orwellParser.FliteralContext fliteral()
Returns
|
Improve this Doc
View Source
ifpart()
Declaration
public orwellParser.IfpartContext ifpart()
Returns
|
Improve this Doc
View Source
infix()
Declaration
public orwellParser.InfixContext infix()
Returns
|
Improve this Doc
View Source
list_()
Declaration
public orwellParser.List_Context list_()
Returns
|
Improve this Doc
View Source
Declaration
public orwellParser.ListformContext listform()
Returns
|
Improve this Doc
View Source
literal()
Declaration
public orwellParser.LiteralContext literal()
Returns
|
Improve this Doc
View Source
name()
Declaration
public orwellParser.NameContext name()
Returns
|
Improve this Doc
View Source
opdecl()
Declaration
public orwellParser.OpdeclContext opdecl()
Returns
|
Improve this Doc
View Source
opkind()
Declaration
public orwellParser.OpkindContext opkind()
Returns
|
Improve this Doc
View Source
otherpart()
Declaration
public orwellParser.OtherpartContext otherpart()
Returns
|
Improve this Doc
View Source
pat()
Declaration
public orwellParser.PatContext pat()
Returns
|
Improve this Doc
View Source
pat1()
Declaration
public orwellParser.Pat1Context pat1()
Returns
|
Improve this Doc
View Source
pat2()
Declaration
public orwellParser.Pat2Context pat2()
Returns
|
Improve this Doc
View Source
patlist()
Declaration
public orwellParser.PatlistContext patlist()
Returns
|
Improve this Doc
View Source
patprimary()
Declaration
public orwellParser.PatprimaryContext patprimary()
Returns
|
Improve this Doc
View Source
patprimaryname()
Declaration
public orwellParser.PatprimarynameContext patprimaryname()
Returns
|
Improve this Doc
View Source
patsection()
Declaration
public orwellParser.PatsectionContext patsection()
Returns
|
Improve this Doc
View Source
pattuple()
Declaration
public orwellParser.PattupleContext pattuple()
Returns
|
Improve this Doc
View Source
prefix()
Declaration
public orwellParser.PrefixContext prefix()
Returns
|
Improve this Doc
View Source
primary()
Declaration
public orwellParser.PrimaryContext primary()
Returns
|
Improve this Doc
View Source
primaryname()
Declaration
public orwellParser.PrimarynameContext primaryname()
Returns
|
Improve this Doc
View Source
program()
Declaration
public orwellParser.ProgramContext program()
Returns
|
Improve this Doc
View Source
qualifier()
Declaration
public orwellParser.QualifierContext qualifier()
Returns
|
Improve this Doc
View Source
rhs()
Declaration
public orwellParser.RhsContext rhs()
Returns
|
Improve this Doc
View Source
section()
Declaration
public orwellParser.SectionContext section()
Returns
|
Improve this Doc
View Source
syndecl()
Declaration
public orwellParser.SyndeclContext syndecl()
Returns
|
Improve this Doc
View Source
term()
Declaration
public orwellParser.TermContext term()
Returns
|
Improve this Doc
View Source
term1()
Declaration
public orwellParser.Term1Context term1()
Returns
|
Improve this Doc
View Source
term2()
Declaration
public orwellParser.Term2Context term2()
Returns
|
Improve this Doc
View Source
tuple_()
Declaration
public orwellParser.Tuple_Context tuple_()
Returns
|
Improve this Doc
View Source
tylhs()
Declaration
public orwellParser.TylhsContext tylhs()
Returns
|
Improve this Doc
View Source
tylhs1()
Declaration
public orwellParser.Tylhs1Context tylhs1()
Returns
|
Improve this Doc
View Source
tylhsprimary()
Declaration
public orwellParser.TylhsprimaryContext tylhsprimary()
Returns
|
Improve this Doc
View Source
tylhssection()
Declaration
public orwellParser.TylhssectionContext tylhssection()
Returns
|
Improve this Doc
View Source
tylist()
Declaration
public orwellParser.TylistContext tylist()
Returns
|
Improve this Doc
View Source
tyname()
Declaration
public orwellParser.TynameContext tyname()
Returns
|
Improve this Doc
View Source
type_()
Declaration
public orwellParser.Type_Context type_()
Returns
|
Improve this Doc
View Source
typedecl()
Declaration
public orwellParser.TypedeclContext typedecl()
Returns
|
Improve this Doc
View Source
typrimary()
Declaration
public orwellParser.TyprimaryContext typrimary()
Returns
|
Improve this Doc
View Source
typrimaryname()
Declaration
public orwellParser.TyprimarynameContext typrimaryname()
Returns
|
Improve this Doc
View Source
tysection()
Declaration
public orwellParser.TysectionContext tysection()
Returns
|
Improve this Doc
View Source
tyterm1()
Declaration
public orwellParser.Tyterm1Context tyterm1()
Returns
|
Improve this Doc
View Source
tyterm2()
Declaration
public orwellParser.Tyterm2Context tyterm2()
Returns
|
Improve this Doc
View Source
tytuple()
Declaration
public orwellParser.TytupleContext tytuple()
Returns
|
Improve this Doc
View Source
tyvar()
Declaration
public orwellParser.TyvarContext tyvar()
Returns
|
Improve this Doc
View Source
upto()
Declaration
public orwellParser.UptoContext upto()
Returns
|
Improve this Doc
View Source
var_()
Declaration
public orwellParser.Var_Context var_()
Returns
|
Improve this Doc
View Source
wherepart()
Declaration
public orwellParser.WherepartContext wherepart()
Returns