object YNode
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- YNode
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
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
- val Empty: YNode
- val Null: YNode
- def apply(map: YMap): YNode
- def apply(seq: YSequence): YNode
- def apply(double: Double): YNode
- def apply(bool: Boolean): YNode
- def apply(long: Long): YNode
- def apply(int: Int): YNode
- def apply(text: String): YNode
- def apply(double: Double, sourceName: String): YNode
- def apply(bool: Boolean, sourceName: String): YNode
- def apply(long: Long, sourceName: String): YNode
- def apply(int: Int, sourceName: String): YNode
- def apply(text: String, sourceName: String): YNode
- def apply(value: YValue, tt: YType): YNode
- def apply(value: YValue, tt: YType, ref: YAnchor): YNode
-
def
apply(v: YValue, t: YTag, a: Option[YAnchor] = None, cs: Parts = null, sourceName: String): YNode
Create a direct Node Implementation
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- implicit def fromBool(bool: Boolean): YNode
- implicit def fromDouble(double: Double): YNode
- implicit def fromInt(int: Int): YNode
- implicit def fromLong(long: Long): YNode
- implicit def fromMap(map: YMap): YNode
- implicit def fromSeq(seq: YSequence): YNode
- implicit def fromString(str: String): YNode
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
include(uri: String, sourceName: String = ""): MutRef
An Include Node
-
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
- implicit def toBoolean(node: YNode)(implicit iv: IllegalTypeHandler): Boolean
- implicit def toDouble(node: YNode)(implicit iv: IllegalTypeHandler): Double
- implicit def toInt(node: YNode)(implicit iv: IllegalTypeHandler): Int
- implicit def toLong(node: YNode)(implicit iv: IllegalTypeHandler): Long
- implicit def toString(node: YNode)(implicit iv: IllegalTypeHandler): String
-
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( ... ) @native()