Class AbstractLValueScopeDiscoverer.ScopeKey
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.parse.utils.scope.AbstractLValueScopeDiscoverer.ScopeKey
-
- Enclosing class:
- AbstractLValueScopeDiscoverer
private static class AbstractLValueScopeDiscoverer.ScopeKey extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private LValuelValueprivate JavaTypeInstancetype
-
Constructor Summary
Constructors Modifier Constructor Description privateScopeKey(LValue lValue, JavaTypeInstance type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object o)private LValuegetlValue()inthashCode()
-
-
-
Field Detail
-
lValue
private final LValue lValue
-
type
private final JavaTypeInstance type
-
-
Constructor Detail
-
ScopeKey
private ScopeKey(LValue lValue, JavaTypeInstance type)
-
-
Method Detail
-
equals
public boolean equals(java.lang.Object o)
- Overrides:
equalsin classjava.lang.Object
-
getlValue
private LValue getlValue()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
-