|
Scala 2
|
|
isabelle/YXML.scala]
object
YXML
extends AnyRef| Method Summary | |
def
|
parse (source : java.lang.CharSequence) : Tree |
def
|
parse_body (source : java.lang.CharSequence) : scala.List[Tree] |
def
|
parse_body_failsafe (source : java.lang.CharSequence) : scala.List[Tree] |
def
|
parse_failsafe (source : java.lang.CharSequence) : Tree |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
def
parse_body(source : java.lang.CharSequence) : scala.List[Tree]
def
parse(source : java.lang.CharSequence) : Tree
def
parse_body_failsafe(source : java.lang.CharSequence) : scala.List[Tree]
def
parse_failsafe(source : java.lang.CharSequence) : Tree
|
Scala 2
|
|