Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
I
L
M
N
P
R
S
T
U
V
D
data
- Variable in class com.futureshocked.datastructures.
BinaryNode
The value of this node.
DebuggerClassLoader
- Class in
com.futureshocked.classloader
ClassLoader
that allows for easy debugging of classes.
DebuggerClassLoader(ClassLoader)
- Constructor for class com.futureshocked.classloader.
DebuggerClassLoader
Simple constructor that makes an empty
ClassTransforms
and sets verbose to false.
DebuggerClassLoader(ClassLoader, ClassTransforms, boolean)
- Constructor for class com.futureshocked.classloader.
DebuggerClassLoader
Full constructor that allows all instance variables to be set.
DebuggerClassVisitor
- Class in
com.futureshocked.classloader
An
org.objectweb.asm.ClassAdapter
that will modify classes as needed.
DebuggerClassVisitor(ClassVisitor, String, ClassTransforms, boolean)
- Constructor for class com.futureshocked.classloader.
DebuggerClassVisitor
Constructor that sets the appropriate instance variables.
DebuggerClassVisitor.RecursionLimiterMethodAdapter
- Class in
com.futureshocked.classloader
Inner class that adds recursion limiting instructions to the end of a method.
DebuggerClassVisitor.RecursionLimiterMethodAdapter(MethodVisitor, String, String)
- Constructor for class com.futureshocked.classloader.
DebuggerClassVisitor.RecursionLimiterMethodAdapter
Constructor which sets the appropriate instance variables.
defaultDebugDepth
- Static variable in class com.futureshocked.classloader.
ApplicationDebugger
The default maximum recursive depth for
StaticDebugger.printDebugInformation
defaultMaxDepth
- Static variable in class com.futureshocked.debug.
StaticDebugger
The default maximum recursion depth for printing.
defaultRecursionDepth
- Static variable in class com.futureshocked.classloader.
ApplicationDebugger
The default maximum recursive depth for limited recursion
defineClass(String, boolean)
- Method in class com.futureshocked.classloader.
DebuggerClassLoader
Defines a class, after using
DebuggerClassVisitor
if appropriate.
description
- Variable in class com.futureshocked.classloader.
InterceptedMethod
The method description - if null will match all overloaded methods with the same name.
description
- Variable in class com.futureshocked.classloader.
MethodDescriptionUtil
The method description.
Overview
Package
Class
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
F
G
I
L
M
N
P
R
S
T
U
V