Uses of Class
com.sun.jdo.api.persistence.enhancer.classfile.ClassMethod
Packages that use ClassMethod
-
Uses of ClassMethod in com.sun.jdo.api.persistence.enhancer.classfile
Methods in com.sun.jdo.api.persistence.enhancer.classfile that return ClassMethodModifier and TypeMethodDescriptionClassFile.findMethod(String methodName, String methodSig) Look for a method with the specified name and type signatureMethods in com.sun.jdo.api.persistence.enhancer.classfile with parameters of type ClassMethodModifier and TypeMethodDescriptionvoidClassFile.addMethod(ClassMethod method) Add a method to the list of the methods which the class defines