o
ch.epfl.scala.debugadapter.internal.evaluator
RuntimeEvaluationTree
Companion trait RuntimeEvaluationTree
object RuntimeEvaluationTree
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RuntimeEvaluationTree
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- case class ArrayElem(array: RuntimeEvaluationTree, index: RuntimeEvaluationTree, type: Type) extends RuntimeEvaluationTree with Product with Serializable
- case class Assign(lhs: Assignable, rhs: RuntimeEvaluationTree, type: Type) extends RuntimeEvaluationTree with Product with Serializable
- sealed trait Assignable extends RuntimeEvaluationTree
- case class CallBinaryOp(lhs: RuntimeEvaluationTree, rhs: RuntimeEvaluationTree, op: BinaryOp) extends RuntimeEvaluationTree with Product with Serializable
- case class CallInstanceMethod(method: Method, args: Seq[RuntimeEvaluationTree], qualifier: RuntimeEvaluationTree) extends CallMethod with Product with Serializable
- sealed trait CallMethod extends RuntimeEvaluationTree
- case class CallStaticMethod(method: Method, args: Seq[RuntimeEvaluationTree], qualifier: ReferenceType) extends CallMethod with Product with Serializable
- case class CallUnaryOp(rhs: RuntimeEvaluationTree, op: UnaryOp) extends RuntimeEvaluationTree with Product with Serializable
- sealed trait Field extends Assignable
- case class If(p: RuntimeEvaluationTree, thenp: RuntimeEvaluationTree, elsep: RuntimeEvaluationTree, type: Type) extends RuntimeEvaluationTree with Product with Serializable
- case class InstanceField(field: com.sun.jdi.Field, qualifier: RuntimeEvaluationTree) extends Field with Product with Serializable
- case class Literal(value: Any, type: Type) extends RuntimeEvaluationTree with Product with Serializable
- case class LocalVar(name: String, type: Type) extends Assignable with Product with Serializable
- case class NestedModule(type: ReferenceType, init: CallInstanceMethod) extends RuntimeEvaluationTree with Product with Serializable
- case class NewInstance(init: CallStaticMethod) extends RuntimeEvaluationTree with Product with Serializable
- case class StaticField(field: com.sun.jdi.Field) extends Field with Product with Serializable
- case class StaticModule(type: ClassType) extends RuntimeEvaluationTree with Product with Serializable
- case class This(type: ReferenceType) extends RuntimeEvaluationTree with Product with Serializable
- case class Value(value: Safe[JdiValue], type: Type) extends RuntimeEvaluationTree with Product with Serializable
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(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- 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 toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()