Class CreationCollector.StatementPair<X>
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.parse.utils.CreationCollector.StatementPair<X>
-
- Enclosing class:
- CreationCollector
private static class CreationCollector.StatementPair<X> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private StatementContainer
location
private X
value
-
Constructor Summary
Constructors Modifier Constructor Description private
StatementPair(X value, StatementContainer location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private StatementContainer
getLocation()
private X
getValue()
-
-
-
Field Detail
-
value
private final X value
-
location
private final StatementContainer location
-
-
Constructor Detail
-
StatementPair
private StatementPair(X value, StatementContainer location)
-
-
Method Detail
-
getValue
private X getValue()
-
getLocation
private StatementContainer getLocation()
-
-