|
Scala Library
|
|
object
ConstructingParser
extends AnyRef| Method Summary | |
def
|
fromFile (inp : java.io.File, preserveWS : Boolean) : ConstructingParser |
def
|
fromSource (inp : Source, preserveWS : Boolean) : ConstructingParser |
| 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
fromFile(inp : java.io.File, preserveWS : Boolean) : ConstructingParser
def
fromSource(inp : Source, preserveWS : Boolean) : ConstructingParser
|
Scala Library
|
|