ch.usi.inf.reveal.parsing.model.java
QualifiedIdentifierNode
Companion object QualifiedIdentifierNode
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.
- Alphabetic
- By Inheritance
- QualifiedIdentifierNode
- Serializable
- Serializable
- ExpressionNode
- JavaASTNode
- HASTNode
- JsonSerializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
-
new
QualifiedIdentifierNode(identifiers: Seq[IdentifierNode], comments: Seq[CommentNode])
- identifiers
the sequence of identifiers for the qualified identifier.
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
arguments: Seq[Nothing]
- Definition Classes
- QualifiedIdentifierNode → ExpressionNode
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
asReferenceType: ReferenceTypeNode
Returns a reference type node for the qualified identifier.
-
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
- QualifiedIdentifierNode → ExpressionNode
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
val
comments: Seq[CommentNode]
- Definition Classes
- QualifiedIdentifierNode → ExpressionNode
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- val identifiers: Seq[IdentifierNode]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
val
isMissingExpression: Boolean
- Definition Classes
- ExpressionNode
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
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
- def splitLastIdentifier(): (Option[QualifiedIdentifierNode], IdentifierNode)
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )