Methods Summary |
---|
public int | getAccess()
return method.getAccessFlags();
|
public java.lang.String | getDescriptor()
return method.getSignature();
|
public java.lang.String[] | getExceptions()
throw new UnsupportedOperationException();
|
public java.lang.String | getName()
return method.getName();
|
public ClassFile | getOwningClass()
return owningClass.get();
|
public java.util.Collection | getReferencedClasses()
throw new UnsupportedOperationException();
|
public java.util.Collection | getReferencedMethods()
throw new UnsupportedOperationException();
|
public MethodRef | getSelfReference()
throw new UnsupportedOperationException();
|
public java.lang.String | getSignature()
throw new UnsupportedOperationException();
|
public boolean | isNative()
return method.isNative();
|