t

org.mulesoft.als.common

ASTPartBranch

trait ASTPartBranch extends AnyRef

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

Type Members

  1. abstract type T <: ASTElement

Abstract Value Members

  1. abstract def closestEntry: Option[T]
  2. abstract val isArray: Boolean
  3. abstract val isAtRoot: Boolean
  4. abstract val isEmptyNode: Boolean
  5. abstract val isKey: Boolean
  6. abstract val isValue: Boolean
  7. abstract def keys: Seq[String]
  8. abstract val node: T
  9. abstract def parentKey: Option[String]
  10. abstract val position: Position
  11. abstract def siblings: Seq[T]
  12. abstract val stack: Seq[T]
  13. abstract val strict: Boolean
  14. abstract val stringValue: String

Concrete 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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. final def findFirstOf[Element <: T](clazz: Class[Element], l: Seq[T]): Option[Element]
    Attributes
    protected
    Annotations
    @tailrec()
  9. def getAncestor(l: Int): Option[T]
  10. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  11. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. lazy val isInArray: Boolean
  13. def isInBranchOf(key: String): Boolean
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. def isKeyDescendantOf(key: String): Boolean
  16. lazy val isKeyLike: Boolean
  17. lazy val isMultiline: Boolean
  18. val isPositionOutsideLastEndNode: Boolean
  19. def isValueDescendanceOf(key: String): Boolean
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  23. val parent: Option[T]
  24. def parentEntryIs(key: String): Boolean
  25. def siblingKeys: Set[String]
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  30. 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