Packages

final class Obj extends Val

Linear Supertypes
Val, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Obj
  2. Val
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Obj(value0: Map[String, Member], triggerAsserts: (Obj) ⇒ Unit, super: Option[Obj])

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addSuper(lhs: Obj): Obj
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def cast[T](implicit arg0: ClassTag[T], arg1: PrettyNamed[T]): T
    Definition Classes
    Val
  7. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  8. def containsKey(k: String): Boolean
    Annotations
    @tailrec()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def foreachVisibleKey(output: (String, Visibility) ⇒ Unit): Unit
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  13. def getSuper: Option[Obj]
  14. def getVisibleKeys(): Map[String, Boolean]
  15. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def mergeMember(l: Val, r: Val, offset: Int)(implicit fileScope: FileScope, evaluator: EvalScope): Val
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. def prettyName: String
    Definition Classes
    ObjVal
  22. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  23. def toString(): String
    Definition Classes
    AnyRef → Any
  24. def triggerAllAsserts(obj: Obj): Unit
    Annotations
    @tailrec()
  25. def value(k: String, offset: Int, self: Obj = this)(implicit fileScope: FileScope, evaluator: EvalScope): Val
  26. def valueCached(k: String): Option[Boolean]
    Annotations
    @tailrec()
  27. def valueRaw(k: String, self: Obj, offset: Int)(implicit fileScope: FileScope, evaluator: EvalScope): Option[(Val, Boolean)]
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  30. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Val

Inherited from AnyRef

Inherited from Any

Ungrouped