trait SwappableMiscInfo extends MiscInfo
Represents a swappable profile for miscellaneous info that redirects the invocation to another profile.
- Self Type
- SwappableMiscInfo with SwappableDebugProfileManagement
- Alphabetic
- By Inheritance
- SwappableMiscInfo
- MiscInfo
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
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
availableLinesForFile(fileName: String): Option[Seq[Int]]
Retrieves the list of available lines for a specific file.
Retrieves the list of available lines for a specific file.
- fileName
The name of the file whose lines to retrieve
- returns
Some list of breakpointable lines if the file exists, otherwise None
- Definition Classes
- SwappableMiscInfo → MiscInfo
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
commandLineArguments: Seq[String]
Represents the command line arguments used to start this VM.
Represents the command line arguments used to start this VM.
- returns
The command line arguments as a collection of strings
- Definition Classes
- SwappableMiscInfo → MiscInfo
-
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
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
mainClassName: String
Represents the name of the class used as the entrypoint for this vm.
Represents the name of the class used as the entrypoint for this vm.
- returns
The main class name as a string
- Definition Classes
- SwappableMiscInfo → MiscInfo
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
def
sourceNameToPaths(sourceName: String): Seq[String]
Retrieves all source paths for the given source name.
Retrieves all source paths for the given source name.
- sourceName
The source (file) name whose associated paths to find
- returns
The collection of source paths
- Definition Classes
- SwappableMiscInfo → MiscInfo
nameToPaths("file.scala") yields Seq("path/to/file.scala", "other/path/to/file.scala")
Example: -
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toScalaVirtualMachine: ScalaVirtualMachine
Retrieves the Scala virtual machine associated with this profile instance.
Retrieves the Scala virtual machine associated with this profile instance.
- returns
The Scala virtual machine instance
- Definition Classes
- SwappableMiscInfo → MiscInfo
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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( ... )