public final class Field extends FieldOrMethod
attributes, attributes_count, constant_pool, name_index, signature_index
access_flags
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Return value as defined by given BCELComparator strategy.
|
ConstantValue |
getConstantValue() |
int |
hashCode()
Return value as defined by given BCELComparator strategy.
|
String |
toString()
Return string representation close to declaration format,
`public static final short MAX = 100', e.g..
|
getName, getSignature, setAttributes
getAccessFlags
public final ConstantValue getConstantValue()
public final String toString()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class Object
Object.hashCode()
Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.