Scala 2
|
|
isabelle/Symbol.scala
]
class
Interpretation(symbol_decls : scala.Iterator[java.lang.String])
extends
AnyRefMethod Summary | |
def
|
decode (text : java.lang.String) : java.lang.String |
def
|
encode (text : java.lang.String) : java.lang.String |
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
decode(text : java.lang.String) : java.lang.String
def
encode(text : java.lang.String) : java.lang.String
Scala 2
|
|