final class ProtobufWriters extends AnyRef
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ProtobufWriters
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new ProtobufWriters(mapper: WriteMapper)
Type Members
- implicit class EfficientTraverse[T] extends AnyRef
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[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- 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()
-
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(analyzedClass: AnalyzedClass): AnalyzedClass
- def toAnnotation(annotation: Annotation): Annotation
- def toApis(apis: APIs): schema.APIs
- def toApisFile(apis0: APIs, version: Version): APIsFile
- def toClassDefinition(classDefinition: ClassDefinition): ClassDefinition
- def toClassLike(classLike: ClassLike): ClassLike
- def toClasspathFileHash(fileHash: FileHash): FileHash
- def toCompilation(compilation: Compilation): schema.Compilation
- def toCompilationOutput(output: xsbti.compile.Output): schema.Compilation.Output
- def toCompilations(compilations0: Compilations): schema.Compilations
- def toCompileOrder(compileOrder: CompileOrder): CompileOrder
- def toDefinitionType(definitionType: DefinitionType): DefinitionType
- def toMiniOptions(miniOptions: MiniOptions): MiniOptions
- def toMiniSetup(miniSetup: MiniSetup): MiniSetup
- def toMiniSetupOutput(output: xsbti.compile.Output): schema.MiniSetup.Output
- 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: File): 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( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )