object Feedback
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Feedback
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- implicit class XMessageString 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
- val MissingPipeName: String
- val MissingSocket: String
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- def detectMissingDependencies(project: Project, missing: List[String]): Option[String]
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def excessiveSocketLength(socket: Path): String
- def excessiveSocketLengthInMac(socket: Path): String
- def existingSocketFile(socket: Path): String
- def expectedDefaultMainClass(project: Project): String
- def failedToLink(project: Project, linker: String, t: Throwable): String
-
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
- def listMainClasses(mainClasses: List[String]): String
- def missingConfigDirectory(configDirectory: AbsolutePath): String
- def missingInstanceForJavaCompilation(project: Project): String
- def missingLinkArtifactFor(project: Project, artifactName: String, linker: String): String
- def missingMainClass(project: Project): String
- def missingParentOfSocket(socket: Path): String
- def missingScalaInstance(project: Project): String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def noLinkFor(project: Project): String
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def outOfRangePort(n: Int): String
- def printException(error: String, t: Throwable): String
- def reportRecursiveTrace(trace: RecursiveTrace): String
- def reservedPortNumber(n: Int): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
- def unexpectedPipeFormat(pipeName: String): String
- def unknownHostName(host: String): String
-
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( ... )