public final class SmtOperation extends SmtExpr
| Modifier and Type | Class and Description |
|---|---|
static class |
SmtOperation.Operator |
| Constructor and Description |
|---|
SmtOperation(SmtOperation.Operator op,
SmtExpr... arg)
Unary operation
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> K |
accept(SmtExprVisitor<K,V> v,
V arg) |
boolean |
equals(Object obj) |
SmtExpr[] |
getArguments() |
SmtOperation.Operator |
getOperator() |
int |
hashCode() |
boolean |
isSymbolic() |
public SmtOperation(SmtOperation.Operator op, SmtExpr... arg)
op - arg - public <K,V> K accept(SmtExprVisitor<K,V> v, V arg)
public SmtExpr[] getArguments()
public SmtOperation.Operator getOperator()
public boolean isSymbolic()
isSymbolic in class SmtExprCopyright © 2010–2017 EvoSuite. All rights reserved.