org.hansel
Class HanselFrame

java.lang.Object
  extended by org.objectweb.asm.tree.analysis.Frame
      extended by org.hansel.HanselFrame

public class HanselFrame
extends org.objectweb.asm.tree.analysis.Frame

Author:
Niklas Mehner

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

HanselFrame

public HanselFrame(int nLocals,
                   int nStack)
Creates a new instance of HanselFrame


HanselFrame

public HanselFrame(HanselFrame frame)
Method Detail

push

public void push(org.objectweb.asm.tree.analysis.Value value)
Overrides:
push in class org.objectweb.asm.tree.analysis.Frame