Uses of Interface
org.inxar.jenesis.Interface

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

Uses of Interface in com.inxar.jenesis.util
 

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

Uses of Interface in org.inxar.jenesis
 

Methods in org.inxar.jenesis that return Interface
 Interface Interface.addExtends(java.lang.String type)
          Adds the given string to the list of extends clauses and returns the Interface.
 Interface CompilationUnit.newInterface(java.lang.String name)
          Adds a new interface to this compilation unit.