Package | Description |
---|---|
com.vladium.jcd.cls |
Modifier and Type | Method and Description |
---|---|
Method_info |
MethodCollection.get(int offset) |
Method_info |
IMethodCollection.get(int offset)
Returns
Method_info descriptor at a given offset. |
Method_info |
ClassDef.newEmptyMethod(java.lang.String name,
java.lang.String descriptor,
int access_flags) |
Method_info |
MethodCollection.remove(int offset) |
Method_info |
IMethodCollection.remove(int offset)
Removes the Method_info descriptor at a given offset.
|
Method_info |
MethodCollection.set(int offset,
Method_info method) |
Method_info |
IMethodCollection.set(int offset,
Method_info method)
Replaces the Method_info descriptor at a given offset.
|
Modifier and Type | Method and Description |
---|---|
int |
MethodCollection.add(Method_info method) |
int |
IMethodCollection.add(Method_info method)
Adds a new Method_info descriptor to this collection.
|
int |
ClassDef.addMethod(Method_info method) |
Method_info |
MethodCollection.set(int offset,
Method_info method) |
Method_info |
IMethodCollection.set(int offset,
Method_info method)
Replaces the Method_info descriptor at a given offset.
|