FileDocCategorySizeDatePackage
Field.javaAPI DocAndroid 5.1 API1171Thu Mar 12 22:18:30 GMT 2015com.android.dexgen.rop

Field

public interface Field implements Member
Interface representing fields of class files.

Fields Summary
Constructors Summary
Methods Summary
public com.android.dexgen.rop.cst.TypedConstantgetConstantValue()
Get the constant value for this field, if any. This only returns non-{@code null} for a {@code static final} field which includes a {@code ConstantValue} attribute.

return
{@code null-ok;} the constant value, or {@code null} if this field isn't a constant