object YNode

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

Type Members

  1. final class Alias extends Ref

    An Alias Node

  2. final class MutRef extends Ref

    A Mutable Node reference

  3. abstract class Ref extends YNode

    A Yaml Node Reference, methods are redirected to the target node

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. val Empty: YNode
  5. val Null: YNode
  6. def apply(map: YMap): YNode
  7. def apply(seq: YSequence): YNode
  8. def apply(double: Double): YNode
  9. def apply(bool: Boolean): YNode
  10. def apply(long: Long): YNode
  11. def apply(int: Int): YNode
  12. def apply(text: String): YNode
  13. def apply(double: Double, sourceName: String): YNode
  14. def apply(bool: Boolean, sourceName: String): YNode
  15. def apply(long: Long, sourceName: String): YNode
  16. def apply(int: Int, sourceName: String): YNode
  17. def apply(text: String, sourceName: String): YNode
  18. def apply(value: YValue, tt: YType): YNode
  19. def apply(value: YValue, tt: YType, ref: YAnchor): YNode
  20. def apply(v: YValue, t: YTag, a: Option[YAnchor] = None, cs: Parts = null, sourceName: String): YNode

    Create a direct Node Implementation

  21. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  22. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. implicit def fromBool(bool: Boolean): YNode
  27. implicit def fromDouble(double: Double): YNode
  28. implicit def fromInt(int: Int): YNode
  29. implicit def fromLong(long: Long): YNode
  30. implicit def fromMap(map: YMap): YNode
  31. implicit def fromSeq(seq: YSequence): YNode
  32. implicit def fromString(str: String): YNode
  33. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  34. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  35. def include(uri: String, sourceName: String = ""): MutRef

    An Include Node

  36. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  40. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  41. implicit def toBoolean(node: YNode): Boolean
  42. implicit def toDouble(node: YNode): Double
  43. implicit def toInt(node: YNode): Int
  44. implicit def toLong(node: YNode): Long
  45. implicit def toString(node: YNode): String
  46. def toString(): String
    Definition Classes
    AnyRef → Any
  47. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped