class Grammar2AST
- Grammar2AST
- Reference
- Object
Defined in:
grammar2parser/grammar2ast.crConstructors
Instance Method Summary
- #all_ruleObjs : Array(GrAST)
- #all_ruleObjs=(all_ruleObjs : Array(GrAST))
- #at : Int32
- #at=(at : Int32)
- #ch : Char
- #ch=(ch : Char)
- #eofinput
-
#f_CharLiteral_Lx : Char
===============================
- #f_CharSet : GrAST
- #f_CharSetExpr
- #f_Choice
-
#f_Digit19_Cs : Bool
===============================
-
#f_DIGIT_Fraction(a_dig : Char) : Bool
===============================
- #f_DQString_Lx
-
#f_Grammar : Tuple(Bool, Array(GrAST) | Nil)
===============================
-
#f_Identifier_Lx : String
===============================
-
#f_Literal_Fraction(a_ch : Char)
===============================
-
#f_Number_Lx : String
===============================
- #f_OneCharLiteral_Lx : Char
- #f_Primary(gotSymbol : GotSymbol) : GrAST
- #f_Repeats_Lx : GrAST
-
#f_Rule(gotSymbol : GotSymbol) : GrAST
===============================
- #f_Sequence
-
#first_in_CharLiteral_Lx : Bool
===============================
-
#first_in_DQString_Lx : Bool
===============================
-
#first_in_Identifier_Lx : Bool
===============================
-
#first_in_Number_Lx : Bool
===============================
-
#first_in_Primary(returnSymbol : GotSymbol) : Bool
===============================
-
#first_in_Rule : Tuple(Bool, GotSymbol)
===============================
-
#in_any_next
===============================
-
#in_must_and_nowhite_next(lookfor_c : Char)
===============================
-
#in_must_next(lookfor_c : Char)
===============================
-
#in_white
===============================
-
#parseGrammer(raw : String) : Tuple(Bool, Array(GrAST))
===============================
- #rules : String
- #rules=(rules : String)
Constructor Detail
Instance Method Detail
===============================
===============================