org.lightwolf.tools
Interface IClassResource


public interface IClassResource


Field Summary
static String[] NO_INTERFACES
           
static IMethod[] NO_METHODS
           
 
Method Summary
 String[] getInterfaces()
           
 IMethod[] getMethods()
           
 String getSuperName()
          Internal class name of the super class (example: java/lang/Object).
 boolean isInterface()
           
 

Field Detail

NO_INTERFACES

static final String[] NO_INTERFACES

NO_METHODS

static final IMethod[] NO_METHODS
Method Detail

getSuperName

String getSuperName()
Internal class name of the super class (example: java/lang/Object).


getInterfaces

String[] getInterfaces()

getMethods

IMethod[] getMethods()

isInterface

boolean isInterface()