|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjist.runtime.RewriterFlow.FlowInfoMap
public static class RewriterFlow.FlowInfoMap
An accessor class to conveniently query data flow information.
| Field Summary | |
|---|---|
private java.util.HashMap |
frames
hashmap: instructionhandle to frames. |
private java.util.HashMap |
pointsTo
hashmap: instructionhandle to pointsTo instruction handles. |
| Constructor Summary | |
|---|---|
private |
RewriterFlow.FlowInfoMap(java.util.HashMap frames,
java.util.HashMap pointsTo)
Initialize flow information with given hashmap. |
| Method Summary | |
|---|---|
org.apache.bcel.verifier.structurals.Frame |
getFrame(org.apache.bcel.generic.InstructionHandle ih)
Return frame information BEFORE given instruction handle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private java.util.HashMap frames
private java.util.HashMap pointsTo
| Constructor Detail |
|---|
private RewriterFlow.FlowInfoMap(java.util.HashMap frames,
java.util.HashMap pointsTo)
frames - hashmap of frame at beginning of each instructionpointsTo - hashmap of instructions that pointTo each instruction| Method Detail |
|---|
public org.apache.bcel.verifier.structurals.Frame getFrame(org.apache.bcel.generic.InstructionHandle ih)
ih - BCEL instruction handle (program counter)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||