public class StackElement extends Object
Constructor and Description |
---|
StackElement(StackElement previous,
EnumStackEltType type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
StackElement |
getPrevious() |
EnumStackEltType |
getType() |
int |
hashCode() |
boolean |
isThisReference() |
void |
setIsThisRef() |
void |
setPrevious(StackElement previous) |
void |
setType(EnumStackEltType type) |
String |
toString() |
public StackElement(StackElement previous, EnumStackEltType type)
public void setPrevious(StackElement previous)
public StackElement getPrevious()
public void setIsThisRef()
public boolean isThisReference()
public void setType(EnumStackEltType type)
public EnumStackEltType getType()
Copyright © 2007-2012 Luc Peuvrier. All Rights Reserved.