class
FileParser extends AnyRef
Instance Constructors
-
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
def
->[B](y: B): (FileParser, B)
-
final
def
==(arg0: Any): Boolean
-
-
-
def
addProofs(proofs: List[(String, LKProof)]): Unit
-
def
addSeqList(name: String, seqList: List[HOLSequent]): Unit
-
def
addSeqList(seqList: List[HOLSequent]): Unit
-
def
addTermTree(name: String, term: Tree[_]): Unit
-
def
addTermTree(struct: Tree[_]): Unit
-
-
final
def
asInstanceOf[T0]: T0
-
def
ceresFileReader(input: InputStream): Unit
-
def
clone(): AnyRef
-
-
-
-
-
-
-
def
fileStreamReader(f: String): InputStreamReader
-
def
finalize(): Unit
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
-
-
def
getProofs: List[(String, AnyRef)]
-
def
getResolutionProofs: List[(String, SequentProof[_, _])]
-
def
getSequentLists: List[(String, List[HOLSequent])]
-
def
getTermTrees: List[(String, TermType.Value, Tree[_])]
-
def
gzFileStreamReader(f: String): InputStreamReader
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
ivyFileReader(path: String): Unit
-
def
llkFileReader(filename: String): Unit
-
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
parseFile(path: String): Unit
-
-
def
rsFileReader(input: InputStreamReader): Unit
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
→[B](y: B): (FileParser, B)