Instance Constructors
-
new
Language
(name: String, rules: List[Rule], precedenceGroups: List[(List[String], String)], parser: (String) ⇒ Option[AstNode], trimmer: (AstNode) ⇒ AstNode)
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
associativityOf
(rule: Rule): String
-
def
canEqual
(arg0: Any): Boolean
-
def
clone
(): AnyRef
-
def
debug
(msg: ⇒ AnyRef): Unit
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
error
(msg: ⇒ AnyRef, t: ⇒ Throwable = null): Unit
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
info
(msg: ⇒ AnyRef): Unit
-
def
isInstanceOf
[T0]
: Boolean
-
def
lowerThan
(x: Rule, y: Rule): Option[Boolean]
-
val
name
: String
-
val
name2rule
: Map[String, Rule]
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
parseFile
(filename: String): Option[AstNode]
-
def
parseString
(code: String): Option[AstNode]
-
val
parser
: (String) ⇒ Option[AstNode]
-
val
precedenceGroups
: List[(List[String], String)]
-
def
precedenceOf
(rule: Rule): Option[Int]
-
def
productArity
: Int
-
def
productElement
(arg0: Int): Any
-
def
productIterator
: Iterator[Any]
-
def
productPrefix
: String
-
val
rulename2associativity
: Map[String, String]
-
val
rulename2precedence
: Map[String, Int]
-
val
rules
: List[Rule]
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
toString
(): String
-
-
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
def
warn
(msg: ⇒ AnyRef, t: ⇒ Throwable = null): Unit
Deprecated Value Members
-
def
productElements
: Iterator[Any]
Inherited from Serializable
Inherited from Serializable
Inherited from Product
Inherited from Equals
Inherited from AnyRef
Inherited from Any