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 brothers: Seq[T]
  2. abstract def closestEntry: Option[T]
  3. abstract val isArray: Boolean
  4. abstract val isAtRoot: Boolean
  5. abstract val isEmptyNode: Boolean
  6. abstract val isKey: Boolean
  7. abstract val isValue: Boolean
  8. abstract def keys: Seq[String]
  9. abstract val node: T
  10. abstract def parentKey: Option[String]
  11. abstract val position: Position
  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 brothersKeys: Set[String]
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @IntrinsicCandidate()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. final def findFirstOf[Element <: T](clazz: Class[Element], l: Seq[T]): Option[Element]
    Attributes
    protected
    Annotations
    @tailrec()
  10. def getAncestor(l: Int): Option[T]
  11. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  13. lazy val isInArray: Boolean
  14. def isInBranchOf(key: String): Boolean
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. def isKeyDescendantOf(key: String): Boolean
  17. lazy val isKeyLike: Boolean
  18. lazy val isMultiline: 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. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  26. def toString(): String
    Definition Classes
    AnyRef → Any
  27. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. 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