org.coroutines.CfgGenerator.Node

TryBlock

case class TryBlock(enduid: Long, tree: scala.reflect.macros.Universe.Tree, catchTree: Option[scala.reflect.macros.Universe.Tree], chain: (CfgGenerator.this)#Chain, uid: Long) extends (CfgGenerator.this)#Node with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, (CfgGenerator.this)#Node, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. TryBlock
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. Node
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TryBlock(enduid: Long, tree: scala.reflect.macros.Universe.Tree, catchTree: Option[scala.reflect.macros.Universe.Tree], chain: (CfgGenerator.this)#Chain, uid: Long)

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 addSuccessorsToNodeFront(ctx: (CfgGenerator.this)#ExtractSubgraphContext): Unit

    Attributes
    protected
    Definition Classes
    Node
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. val catchTree: Option[scala.reflect.macros.Universe.Tree]

  7. val chain: (CfgGenerator.this)#Chain

    Definition Classes
    TryBlockNode
  8. def className: String

    Definition Classes
    Node
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. def code: scala.reflect.macros.Universe.Tree

    Definition Classes
    TryBlockNode
  11. def copyWithoutSuccessors(nch: (CfgGenerator.this)#Chain): TryBlock

    Definition Classes
    TryBlockNode
  12. final def dfs: Seq[(CfgGenerator.this)#Node]

    Definition Classes
    Node
  13. def emit(z: (CfgGenerator.this)#Zipper, seen: Set[(CfgGenerator.this)#Node], subgraph: (CfgGenerator.this)#SubCfg)(implicit cc: (CfgGenerator.this)#CanCall, table: (CfgGenerator.this)#Table): (CfgGenerator.this)#Zipper

    Definition Classes
    TryBlockNode
  14. final def emitCode(z: (CfgGenerator.this)#Zipper, subgraph: (CfgGenerator.this)#SubCfg)(implicit t: (CfgGenerator.this)#Table): (CfgGenerator.this)#Zipper

    Definition Classes
    Node
  15. var endSuccessor: Option[(CfgGenerator.this)#Node]

  16. val enduid: Long

  17. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. def extract(prevchain: (CfgGenerator.this)#Chain, seen: Map[(CfgGenerator.this)#Node, (CfgGenerator.this)#Node], ctx: (CfgGenerator.this)#ExtractSubgraphContext, subgraph: (CfgGenerator.this)#SubCfg)(implicit table: (CfgGenerator.this)#Table): (CfgGenerator.this)#Node

    Definition Classes
    TryBlockNode
  19. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  20. var finallySuccessor: Option[(CfgGenerator.this)#Node]

  21. def genExit(value: scala.reflect.macros.Universe.Tree, subgraph: (CfgGenerator.this)#SubCfg)(implicit t: (CfgGenerator.this)#Table): scala.reflect.macros.Universe.Tree

    Attributes
    protected
    Definition Classes
    Node
  22. def genSaveState(subgraph: (CfgGenerator.this)#SubCfg)(implicit t: (CfgGenerator.this)#Table): List[scala.reflect.macros.Universe.Tree]

    Attributes
    protected
    Definition Classes
    Node
  23. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  24. def isEmptyAtReturn: Boolean

    Definition Classes
    Node
  25. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  26. final def markEmit(z: (CfgGenerator.this)#Zipper, seen: Set[(CfgGenerator.this)#Node], subgraph: (CfgGenerator.this)#SubCfg)(implicit t: (CfgGenerator.this)#Table): (CfgGenerator.this)#Zipper

    Definition Classes
    Node
  27. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  30. def prettyPrint: String

    Definition Classes
    Node
  31. def stackVars(subgraph: (CfgGenerator.this)#SubCfg): List[scala.reflect.macros.Universe.Symbol]

    Definition Classes
    Node
  32. def storePointVarsInChain(subgraph: (CfgGenerator.this)#SubCfg): List[(scala.reflect.macros.Universe.Symbol, (CfgGenerator.this)#VarInfo)]

    Attributes
    protected
    Definition Classes
    Node
  33. var successor: Option[(CfgGenerator.this)#Node]

    Definition Classes
    Node
  34. def successors: Seq[(CfgGenerator.this)#Node]

    Definition Classes
    TryBlockNode
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. val tree: scala.reflect.macros.Universe.Tree

    Definition Classes
    TryBlockNode
  37. val uid: Long

    Definition Classes
    TryBlockNode
  38. def updateBlockInfo()(implicit table: (CfgGenerator.this)#Table): Unit

    Definition Classes
    Node
  39. def value: scala.reflect.macros.Universe.Tree

    Definition Classes
    Node
  40. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  42. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from (CfgGenerator.this)#Node

Inherited from AnyRef

Inherited from Any

Ungrouped