org.coroutines.CfgGenerator.Node

While

case class While(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. While
  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 While(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
    WhileNode
  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
    WhileNode
  10. def copyWithoutSuccessors(nch: (CfgGenerator.this)#Chain): While

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

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

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

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

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

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

    Definition Classes
    AnyRef → Any
  21. def isEmptyAtReturn: Boolean

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

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

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

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

    Definition Classes
    AnyRef
  27. def prettyPrint: String

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

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

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

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

    Definition Classes
    WhileNode
  32. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Definition Classes
    WhileNode
  34. val uid: Long

    Definition Classes
    WhileNode
  35. def updateBlockInfo()(implicit table: (CfgGenerator.this)#Table): Unit

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

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

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

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