Package | Description |
---|---|
de.uka.ilkd.key.smt.lang |
Modifier and Type | Field and Description |
---|---|
protected SMTTermMultOp.Op |
SMTTermMultOp.operator |
Modifier and Type | Method and Description |
---|---|
SMTTermMultOp.Op |
SMTTermMultOp.getOperator() |
SMTTermMultOp.Op |
SMTTermMultOp.Op.sign(boolean pol) |
static SMTTermMultOp.Op |
SMTTermMultOp.Op.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SMTTermMultOp.Op[] |
SMTTermMultOp.Op.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static SMTTermMultOp.OpProperty |
SMTTermMultOp.getProperty(SMTTermMultOp.Op op) |
SMTTerm |
SMTTerm.multOp(SMTTermMultOp.Op op,
SMTTerm t) |
void |
SMTTermMultOp.setOperator(SMTTermMultOp.Op operator) |
Constructor and Description |
---|
SMTTermMultOp(SMTTermMultOp.Op operator,
java.util.List<SMTTerm> subs) |
Copyright © 2003-2019 The KeY-Project.