org.coroutines.CfgGenerator

Node

abstract class Node extends AnyRef

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Node
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Node()

Abstract Value Members

  1. abstract def chain: (CfgGenerator.this)#Chain

  2. abstract def copyWithoutSuccessors(nch: (CfgGenerator.this)#Chain): (CfgGenerator.this)#Node

  3. abstract def emit(z: (CfgGenerator.this)#Zipper, seen: Set[(CfgGenerator.this)#Node], subgraph: (CfgGenerator.this)#SubCfg)(implicit cc: (CfgGenerator.this)#CanCall, t: (CfgGenerator.this)#Table): (CfgGenerator.this)#Zipper

  4. abstract 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

  5. abstract def successors: Seq[(CfgGenerator.this)#Node]

  6. abstract val tree: scala.reflect.macros.Universe.Tree

  7. abstract val uid: Long

Concrete 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
  5. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  6. def className: String

  7. def clone(): AnyRef

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

  9. final def dfs: Seq[(CfgGenerator.this)#Node]

  10. final def emitCode(z: (CfgGenerator.this)#Zipper, subgraph: (CfgGenerator.this)#SubCfg)(implicit t: (CfgGenerator.this)#Table): (CfgGenerator.this)#Zipper

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

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. def genExit(value: scala.reflect.macros.Universe.Tree, subgraph: (CfgGenerator.this)#SubCfg)(implicit t: (CfgGenerator.this)#Table): scala.reflect.macros.Universe.Tree

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

    Attributes
    protected
  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. def isEmptyAtReturn: Boolean

  19. final def isInstanceOf[T0]: Boolean

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

  21. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  24. def prettyPrint: String

  25. def stackVars(subgraph: (CfgGenerator.this)#SubCfg): List[scala.reflect.macros.Universe.Symbol]

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

    Attributes
    protected
  27. var successor: Option[(CfgGenerator.this)#Node]

  28. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  29. def toString(): String

    Definition Classes
    AnyRef → Any
  30. def updateBlockInfo()(implicit table: (CfgGenerator.this)#Table): Unit

  31. def value: scala.reflect.macros.Universe.Tree

  32. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped