class IntraproceduralProgramCfg extends ProgramCfg
Control-flow graph for a program, where function calls are represented as expressions, without using call/after-call nodes.
- Alphabetic
- By Inheritance
- IntraproceduralProgramCfg
- ProgramCfg
- FragmentCfg
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new IntraproceduralProgramCfg(prog: AProgram, funEntries: Map[AFunDeclaration, CfgFunEntryNode], funExits: Map[AFunDeclaration, CfgFunExitNode])
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
val
funEntries: Map[AFunDeclaration, CfgFunEntryNode]
- Definition Classes
- ProgramCfg
-
val
funExits: Map[AFunDeclaration, CfgFunExitNode]
- Definition Classes
- ProgramCfg
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isUnit: Boolean
Returns true if this is the unit CFG w.r.t.
Returns true if this is the unit CFG w.r.t. to concatenation.
- Definition Classes
- FragmentCfg
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
nodes: Set[CfgNode]
Returns the set of nodes in the CFG.
Returns the set of nodes in the CFG.
- Definition Classes
- FragmentCfg
-
def
nodesRec(n: CfgNode, visited: Set[CfgNode] = mutable.Set()): Set[CfgNode]
- Attributes
- protected
- Definition Classes
- FragmentCfg
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
val
prog: AProgram
- Definition Classes
- ProgramCfg
-
lazy val
rank: Map[CfgNode, Int]
Returns a map associating each node with its rank.
Returns a map associating each node with its rank. The rank is defined such that rank(x) < rank(y) iff y is visited after x in a depth-first visit of the control-flow graph
- Definition Classes
- FragmentCfg
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toDot(labeler: (CfgNode) ⇒ String, idGen: (CfgNode) ⇒ String): String
Returns a Graphviz dot representation of the CFG.
Returns a Graphviz dot representation of the CFG. Each node is labeled using the given function labeler.
- Definition Classes
- FragmentCfg
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
|(other: FragmentCfg): FragmentCfg
Returns the union of this CFG with
other
.Returns the union of this CFG with
other
.- Definition Classes
- FragmentCfg
-
def
~(after: FragmentCfg): FragmentCfg
Returns the concatenation of this CFG with
after
.Returns the concatenation of this CFG with
after
.- Definition Classes
- FragmentCfg
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated