class ExpressionList extends Expression with Iterable[Expression]

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ExpressionList
  2. Iterable
  3. Expression
  4. AstNode
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new ExpressionList()

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
    ExpressionListExpressionAstNode
    Annotations
    @Override()
  5. def addChild(node: AstNode): Unit
    Definition Classes
    AstNode
  6. def addExpression(expression: Expression): 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[_ >: Expression <: 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 getExpression(index: Int): Expression
  20. def getLocation(): CodeLocation
    Definition Classes
    AstNode
  21. def getOperator(): String
    Definition Classes
    Expression
  22. def getTypeAsString(): String
    Definition Classes
    AstNode
  23. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def isInCFG(): Boolean
    Definition Classes
    AstNode
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. def isLeaf(): Boolean
    Definition Classes
    AstNode
  27. def iterator(): Iterator[Expression]
    Definition Classes
    ExpressionList → Iterable
    Annotations
    @Override()
  28. def markAsCFGNode(): Unit
    Definition Classes
    AstNode
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def popLastChild(): AstNode
    Definition Classes
    AstNode
  33. def replaceFirstChild(node: AstNode): Unit
    Definition Classes
    Expression
  34. def setChildNumber(num: Int): Unit
    Definition Classes
    AstNode
  35. def setCodeStr(aCodeStr: String): Unit
    Definition Classes
    AstNode
  36. def setLocation(location: CodeLocation): Unit
    Definition Classes
    AstNode
  37. def setOperator(text: String): Unit
    Definition Classes
    Expression
  38. def size(): Int
  39. def spliterator(): Spliterator[Expression]
    Definition Classes
    Iterable
  40. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  41. def toString(): String
    Definition Classes
    AstNode → AnyRef → Any
    Annotations
    @Override()
  42. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  43. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  44. 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[Expression]

Inherited from Expression

Inherited from AstNode

Inherited from AnyRef

Inherited from Any

Ungrouped