Package | Description |
---|---|
ch.usi.dag.disl.marker | |
ch.usi.dag.disl.snippet | |
ch.usi.dag.disl.staticcontext |
Modifier and Type | Method and Description |
---|---|
java.util.List<Shadow> |
AbstractMarker.mark(org.objectweb.asm.tree.ClassNode classNode,
org.objectweb.asm.tree.MethodNode methodNode,
ch.usi.dag.disl.snippet.Snippet snippet) |
java.util.List<Shadow> |
Marker.mark(org.objectweb.asm.tree.ClassNode classNode,
org.objectweb.asm.tree.MethodNode methodNode,
ch.usi.dag.disl.snippet.Snippet snippet)
Returns shadows for the marked method.
|
Constructor and Description |
---|
Shadow(Shadow sa) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractStaticContext.staticContextData(Shadow sa) |
void |
BasicBlockStaticContext.staticContextData(Shadow sa) |
void |
StaticContext.staticContextData(Shadow sa)
Receives static context data.
|