org.siebengeisslein.pclass
Interface PMethod
- All Known Implementing Classes:
- ExternalConstructor, ExternalPMethod, PanelBindingGetter, PanelBindingSetter, PInternalConstructor, PInternalMethod
public interface PMethod
getDescriptor
java.lang.String getDescriptor()
getName
java.lang.String getName()
getParameters
java.util.List<PType> getParameters()
getAccess
int getAccess()
getReturnType
PType getReturnType()
isGetter
boolean isGetter()
visitInvocation
void visitInvocation(org.objectweb.asm.MethodVisitor mv,
java.lang.String targetClass,
boolean special)
isAbstract
boolean isAbstract()
isStatic
boolean isStatic()
isFinal
boolean isFinal()
isPublic
boolean isPublic()