public class ClassFile.FieldMethod extends Object
Modifier and Type | Field and Description |
---|---|
int |
endingOffset |
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 |
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