org.coroutines.CfgGenerator.Node

CodeBlock

case class CodeBlock(tree: 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. CodeBlock
  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 CodeBlock(tree: 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 chain: (CfgGenerator.this)#Chain

    Definition Classes
    CodeBlockNode
  7. def className: String

    Definition Classes
    Node
  8. def clone(): AnyRef

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

    Definition Classes
    CodeBlockNode
  10. def copyWithoutSuccessors(nch: (CfgGenerator.this)#Chain): CodeBlock

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

    Definition Classes
    Node
  12. 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
    CodeBlockNode
  13. final def emitCode(z: (CfgGenerator.this)#Zipper, subgraph: (CfgGenerator.this)#SubCfg)(implicit t: (CfgGenerator.this)#Table): (CfgGenerator.this)#Zipper

    Definition Classes
    Node
  14. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  15. 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
    CodeBlockNode
  16. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  17. 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
  18. def genSaveState(subgraph: (CfgGenerator.this)#SubCfg)(implicit t: (CfgGenerator.this)#Table): List[scala.reflect.macros.Universe.Tree]

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

    Definition Classes
    AnyRef → Any
  20. def isEmptyAtReturn: Boolean

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

    Definition Classes
    Any
  22. 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
  23. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  26. def prettyPrint: String

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

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

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

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

    Definition Classes
    CodeBlockNode
  31. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Definition Classes
    CodeBlockNode
  33. val uid: Long

    Definition Classes
    CodeBlockNode
  34. def updateBlockInfo()(implicit table: (CfgGenerator.this)#Table): Unit

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. 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