Uses of Class
org.objectweb.kilim.description.TpMethod

Packages that use TpMethod
org.objectweb.kilim.description   
org.objectweb.kilim.model   
 

Uses of TpMethod in org.objectweb.kilim.description
 

Subclasses of TpMethod in org.objectweb.kilim.description
 class TpConstructor
           
 

Uses of TpMethod in org.objectweb.kilim.model
 

Methods in org.objectweb.kilim.model with parameters of type TpMethod
private  ComponentFactory.RTMethod ComponentFactory.newInnerMethod(TpMethod aMethod)
           
 

Constructors in org.objectweb.kilim.model with parameters of type TpMethod
ComponentFactory.RTMethod(TpMethod aMethod, Component aComponent, RuntimeSource aSupport, RuntimeSource[] params, java.lang.String[] tpNames)