Package com.android.dexdeps
Class FieldRef
- java.lang.Object
-
- com.android.dexdeps.FieldRef
-
- All Implemented Interfaces:
HasDeclaringClass
public class FieldRef extends Object implements HasDeclaringClass
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)StringgetDeclClassName()Gets the name of the field's declaring class.StringgetName()Gets the field name.StringgetTypeName()Gets the type name.inthashCode()
-
-
-
Method Detail
-
getDeclClassName
public String getDeclClassName()
Gets the name of the field's declaring class.- Specified by:
getDeclClassNamein interfaceHasDeclaringClass
-
getTypeName
public String getTypeName()
Gets the type name. Examples: "Ljava/lang/String;", "[I".
-
-