Package | Description |
---|---|
de.uka.ilkd.key.smt.lang |
Modifier and Type | Method and Description |
---|---|
SMTTermBinOp.Op |
SMTTermBinOp.getOperator() |
static SMTTermBinOp.Op |
SMTTermBinOp.Op.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SMTTermBinOp.Op[] |
SMTTermBinOp.Op.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SMTTerm |
SMTTerm.binOp(SMTTermBinOp.Op op,
SMTTerm f) |
static SMTTermBinOp.OpProperty |
SMTTermBinOp.getProperty(SMTTermBinOp.Op op) |
void |
SMTTermBinOp.setOperator(SMTTermBinOp.Op operator) |
Constructor and Description |
---|
SMTTermBinOp(SMTTermBinOp.Op operator,
SMTTerm left,
SMTTerm right) |
Copyright © 2003-2019 The KeY-Project.