Uses of Interface
org.inxar.jenesis.ClassMethod

Packages that use ClassMethod
org.inxar.jenesis Interfaces which abstract Java language elements (read the desciption below). 
 

Uses of ClassMethod in org.inxar.jenesis
 

Methods in org.inxar.jenesis that return ClassMethod
 ClassMethod ClassDeclaration.newMethod(Type type, java.lang.String name)
          Creates a new method in this class with the given type and name.