org.coroutines.CfgGenerator.Node

If

case class If(enduid: Long, 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. If
  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 If(enduid: Long, 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
    IfNode
  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
    IfNode
  10. def copyWithoutSuccessors(nch: (CfgGenerator.this)#Chain): If

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

    Definition Classes
    Node
  12. var elseSuccessor: Option[(CfgGenerator.this)#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
    IfNode
  14. final def emitCode(z: (CfgGenerator.this)#Zipper, subgraph: (CfgGenerator.this)#SubCfg)(implicit t: (CfgGenerator.this)#Table): (CfgGenerator.this)#Zipper

    Definition Classes
    Node
  15. val enduid: Long

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

    Definition Classes
    AnyRef
  17. 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
    IfNode
  18. def finalize(): Unit

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

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

    Definition Classes
    AnyRef → Any
  22. def isEmptyAtReturn: Boolean

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

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

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

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

    Definition Classes
    AnyRef
  28. def prettyPrint: String

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

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

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

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

    Definition Classes
    IfNode
  33. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Definition Classes
    IfNode
  35. val uid: Long

    Definition Classes
    IfNode
  36. def updateBlockInfo()(implicit table: (CfgGenerator.this)#Table): Unit

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

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

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

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