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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  25. implicit def fromBool(bool: Boolean): YNode
  26. implicit def fromDouble(double: Double): YNode
  27. implicit def fromInt(int: Int): YNode
  28. implicit def fromLong(long: Long): YNode
  29. implicit def fromMap(map: YMap): YNode
  30. implicit def fromSeq(seq: YSequence): YNode
  31. implicit def fromString(str: String): YNode
  32. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  33. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  34. def include(uri: String, sourceName: String = ""): MutRef

    An Include Node

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

Deprecated Value Members

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

Inherited from AnyRef

Inherited from Any

Ungrouped