Packages

class TryStatement extends BlockStarter

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TryStatement
  2. BlockStarter
  3. Statement
  4. AstNode
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new TryStatement()

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
    TryStatementBlockStarterStatementAstNode
    Annotations
    @Override()
  5. def addChild(node: AstNode): Unit
    Definition Classes
    TryStatementAstNode
    Annotations
    @Override()
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  10. def getCatchList(): CatchList
  11. def getChild(i: Int): AstNode
    Definition Classes
    AstNode
  12. def getChildCount(): Int
    Definition Classes
    AstNode
  13. def getChildIterator(): Iterator[AstNode]
    Definition Classes
    AstNode
  14. def getChildNumber(): Int
    Definition Classes
    AstNode
  15. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def getCodeStr(): String
    Attributes
    protected[ast]
    Definition Classes
    AstNode
  17. def getCondition(): Expression
    Definition Classes
    BlockStarter
  18. def getContent(): CompoundStatement
  19. def getEscapedCodeStr(): String
    Definition Classes
    AstNode
  20. def getFinallyContent(): CompoundStatement
  21. def getLocation(): CodeLocation
    Definition Classes
    AstNode
  22. def getStatement(): Statement
    Definition Classes
    BlockStarter
  23. def getTypeAsString(): String
    Definition Classes
    AstNode
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. def isInCFG(): Boolean
    Definition Classes
    AstNode
  26. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  27. def isLeaf(): Boolean
    Definition Classes
    AstNode
  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 setCatchList(catchList: CatchList): Unit
  34. def setChildNumber(num: Int): Unit
    Definition Classes
    AstNode
  35. def setCodeStr(aCodeStr: String): Unit
    Definition Classes
    AstNode
  36. def setCondition(expression: Expression): Unit
    Definition Classes
    BlockStarter
  37. def setContent(content: CompoundStatement): Unit
  38. def setFinallyContent(finallyContent: CompoundStatement): Unit
  39. def setLocation(location: CodeLocation): Unit
    Definition Classes
    AstNode
  40. def setStatement(statement: Statement): Unit
    Definition Classes
    BlockStarter
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. def toString(): String
    Definition Classes
    AstNode → AnyRef → Any
    Annotations
    @Override()
  43. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  44. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  45. 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 BlockStarter

Inherited from Statement

Inherited from AstNode

Inherited from AnyRef

Inherited from Any

Ungrouped