| |
|
| de.uka.ilkd.key.logic.op.AbstractMetaOperator de.uka.ilkd.key.rule.metaconstruct.arith.DivideMonomials
DivideMonomials | public class DivideMonomials extends AbstractMetaOperator (Code) | | Metaoperator for computing the result of dividing one monomial by another
|
Method Summary | |
public Term | calculate(Term term, SVInstantiations svInst, Services services) calculates the resulting term. | public boolean | validTopLevel(Term term) checks whether the top level structure of the given @link Term
is syntactically valid, given the assumption that the top level
operator of the term is the same as this Operator. |
DivideMonomials | public DivideMonomials()(Code) | | |
validTopLevel | public boolean validTopLevel(Term term)(Code) | | checks whether the top level structure of the given @link Term
is syntactically valid, given the assumption that the top level
operator of the term is the same as this Operator. The
assumption that the top level operator and the term are equal
is NOT checked.
true iff the top level structure ofthe @link Term is valid. |
|
|
|