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