/[classpath]/classpath/java/lang/instrument/ClassFileTransformer.java
ViewVC logotype

Diff of /classpath/java/lang/instrument/ClassFileTransformer.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1.2.1 by varth, Sat Dec 3 15:26:35 2005 UTC revision 1.1.2.2 by tromey, Mon Dec 5 19:49:42 2005 UTC
# Line 58  public interface ClassFileTransformer Line 58  public interface ClassFileTransformer
58     * Implementation of this method transforms a class by redefining its     * Implementation of this method transforms a class by redefining its
59     * bytecodes. Once a ClassFileTransformer object registers itself to the     * bytecodes. Once a ClassFileTransformer object registers itself to the
60     * Instrumentation object, this method will be called each time a class is     * Instrumentation object, this method will be called each time a class is
61     * defined (<code> ClassLoader.defineClass </code> or redefined     * defined (<code>ClassLoader.defineClass</code>) or redefined
62     * (<code>Instrumentation.redefineClasses</code>)     * (<code>Instrumentation.redefineClasses</code>)
63     * @param loader the loader of the class     * @param loader the loader of the class
64     * @param className the name of the class with packages separated with "/"     * @param className the name of the class with packages separated with "/"

Legend:
Removed from v.1.1.2.1  
changed lines
  Added in v.1.1.2.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26