org.apache.felix.scrplugin.tags
Interface JavaMethod

All Known Implementing Classes:
ClassLoaderJavaMethod, QDoxJavaMethod

public interface JavaMethod

JavaMethod.java...


Field Summary
static JavaMethod[] EMPTY_RESULT
           
 
Method Summary
 String getName()
           
 JavaParameter[] getParameters()
           
 boolean isConstructor()
           
 boolean isProtected()
           
 boolean isPublic()
           
 

Field Detail

EMPTY_RESULT

static final JavaMethod[] EMPTY_RESULT
Method Detail

isPublic

boolean isPublic()

isProtected

boolean isProtected()

getName

String getName()

getParameters

JavaParameter[] getParameters()

isConstructor

boolean isConstructor()


Copyright © 2011 Apache Software Foundation. All Rights Reserved.