public class ReturnValues
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.Vector |
myContents |
Constructor and Description |
---|
ReturnValues() |
ReturnValues(boolean keepUsingLastReturnValue) |
ReturnValues(java.lang.String name,
boolean keepUsingLastReturnValue) |
Modifier and Type | Method and Description |
---|---|
void |
add(java.lang.Object element) |
void |
addAll(java.util.Collection returnValues) |
java.lang.Object |
getNext() |
boolean |
isEmpty() |
protected java.lang.Object |
pop() |