Instance Constructors
-
new
MsilClassPath(ext: String, user: String, source: String, context: MsilContext)
Type Members
-
type
AnyClassRep = ClassRep
-
case class
ClassRep(binary: Option[T], source: Option[AbstractFile]) extends Product with Serializable
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
+(other: String): String
-
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
asClasspathString: String
-
final
def
asInstanceOf[T0]: T0
-
def
asURLs: List[URL]
-
lazy val
classes: IndexedSeq[AnyClassRep]
-
def
clone(): AnyRef
-
-
-
def
ensuring(cond: Boolean, msg: ⇒ Any): MsilClassPath
-
def
ensuring(cond: Boolean): MsilClassPath
-
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(that: Any): Boolean
-
def
finalize(): Unit
-
def
findClass(name: String): Option[AnyClassRep]
-
def
findSourceFile(name: String): Option[AbstractFile]
-
def
formatted(fmtstr: String): String
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
name: String
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
origin: Some[String]
-
-
val
self: Any
-
val
self: Any
-
def
show(): Unit
-
def
sortString: String
-
lazy val
sourcepaths: IndexedSeq[AbstractFile]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
validClassFile(name: String): Boolean
-
def
validPackage(name: String): Boolean
-
def
validSourceFile(name: String): Boolean
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
Inherited from AnyRef
Inherited from Any
Inherited by implicit conversion any2stringadd from
MsilClassPath to StringAdd
Inherited by implicit conversion any2stringfmt from
MsilClassPath to StringFormat
The classpath when compiling with target:msil. Binary files are represented as MSILType values.