| java.lang.Object de.uka.ilkd.key.logic.op.TermSymbol de.uka.ilkd.key.logic.op.oclop.OclIterate
OclIterate | public class OclIterate extends TermSymbol (Code) | | Represents the OCL operation: iterate()
|
OclIterate | public OclIterate()(Code) | | |
arity | public int arity()(Code) | | arity of the Function as int |
validTopLevel | public boolean validTopLevel(Term term)(Code) | | checks if the given term is syntactically valid at its top
level assumed the top level operator were this, i.e. if the
direct subterms can be subterms of a term with this top level
operator, the method returns true. Furthermore, it is checked
that no variables are bound for none of the subterms.
Parameters: term - the Term to be checked. true iff the given term hassubterms that are suitable for this function. |
|
|