uk.co.badgersinfoil.jactionscript.analysis
Class StackInfo

java.lang.Object
  |
  +--uk.co.badgersinfoil.jactionscript.analysis.StackInfo

public class StackInfo
extends java.lang.Object

A stack of Operand objects.


Constructor Summary
StackInfo()
           
 
Method Summary
 void invalidate()
           
 Operand peek()
           
 Operand pop()
           
 void push(Operand entry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackInfo

public StackInfo()
Method Detail

push

public void push(Operand entry)

pop

public Operand pop()

peek

public Operand peek()

invalidate

public void invalidate()