final class ProtobufWriters extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProtobufWriters
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new ProtobufWriters(mapper: WriteMapper)
Value Members
- 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 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 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
- 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 setCompilationOutput(output: Output, builder: Builder): Builder
- def setMiniSetupOutput(output: Output, builder: Builder): Builder
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toAccess(access: Access): Access
- def toAnalysis(analysis: Analysis): Schema.Analysis
- def toAnalysisFile(analysis0: Analysis, miniSetup0: MiniSetup, version: Version): AnalysisFile
- def toAnalyzedClass(shouldStoreApis: Boolean)(analyzedClass: AnalyzedClass): AnalyzedClass
- def toAnnotation(annotation: Annotation): Annotation
- def toApis(apis: APIs, shouldStoreApis: Boolean): Schema.APIs
- def toApisFile(apis0: APIs, version: Version, shouldStoreApis: Boolean): APIsFile
- def toClassDefinition(classDefinition: ClassDefinition): ClassDefinition
- def toClassLike(classLike: ClassLike): ClassLike
- def toClasspathFileHash(fileHash: FileHash): FileHash
- def toCompilation(compilation: Compilation): Schema.Compilation
- def toCompilations(compilations0: Compilations): Schema.Compilations
- def toCompileOrder(compileOrder: CompileOrder): CompileOrder
- def toDefinitionType(definitionType: DefinitionType): DefinitionType
- def toMiniOptions(miniOptions: MiniOptions): MiniOptions
- def toMiniSetup(miniSetup0: MiniSetup): MiniSetup
- def toModifiers(modifiers: Modifiers): Modifiers
- def toOutputGroup(outputGroup: OutputGroup): OutputGroup
- def toPath(path: Path): Path
- def toPosition(position: Position): Position
- def toProblem(problem: Problem): Problem
- def toRelations(relations: Relations): Schema.Relations
- def toSeverity(severity: Severity): Severity
- def toSourceInfo(sourceInfo: SourceInfo): SourceInfo
- def toSourceInfos(sourceInfos0: SourceInfos): Schema.SourceInfos
- def toStampType(stamp: xsbti.compile.analysis.Stamp): StampType
- def toStamps(stamps: Stamps): Schema.Stamps
- def toString(): String
- Definition Classes
- AnyRef → Any
- def toStringPath(file: Path): String
- def toStringPath(file: File): String
- def toStringPathV(file: VirtualFileRef): String
- def toStringTuple(tuple: T2[String, String]): Tuple
- def toStructure(tpe: Structure): Structure
- def toType(type: Type): Type
- def toTypeParameter(typeParameter: TypeParameter): TypeParameter
- def toUseScope(useScope: UseScope): UseScope
- 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()