| Constructor and Description |
|---|
EqualExpr(Value leftExpr,
Value rightExpr) |
| Modifier and Type | Method and Description |
|---|---|
ConcreteValue |
evaluateOn(ProgramState programState)
evaluates both expressions on the executable and returns the element representing
true if they result in the same element (otherwise false).
|
ViolationPoints |
getPotentialViolationPoints() |
Type |
getType() |
boolean |
needsMaterialization(ProgramState programState) |
String |
toString()
"left == right"
|
public ConcreteValue evaluateOn(ProgramState programState)
evaluateOn in interface Valuepublic boolean needsMaterialization(ProgramState programState)
needsMaterialization in interface Valuepublic ViolationPoints getPotentialViolationPoints()
getPotentialViolationPoints in interface ValueCopyright © 2019. All rights reserved.