Uses of Interface
org.inxar.jenesis.Method

Packages that use Method
com.inxar.jenesis.util Utility classes. 
org.inxar.jenesis Interfaces which abstract Java language elements (read the desciption below). 
 

Uses of Method in com.inxar.jenesis.util
 

Methods in com.inxar.jenesis.util with parameters of type Method
protected  int MemberComparator.compareMethods(Method o1, Method o2)
           
 

Uses of Method in org.inxar.jenesis
 

Subinterfaces of Method in org.inxar.jenesis
 interface AbstractMethod
          Declaration subinterface for an abstract method.
 interface ClassMethod
          Declaration subinterface for a method which may occur in a class and is a Block.