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(java.lang.Object obj)
Return value as defined by given BCELComparator strategy.
|
ConstantValue |
getConstantValue() |
int |
hashCode()
Return value as defined by given BCELComparator strategy.
|
java.lang.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 java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
Object.equals(java.lang.Object)
public int hashCode()
hashCode
in class java.lang.Object
Object.hashCode()
Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.