jas
Class VerifyFrame

java.lang.Object
  extended by jas.VerifyFrame

public class VerifyFrame
extends Object


Constructor Summary
VerifyFrame(Vector InitialFrame)
           
 
Method Summary
 void addLocalsItem(String item, String val)
           
 void addStackItem(String item, String val)
           
 Vector getFrame(int count)
           
 int getOffset(CodeAttr ce)
           
 boolean haveOffset()
           
 void setOffset(int offset)
           
 void setOffset(Label label)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notifyAll, notify, toString, wait, wait, wait
 

Constructor Detail

VerifyFrame

public VerifyFrame(Vector InitialFrame)
Method Detail

setOffset

public void setOffset(int offset)
               throws jasError
Throws:
jasError

setOffset

public void setOffset(Label label)
               throws jasError
Throws:
jasError

addStackItem

public void addStackItem(String item,
                         String val)
                  throws jasError
Throws:
jasError

addLocalsItem

public void addLocalsItem(String item,
                          String val)
                   throws jasError
Throws:
jasError

haveOffset

public boolean haveOffset()

getFrame

public Vector getFrame(int count)
                throws jasError
Throws:
jasError

getOffset

public int getOffset(CodeAttr ce)
              throws jasError
Throws:
jasError


Copyright © 2006 Jonathan Meyer, USA All rights reserved.