public class EvalCache extends Object
| Constructor and Description |
|---|
EvalCache()
Constructs a new uneval cache.
|
| Modifier and Type | Method and Description |
|---|---|
FlowGraphFragment |
getCode(NodeAndContext<CallContext> nc)
Returns the entry_block, or null if not found.
|
void |
setCode(NodeAndContext<CallContext> nc,
FlowGraphFragment extension)
Stores the abstract value and associated code in the cache.
|
public FlowGraphFragment getCode(NodeAndContext<CallContext> nc)
public void setCode(NodeAndContext<CallContext> nc, FlowGraphFragment extension)
Copyright © 2012 Aarhus University