| java.lang.Object de.uka.ilkd.key.logic.TermWithBoundVars
TermWithBoundVars | public class TermWithBoundVars (Code) | | A TermWithBoundVars is an object that contains a Term and 0, 1,
or 2 QuantifiableVariable that are bound in the Term.
This class is needed for OCL simplification when parsing the
arguments of an OCL Collection operation.
|
boundVars | public ArrayOfQuantifiableVariable boundVars(Code) | | the variables that are bound in the Term
|
TermWithBoundVars | public TermWithBoundVars(ArrayOfQuantifiableVariable vars, Term t)(Code) | | creates a term with (possibly) bound variables
Parameters: vars - the variables that are bound in t Parameters: t - the term |
|
|