| Package | Description |
|---|---|
| proguard.evaluation.value |
This package contains classes that represent partial evaluation values.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ReferenceValue.equal(UnknownReferenceValue other)
Returns whether this ReferenceValue is equal to the given other
UnknownReferenceValue.
|
int |
TracedReferenceValue.equal(UnknownReferenceValue other) |
ReferenceValue |
ReferenceValue.generalize(UnknownReferenceValue other)
Returns the generalization of this ReferenceValue and the given other
UnknownReferenceValue.
|
ReferenceValue |
TracedReferenceValue.generalize(UnknownReferenceValue other) |
Copyright © 2019. All rights reserved.