static java.lang.String | 
DominanceAnalysis.DOMINANCE_FRONTIER_EDGE | 
 Used to tag the edges from a node that identify the node's dominance
 frontier. 
 | 
static java.lang.String | 
DominanceAnalysis.DOMINATOR_TREE_EDGE | 
 The immediate dominator or idom of a node n is the unique node that strictly
 dominates n but does not strictly dominate any other node that strictly
 dominates n. 
 | 
static java.lang.String | 
ICFG.ICFGCallsiteAttribute | 
  | 
static java.lang.String | 
ICFG.ICFGEdge | 
  | 
static java.lang.String | 
ICFG.ICFGEntryEdge | 
  | 
static java.lang.String | 
ICFG.ICFGExitEdge | 
  | 
static java.lang.String | 
DominanceAnalysis.POST_DOMINANCE_FRONTIER_EDGE | 
 Used to tag the edges from a node that identify the node's post-dominance
 frontier. 
 | 
static java.lang.String | 
DominanceAnalysis.POST_DOMINATOR_TREE_EDGE | 
 Used to tag the edges from a node that post-dominate a node. 
 | 
static java.lang.String | 
UniqueEntryExitControlFlowGraph.UniqueEntryExitCFG_Edge | 
 Tag applied to the newly created edges between the master entry and the cfg roots 
 and the cfg exits and the master exit 
 | 
static java.lang.String | 
UniqueEntryExitControlFlowGraph.UniqueEntryExitCFG_Master_Entry | 
 Tag applied to the newly created master entry node 
 | 
static java.lang.String | 
UniqueEntryExitControlFlowGraph.UniqueEntryExitCFG_Master_Entry_Name | 
 The name attribute applied to the EventFlow_Master_Entry of the PCG 
 | 
static java.lang.String | 
UniqueEntryExitControlFlowGraph.UniqueEntryExitCFG_Master_Exit | 
 Tag applied to the newly create master exit node 
 | 
static java.lang.String | 
UniqueEntryExitControlFlowGraph.UniqueEntryExitCFG_Master_Exit_Name | 
 The name attribute applied to the EventFlow_Master_Exit of the PCG 
 | 
static java.lang.String | 
UniqueEntryExitInterproceduralControlFlowGraph.UniqueEntryExitICFG_Edge | 
 Tag applied to the newly created edges between the master entry and the cfg roots 
 and the cfg exits and the master exit 
 | 
static java.lang.String | 
UniqueEntryExitInterproceduralControlFlowGraph.UniqueEntryExitICFG_Master_Entry | 
 Tag applied to the newly created master entry node 
 | 
static java.lang.String | 
UniqueEntryExitInterproceduralControlFlowGraph.UniqueEntryExitICFG_Master_Entry_Name | 
 The name attribute applied to the EventFlow_Master_Entry of the PCG 
 | 
static java.lang.String | 
UniqueEntryExitInterproceduralControlFlowGraph.UniqueEntryExitICFG_Master_Exit | 
 Tag applied to the newly create master exit node 
 | 
static java.lang.String | 
UniqueEntryExitInterproceduralControlFlowGraph.UniqueEntryExitICFG_Master_Exit_Name | 
 The name attribute applied to the EventFlow_Master_Exit of the PCG 
 |