Uses of Interface
ch.sahits.model.java.IBeanMethod

Packages that use IBeanMethod
ch.sahits.model.java   
 

Uses of IBeanMethod in ch.sahits.model.java
 

Classes in ch.sahits.model.java that implement IBeanMethod
 class BeanMethod
          Impletation of the IBeanMethod interface
 

Methods in ch.sahits.model.java that return types with arguments of type IBeanMethod
 java.util.List<IBeanMethod> ClassModel.methods()
          Retrieve the list of methods
 

Methods in ch.sahits.model.java with parameters of type IBeanMethod
 void ClassModel.addMethod(IBeanMethod m)
          Add a method