private static class CreationCollector.StatementPair<X>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private StatementContainer |
location |
private X |
value |
Modifier | Constructor and Description |
---|---|
private |
StatementPair(X value,
StatementContainer location) |
Modifier and Type | Method and Description |
---|---|
private StatementContainer |
getLocation() |
private X |
getValue() |
private final X value
private final StatementContainer location
private StatementPair(X value, StatementContainer location)
private X getValue()
private StatementContainer getLocation()