class TextAnalysisFormat extends FormatCommons with RelationsTextFormat
Linear Supertypes
Known Subclasses
Ordering
- Alphabetic
- By Inheritance
Inherited
- TextAnalysisFormat
- RelationsTextFormat
- FormatCommons
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new TextAnalysisFormat(mappers: ReadWriteMappers)
Value Members
- object RelationsF
- Attributes
- protected
- Definition Classes
- RelationsTextFormat
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def binariesMapper: Mapper[VirtualFileRef]
- Definition Classes
- TextAnalysisFormat → RelationsTextFormat
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def expectHeader(in: BufferedReader, expectedHeader: String): Unit
- Attributes
- protected
- Definition Classes
- FormatCommons
- val fileToString: (File) => String
- Definition Classes
- FormatCommons
- val fileVToString: (VirtualFileRef) => String
- Definition Classes
- FormatCommons
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val mappers: ReadWriteMappers
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def productsMapper: Mapper[VirtualFileRef]
- Definition Classes
- TextAnalysisFormat → RelationsTextFormat
- def read(in: BufferedReader, companionsStore: CompanionsStore): (CompileAnalysis, MiniSetup)
- def readCompanionMap(in: BufferedReader): (Map[String, Companions], Map[String, Companions])
- def readMap[K, V](in: BufferedReader)(expectedHeader: String, s2k: (String) => K, s2v: (String) => V): Map[K, V]
- Attributes
- protected
- Definition Classes
- FormatCommons
- def readMappedPairs[K, V](in: BufferedReader)(expectedHeader: String, s2k: (String) => K, s2v: (K, String) => V): Traversable[(K, V)]
- Attributes
- protected
- Definition Classes
- FormatCommons
- def readPairs[K, V](in: BufferedReader)(expectedHeader: String, s2k: (String) => K, s2v: (String) => V): Traversable[(K, V)]
- Attributes
- protected
- Definition Classes
- FormatCommons
- def readSeq[T](in: BufferedReader)(expectedHeader: String, s2t: (String) => T): Seq[T]
- Attributes
- protected
- Definition Classes
- FormatCommons
- def readSize(in: BufferedReader): Int
- Attributes
- protected
- Definition Classes
- FormatCommons
- def sourcesMapper: Mapper[VirtualFileRef]
- Definition Classes
- TextAnalysisFormat → RelationsTextFormat
- val stringToFile: (String) => File
- Definition Classes
- FormatCommons
- val stringToFileV: (String) => VirtualFileRef
- Definition Classes
- FormatCommons
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def write(out: Writer, analysis: CompileAnalysis, setup: MiniSetup): Unit
- def writeCompanionMap(out: Writer, apis: APIs): Unit
- def writeHeader(out: Writer, header: String): Unit
- Attributes
- protected
- Definition Classes
- FormatCommons
- def writeMap[K, V](out: Writer)(header: String, m: Map[K, V], k2s: (K) => String, v2s: (V) => String, inlineVals: Boolean = true)(implicit ord: Ordering[K]): Unit
- Attributes
- protected
- Definition Classes
- FormatCommons
- def writePairs[K, V](out: Writer)(header: String, s: Seq[(K, V)], k2s: (K) => String, v2s: (V) => String, inlineVals: Boolean = true): Unit
- Attributes
- protected
- Definition Classes
- FormatCommons
- def writeSeq[T](out: Writer)(header: String, s: Seq[T], t2s: (T) => String): Unit
- Attributes
- protected
- Definition Classes
- FormatCommons
- def writeSize(out: Writer, n: Int): Unit
- Attributes
- protected
- Definition Classes
- FormatCommons