org.apache.tools.ant.taskdefs.optional.sitraka.bytecode
public final class MethodInfo extends Object
UNKNOWN: give a more appropriate name to methods.
Constructor Summary | |
---|---|
MethodInfo() |
Method Summary | |
---|---|
String | getAccess() |
int | getAccessFlags() |
String | getDescriptor() |
String | getFullSignature() |
String | getName() |
int | getNumberOfLines() |
String[] | getParametersType() |
String | getReturnType() |
String | getShortSignature() |
void | read(ConstantPool constantPool, DataInputStream dis) |
protected void | readCode(ConstantPool constantPool, DataInputStream dis) |
String | toString() |