Packages

class CatchList extends AstNode with Iterable[CatchStatement]

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

Instance Constructors

  1. new CatchList()

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
    CatchListAstNode
    Annotations
    @Override()
  5. def addCatchStatement(catchStatement: CatchStatement): Unit
  6. def addChild(node: AstNode): Unit
    Definition Classes
    AstNode
  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[_ >: CatchStatement <: AnyRef]): Unit
    Definition Classes
    Iterable
  12. def getCatchStatement(i: Int): CatchStatement
  13. def getChild(i: Int): AstNode
    Definition Classes
    AstNode
  14. def getChildCount(): Int
    Definition Classes
    AstNode
  15. def getChildIterator(): Iterator[AstNode]
    Definition Classes
    AstNode
  16. def getChildNumber(): Int
    Definition Classes
    AstNode
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def getCodeStr(): String
    Attributes
    protected[ast]
    Definition Classes
    AstNode
  19. def getEscapedCodeStr(): String
    Definition Classes
    CatchListAstNode
  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[CatchStatement]
    Definition Classes
    CatchList → 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[CatchStatement]
    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[CatchStatement]

Inherited from AstNode

Inherited from AnyRef

Inherited from Any

Ungrouped