public interface INodeTransfer<BlockStateType extends IBlockState<BlockStateType,?,?>,CallContextType extends ICallContext<?>> extends AbstractNodeVisitor<BlockStateType>
| Modifier and Type | Method and Description |
|---|---|
void |
transfer(AbstractNode n,
BlockStateType in)
Applies the transfer function on the given node and input state.
|
void |
transferReturn(AbstractNode call_node,
Function callee,
CallContextType caller_context,
CallContextType callee_context)
Processes ordinary and exceptional return flow when a new call edge has been added.
|
visitvoid transfer(AbstractNode n, BlockStateType in)
void transferReturn(AbstractNode call_node, Function callee, CallContextType caller_context, CallContextType callee_context)
Copyright © 2012 Aarhus University