public class AbstractSootFieldRef extends Object implements SootFieldRef
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSootFieldRef.FieldResolutionFailedException |
| Constructor and Description |
|---|
AbstractSootFieldRef(SootClass declaringClass,
String name,
Type type,
boolean isStatic) |
| Modifier and Type | Method and Description |
|---|---|
SootClass |
declaringClass() |
boolean |
equals(Object obj) |
String |
getSignature() |
protected SootField |
handleFieldTypeMismatch(SootField clField) |
int |
hashCode() |
boolean |
isStatic() |
String |
name() |
SootField |
resolve() |
String |
toString() |
Type |
type() |
public SootClass declaringClass()
declaringClass in interface SootFieldRefpublic String name()
name in interface SootFieldRefpublic Type type()
type in interface SootFieldRefpublic boolean isStatic()
isStatic in interface SootFieldRefpublic String getSignature()
getSignature in interface SootFieldRefpublic SootField resolve()
resolve in interface SootFieldRefCopyright © 2020 Soot OSS. All rights reserved.