public class ExistingMethod extends BindingMethod
| Constructor and Description |
|---|
ExistingMethod(org.apache.bcel.classfile.Method method,
ClassItem item,
ClassFile file)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
delete()
Delete method from class.
|
int |
getAccessFlags()
Get access flags.
|
ClassItem |
getItem()
Get the method item.
|
org.apache.bcel.classfile.Method |
getMethod()
Get the actual method.
|
String |
getName()
Get name of method.
|
String |
getSignature()
Get signature.
|
int |
hashCode()
Get hash code.
|
boolean |
isUsed()
Check method used status.
|
void |
setAccessFlags(int flags)
Set access flags.
|
void |
setUsed()
Set method used status.
|
computeMethodHash, equals, getClassFile, makeAccessiblepublic String getName()
getName in class BindingMethodpublic String getSignature()
getSignature in class BindingMethodpublic int getAccessFlags()
getAccessFlags in class BindingMethodpublic void setAccessFlags(int flags)
setAccessFlags in class BindingMethodflags - access type to be setpublic boolean isUsed()
public void setUsed()
public org.apache.bcel.classfile.Method getMethod()
getMethod in class BindingMethodpublic ClassItem getItem()
getItem in class BindingMethodpublic void delete()
public int hashCode()
hashCode in class BindingMethodCopyright © 2005–2016 jibx.org. All rights reserved.