class IdentifierList extends AstNode with Iterable[Identifier]

Linear Supertypes
Iterable[Identifier], AstNode, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IdentifierList
  2. Iterable
  3. AstNode
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new IdentifierList()

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 accept(visitor: ASTNodeVisitor): Unit
    Definition Classes
    IdentifierListAstNode
    Annotations
    @Override()
  5. def addChild(node: AstNode): Unit
    Definition Classes
    AstNode
  6. def addIdentifier(identifier: Identifier): Unit
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  11. def forEach(arg0: Consumer[_ >: Identifier <: AnyRef]): Unit
    Definition Classes
    Iterable
  12. def getChild(i: Int): AstNode
    Definition Classes
    AstNode
  13. def getChildCount(): Int
    Definition Classes
    AstNode
  14. def getChildIterator(): Iterator[AstNode]
    Definition Classes
    AstNode
  15. def getChildNumber(): Int
    Definition Classes
    AstNode
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def getCodeStr(): String
    Attributes
    protected[ast]
    Definition Classes
    AstNode
  18. def getEscapedCodeStr(): String
    Definition Classes
    AstNode
  19. def getIdentifier(i: Int): Identifier
  20. def getLocation(): CodeLocation
    Definition Classes
    AstNode
  21. def getTypeAsString(): String
    Definition Classes
    AstNode
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  23. def isInCFG(): Boolean
    Definition Classes
    AstNode
  24. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  25. def isLeaf(): Boolean
    Definition Classes
    AstNode
  26. def iterator(): Iterator[Identifier]
    Definition Classes
    IdentifierList → Iterable
    Annotations
    @Override()
  27. def markAsCFGNode(): Unit
    Definition Classes
    AstNode
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. def popLastChild(): AstNode
    Definition Classes
    AstNode
  32. def setChildNumber(num: Int): Unit
    Definition Classes
    AstNode
  33. def setCodeStr(aCodeStr: String): Unit
    Definition Classes
    AstNode
  34. def setLocation(location: CodeLocation): Unit
    Definition Classes
    AstNode
  35. def size(): Int
  36. def spliterator(): Spliterator[Identifier]
    Definition Classes
    Iterable
  37. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  38. def toString(): String
    Definition Classes
    AstNode → AnyRef → Any
    Annotations
    @Override()
  39. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  41. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Iterable[Identifier]

Inherited from AstNode

Inherited from AnyRef

Inherited from Any

Ungrouped