|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.asm.tree.analysis.Frame
org.hansel.HanselFrame
public class HanselFrame
Constructor Summary | |
---|---|
HanselFrame(HanselFrame frame)
|
|
HanselFrame(int nLocals,
int nStack)
Creates a new instance of HanselFrame |
Method Summary | |
---|---|
void |
push(org.objectweb.asm.tree.analysis.Value value)
|
Methods inherited from class org.objectweb.asm.tree.analysis.Frame |
---|
clearStack, execute, getLocal, getLocals, getStack, getStackSize, init, merge, merge, pop, setLocal, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HanselFrame(int nLocals, int nStack)
public HanselFrame(HanselFrame frame)
Method Detail |
---|
public void push(org.objectweb.asm.tree.analysis.Value value)
push
in class org.objectweb.asm.tree.analysis.Frame
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |