public class ClassFile.FieldMethod extends Object
Modifier and Type | Field and Description |
---|---|
Object |
constantValue |
int |
endingOffset |
String[] |
exceptions |
boolean |
hasConstantValue |
int |
indexOfFirstAttribute |
int |
modifiers |
String |
name |
int |
numberOfAttributes |
String |
parameters |
String |
type |
Constructor and Description |
---|
FieldMethod(int offset) |
Modifier and Type | Method and Description |
---|---|
Vector |
getAttributes(Vector destination) |
String |
getConstantValueForSourceCode() |
String |
toKey() |
String |
toString()
Return a String representation of this object.
|
public String name
public String type
public String parameters
public int modifiers
public int endingOffset
public int numberOfAttributes
public int indexOfFirstAttribute
public String[] exceptions
public boolean hasConstantValue
public Object constantValue