A B C D F G I L M N P R S T U V

C

cl - Variable in class com.futureshocked.classloader.ApplicationDebugger
An instance of DebuggerClassLoader
cl - Variable in class com.futureshocked.classloader.DebuggerClassLoader
The parent ClassLoader for this object - very important!
classes - Variable in class com.futureshocked.classloader.ClassTransforms
A HashMap that contains String keys, consisting of class names, that map to List objects that hold InterceptedMethod.
className - Variable in class com.futureshocked.classloader.ApplicationDebugger
The name of the class which contains the main() method to be invoked
className - Variable in class com.futureshocked.classloader.DebuggerClassVisitor
The name of the class currently being visited.
className - Variable in class com.futureshocked.classloader.DebuggerClassVisitor.RecursionLimiterMethodAdapter
The name of the class being visited.
className - Variable in class com.futureshocked.classloader.InterceptedMethod
The name of the class this method belongs to.
ClassTransforms - Class in com.futureshocked.classloader
A contain for InterceptedMethod, which also has boolean methods that will let DebuggerClassLoader know if a class should be modified, and DebuggerClassVisitor know if a method should be modified.
ClassTransforms() - Constructor for class com.futureshocked.classloader.ClassTransforms
Constructor that simply creates a new HashMap for this.classes.
com.futureshocked.classloader - package com.futureshocked.classloader
Provides a way to debug classes, using the ASM framework to dynamically modify classes upon loading.
com.futureshocked.datastructures - package com.futureshocked.datastructures
A package that contains a simple implementation of a binary tree, to be used for testing purposes.
com.futureshocked.debug - package com.futureshocked.debug
Contains some utility classes to be used for debugging.
ct - Variable in class com.futureshocked.classloader.ApplicationDebugger
Collection of InterceptedMethod
ct - Variable in class com.futureshocked.classloader.DebuggerClassLoader
ClassTransforms object that contains all InterceptedMethod objects.
ct - Variable in class com.futureshocked.classloader.DebuggerClassVisitor
A ClassTransforms that holds InterceptedMethod objects.

A B C D F G I L M N P R S T U V