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