private static class AbstractLValueScopeDiscoverer.ScopeKey
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private LValue |
lValue |
private JavaTypeInstance |
type |
Modifier | Constructor and Description |
---|---|
private |
ScopeKey(LValue lValue,
JavaTypeInstance type) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
private LValue |
getlValue() |
int |
hashCode() |
private final LValue lValue
private final JavaTypeInstance type
private ScopeKey(LValue lValue, JavaTypeInstance type)
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
private LValue getlValue()
public int hashCode()
hashCode
in class java.lang.Object