Uses of Class
org.lightwolf.MethodFrame

Packages that use MethodFrame
org.lightwolf Core classes for flow manipulation and synchronization. 
 

Uses of MethodFrame in org.lightwolf
 

Methods in org.lightwolf that return MethodFrame
static MethodFrame MethodFrame.enter(Object owner, String name, String desc)
           
 MethodFrame MethodFrame.getPrior()
           
 MethodFrame MethodFrame.getRoot()
           
 MethodFrame MethodFrame.notifyInvoke(int point, int varCount, int objVarCount)
           
 MethodFrame MethodFrame.prepare(int varTop, int objVarTop)
           
 MethodFrame MethodFrame.save(boolean z)
           
 MethodFrame MethodFrame.save(byte b)
           
 MethodFrame MethodFrame.save(char c)
           
 MethodFrame MethodFrame.save(double d)
           
 MethodFrame MethodFrame.save(float f)
           
 MethodFrame MethodFrame.save(int i)
           
 MethodFrame MethodFrame.save(long l)
           
 MethodFrame MethodFrame.save(Object o)
           
 MethodFrame MethodFrame.save(short s)