|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sf.rej.java.instruction.StackElement
public class StackElement
A class that models a stack elements / operands that is pushed onto or popped from the stack.
Constructor Summary | |
---|---|
StackElement(java.lang.String name,
StackElementType type)
|
Method Summary | |
---|---|
java.lang.String |
getName()
|
StackElementType |
getType()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StackElement(java.lang.String name, StackElementType type)
Method Detail |
---|
public java.lang.String getName()
public StackElementType getType()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |