case class Ref extends RefTree with Product with Serializable
A RefTree for an object
Use the companion apply
method to construct this tree.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Ref
- Serializable
- Product
- Equals
- RefTree
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- val children: Seq[Field]
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- val highlight: Boolean
Whether this tree should be highlighted during visualization
- val id: String
The identifier for this tree.
The identifier for this tree. Note that this is unique only for RefTree.Ref. For RefTree.Null it is always
null
, and value (RefTree.Val) identifiers are shared across all equivalent values. - final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val name: String
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def rename(name: String): Ref
Change the name of the object
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toField: Field
Convert to a field usable in other trees
Convert to a field usable in other trees
- Definition Classes
- RefTree
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withHighlight(highlight: Boolean): Product with RefTree with Serializable
Add or remove highlighting
Add or remove highlighting
- Definition Classes
- RefTree
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)