jd.xml.xslt.util
Class VariableFrame
java.lang.Object
jd.xml.xslt.util.VariableFrame
- public class VariableFrame
- extends Object
VariableFrame represents a set of variables values
which are in scope in a certain context.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VariableFrame
public VariableFrame(int size)
prev
public VariableFrame prev()
next
public VariableFrame next()
getValues
public XObject[] getValues()
setValues
public XObject[] setValues(XObject[] values)