c

org.mulesoft.als.common

YPartBranch

case class YPartBranch(node: YPart, position: Position, stack: Seq[YPart], isJson: Boolean) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. YPartBranch
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new YPartBranch(node: YPart, position: Position, stack: Seq[YPart], isJson: Boolean)

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. def ancestorOf[T <: YPart](clazz: Class[T]): Option[T]
  5. def ancestorOfJson[T <: YPart](clazz: Class[T]): Option[T]
  6. def arraySiblings: Seq[String]
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def brothers: Seq[YPart]
  9. def brothersKeys: Set[String]
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def getAncestor(l: Int): Option[YPart]
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getMark: Option[ScalarMark]
  16. lazy val hasIncludeTag: Boolean
  17. val isArray: Boolean
  18. val isAtRoot: Boolean
  19. def isDescendanceOf(key: String): Boolean
  20. val isEmptyNode: Boolean
  21. lazy val isInArray: Boolean
  22. def isInBranchOf(key: String): Boolean
  23. lazy val isIncludeTagValue: Boolean
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. val isJson: Boolean
  26. val isKey: Boolean
  27. def isKeyDescendantOf(key: String): Boolean
  28. lazy val isMultiline: Boolean
  29. val isValue: Boolean
  30. def isValueDescendanceOf(key: String): Boolean
  31. def keys: Seq[String]
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. val node: YPart
  34. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  36. val parent: Option[YPart]
  37. lazy val parentEntry: Option[YMapEntry]
  38. def parentEntryIs(key: String): Boolean
  39. lazy val parentMap: Option[YMap]
  40. val position: Position
  41. val stack: Seq[YPart]
  42. lazy val stringValue: String
  43. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  44. lazy val tag: Option[YTag]
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped