Packages

case class QualifiedIdentifierNode(identifiers: Seq[IdentifierNode], comments: Seq[CommentNode]) extends ExpressionNode with Product with Serializable

A qualified identifier.

identifiers

the sequence of identifiers for the qualified identifier.

Linear Supertypes
Serializable, Serializable, ExpressionNode, JavaASTNode, HASTNode, JsonSerializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. QualifiedIdentifierNode
  2. Serializable
  3. Serializable
  4. ExpressionNode
  5. JavaASTNode
  6. HASTNode
  7. JsonSerializable
  8. Product
  9. Equals
  10. AnyRef
  11. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new QualifiedIdentifierNode(identifiers: Seq[IdentifierNode], comments: Seq[CommentNode])

    identifiers

    the sequence of identifiers for the qualified identifier.

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 arguments: Seq[Nothing]
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def asReferenceType: ReferenceTypeNode

    Returns a reference type node for the qualified identifier.

  7. def clone(lp: Seq[CommentNode], rp: Seq[CommentNode]): QualifiedIdentifierNode

    Clones the expression binding a pair of comments

    Clones the expression binding a pair of comments

    Definition Classes
    QualifiedIdentifierNodeExpressionNode
  8. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. val comments: Seq[CommentNode]
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
  13. val identifiers: Seq[IdentifierNode]
  14. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  15. val isMissingExpression: Boolean
    Definition Classes
    ExpressionNode
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
  19. lazy val splitInLikelyParts: QualifiedIdentifierParts

    Splits the qualified identifier in three likely parts, corresponding to the package identifier, the class identifier, and the method/fields identifier.

    Splits the qualified identifier in three likely parts, corresponding to the package identifier, the class identifier, and the method/fields identifier.

    Since

    2.0.0

  20. def splitLastIdentifier(): (Option[QualifiedIdentifierNode], IdentifierNode)
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from ExpressionNode

Inherited from JavaASTNode

Inherited from HASTNode

Inherited from JsonSerializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped