public class FlowGraphFragment extends Object
| Constructor and Description |
|---|
FlowGraphFragment(Object key,
BasicBlock entryBlock,
Function entryFun,
Collection<Function> functions,
Collection<BasicBlock> blocks,
Collection<AbstractNode> nodes)
Constructs a flow graph fragment.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<BasicBlock> |
getBlocks()
Returns the extra blocks.
|
BasicBlock |
getEntryBlock()
Returns the entry block.
|
Function |
getEntryFunction()
Returns the entry function.
|
Collection<Function> |
getFunction()
Returns the extra functions.
|
Object |
getKey()
Returns the key.
|
Collection<AbstractNode> |
getNodes()
Returns the extra nodes.
|
public FlowGraphFragment(Object key, BasicBlock entryBlock, Function entryFun, Collection<Function> functions, Collection<BasicBlock> blocks, Collection<AbstractNode> nodes)
public Collection<BasicBlock> getBlocks()
public BasicBlock getEntryBlock()
public Function getEntryFunction()
public Collection<Function> getFunction()
public Object getKey()
public Collection<AbstractNode> getNodes()
Copyright © 2012 Aarhus University