final case class InMemory(reportingPath: Either[String, Path], relPath: RelPath, code: String, ignoreLen: Int, options: Option[BuildOptions], requirements: Option[BuildRequirements], scopedRequirements: Seq[Scoped[BuildRequirements]], mainClassOpt: Option[String], scopePath: ScopePath) extends PreprocessedSource with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- InMemory
- PreprocessedSource
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new InMemory(reportingPath: Either[String, Path], relPath: RelPath, code: String, ignoreLen: Int, options: Option[BuildOptions], requirements: Option[BuildRequirements], scopedRequirements: Seq[Scoped[BuildRequirements]], mainClassOpt: Option[String], scopePath: ScopePath)
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( ... ) @native()
- val code: String
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val ignoreLen: Int
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
mainClassOpt: Option[String]
- Definition Classes
- InMemory → PreprocessedSource
-
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()
-
val
options: Option[BuildOptions]
- Definition Classes
- InMemory → PreprocessedSource
- val relPath: RelPath
- val reportingPath: Either[String, Path]
-
val
requirements: Option[BuildRequirements]
- Definition Classes
- InMemory → PreprocessedSource
-
val
scopePath: ScopePath
- Definition Classes
- InMemory → PreprocessedSource
-
val
scopedRequirements: Seq[Scoped[BuildRequirements]]
- Definition Classes
- InMemory → PreprocessedSource
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
- @throws( ... ) @native()