Packages

class YJSONWrapper extends JSONWrapper

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

Instance Constructors

  1. new YJSONWrapper(mapEntry: YMapEntry)
  2. new YJSONWrapper(nodeValue: YValue)
  3. new YJSONWrapper(node: YNode)
  4. new YJSONWrapper(nodeValue: YValue, nodeOpt: Option[YNode], key: Option[String])

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. var _YMapEntryOpt: Option[YMapEntry]
  5. var _YNodeOpt: Option[YNode]
  6. var _range: YRange
  7. def arrayPropertyValue(name: String): Option[Seq[JSONWrapper]]
    Definition Classes
    JSONWrapper
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def asObject: Option[JSONWrapper]
    Definition Classes
    JSONWrapper
  10. def booleanPropertyValue(name: String): Option[Boolean]
    Definition Classes
    JSONWrapper
  11. def booleanValue: Option[Boolean]
    Definition Classes
    JSONWrapper
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  17. def getProperty(name: String): Option[YJSONProperty]
    Attributes
    protected
    Definition Classes
    YJSONWrapperJSONWrapper
  18. def hasProperty(name: String): Boolean
    Definition Classes
    JSONWrapper
  19. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  20. def initPositions(pm: IPositionsMapper): Unit
  21. def isBoolean: Boolean
    Definition Classes
    JSONWrapper
  22. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  23. def isNull: Boolean
    Definition Classes
    JSONWrapper
  24. def isNullProperty(name: String): Boolean
    Definition Classes
    JSONWrapper
  25. def isNumber: Boolean
    Definition Classes
    JSONWrapper
  26. def isObject: Boolean
    Definition Classes
    JSONWrapper
  27. def isString: Boolean
    Definition Classes
    JSONWrapper
  28. def items: Option[Seq[JSONWrapper]]
    Definition Classes
    JSONWrapper
  29. val key: Option[String]
    Definition Classes
    YJSONWrapperJSONWrapper
  30. def kind: JSONWrapperKind[_]
    Definition Classes
    YJSONWrapperJSONWrapper
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. final def notify(): Unit
    Definition Classes
    AnyRef
  33. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  34. def numberPropertyValue(name: String): Option[Number]
    Definition Classes
    JSONWrapper
  35. def numberValue(): Option[Number]
    Definition Classes
    JSONWrapper
  36. def objectPropertyValue(name: String): Option[JSONWrapper]
    Definition Classes
    JSONWrapper
  37. def properties: Seq[YJSONProperty]
    Definition Classes
    YJSONWrapperJSONWrapper
  38. def property(name: String): Option[JSONProperty]
    Definition Classes
    JSONWrapper
  39. def propertyNames: Seq[String]
    Definition Classes
    JSONWrapper
  40. def propertyValue(name: String): Option[YJSONWrapper]
    Definition Classes
    YJSONWrapperJSONWrapper
  41. def propertyValue[T](name: String, kind: JSONWrapperKind[T]): Option[T]
    Definition Classes
    JSONWrapper
  42. def range: YRange
    Definition Classes
    YJSONWrapperJSONWrapper
  43. def source: YPart
  44. def stringPropertyValue(name: String): Option[String]
    Definition Classes
    JSONWrapper
  45. def stringValue: Option[String]
    Definition Classes
    JSONWrapper
  46. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  47. def toString(): String
    Definition Classes
    JSONWrapper → AnyRef → Any
  48. def value: Any

    *

    *

    returns

    JSONWrapper, JSONWrapper[], Int, String, Boolean, Null

    Definition Classes
    YJSONWrapperJSONWrapper
  49. def value[T](kind: JSONWrapperKind[T]): Option[T]
    Definition Classes
    JSONWrapper
  50. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  52. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  53. def yamlNode: YValue

Inherited from JSONWrapper

Inherited from AnyRef

Inherited from Any

Ungrouped