public interface ConcreteValue
The Implementations of ConcreteValue and JimplesExecutable have to match otherwise classCastExceptions will occur.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(ConcreteValue other) |
boolean |
isUndefined() |
Type |
type() |
Type type()
boolean equals(ConcreteValue other)
other - Another value.boolean isUndefined()
Copyright © 2019. All rights reserved.