All Packages Class Hierarchy
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Index of all Fields and Methods
- active.
Static variable in class phil.util.traceJ.Trace
- The current state of the trace (does it have valid bits?).
- bits.
Static variable in class phil.util.traceJ.Trace
- The trace bits currently in use.
- BLANKSTRING.
Static variable in interface phil.util.traceJ.Traceable
-
- close().
Method in class phil.util.traceJ.Trace
- Deactivates traces.
- constructor(Object).
Method in class phil.util.traceJ.Trace
- Used to enable tracing of a class constructor.
- currentClass.
Variable in class phil.util.traceJ.Trace
- The name of the current class.
- currentDepth.
Static variable in class phil.util.traceJ.Trace
- The current depth (in traced classes/methods).
- dump(TraceToken, char[]).
Method in class phil.util.traceJ.Trace
- Generates a formatted hex dump of
buffer
and adds it to the output stream.
- dump(TraceToken, char[], int, int).
Method in class phil.util.traceJ.Trace
- Generates a formatted hex dump of
buffer
from offset
for length
and adds it to the output stream.
- dump(TraceToken, String).
Method in class phil.util.traceJ.Trace
- Generates a formatted hex dump of
buffer
and adds it to the output stream.
- dump(TraceToken, String, int, int).
Method in class phil.util.traceJ.Trace
- Generates a formatted hex dump of
buffer
from offset
for length
and adds it to the output stream.
- dumpStack().
Method in class phil.util.traceJ.Trace
- Dumps the contents of the method call stack to the trace output stream in
reverse order.
- dumpTraceBits().
Method in class phil.util.traceJ.Trace
- Dumps the active trace bits to the output stream.
- exit(TraceToken).
Method in class phil.util.traceJ.Trace
- Removes the current method from the method stack and indicates its exit in the
trace output stream.
- exit(TraceToken, boolean).
Method in class phil.util.traceJ.Trace
- Removes the current method from the method stack and indicates its exit in the
trace output stream.
- field(TraceToken, String, int).
Method in class phil.util.traceJ.Trace
- Prints the name and contents of a field to the trace output stream.
- field(TraceToken, String, Object).
Method in class phil.util.traceJ.Trace
- Prints the name and contents of a field to the trace output stream.
- field(TraceToken, String, String).
Method in class phil.util.traceJ.Trace
- Prints the name and contents of a field to the trace output stream.
- getBitArray().
Method in class phil.util.traceJ.Trace
- Generates a String array containing the names of the active trace bits.
- getBits().
Method in class phil.util.traceJ.Trace
- Returns the active trace bits.
- getBits().
Method in class phil.util.traceJ.TraceToken
- Returns the trace bits currently enabled.
- getClassName().
Method in class phil.util.traceJ.TraceToken
- Returns the short name of the class associated with the active object.
- getDepth().
Method in class phil.util.traceJ.TraceToken
- Returns the current trace depth.
- getMethodName().
Method in class phil.util.traceJ.TraceToken
- Returns the name of the currently active method.
- getMethodStack().
Method in class phil.util.traceJ.Trace
- Returns a Vector containing Strings representing the method call stack.
- MAX_DEPTH.
Static variable in interface phil.util.traceJ.Traceable
-
- MAX_LINE.
Static variable in interface phil.util.traceJ.Traceable
-
- method(Object, String, int).
Method in class phil.util.traceJ.Trace
- Adds the current method to the method stack and indicates its entry in the
trace output stream.
- methodStack.
Static variable in class phil.util.traceJ.Trace
- The name of the current method.
- NULLSTRING.
Static variable in interface phil.util.traceJ.Traceable
-
- NULLSTRLEN.
Static variable in interface phil.util.traceJ.Traceable
-
- open.
Static variable in class phil.util.traceJ.Trace
- The current state of the output stream.
- outputName.
Static variable in class phil.util.traceJ.Trace
- The name of the trace output file.
- PREFIX_LENGTH.
Static variable in interface phil.util.traceJ.Traceable
-
- print(TraceToken, String).
Method in class phil.util.traceJ.Trace
- Prints the specified string to the trace output stream.
- print(TraceToken, String, int).
Method in class phil.util.traceJ.Trace
- Prints the specified string to the trace output stream.
- set(int).
Method in class phil.util.traceJ.Trace
- Sets the trace bits in use to those specified.
- START_DEPTH.
Static variable in interface phil.util.traceJ.Traceable
-
- STR_ACTION.
Static variable in interface phil.util.traceJ.Traceable
-
- STR_ALL.
Static variable in interface phil.util.traceJ.Traceable
-
- STR_ATTRIB.
Static variable in interface phil.util.traceJ.Traceable
-
- STR_COMMENT.
Static variable in interface phil.util.traceJ.Traceable
-
- STR_CONSTRUCT.
Static variable in interface phil.util.traceJ.Traceable
-
- STR_DIAG.
Static variable in interface phil.util.traceJ.Traceable
-
- STR_FIELDS.
Static variable in interface phil.util.traceJ.Traceable
-
- STR_FLOW.
Static variable in interface phil.util.traceJ.Traceable
-
- STR_NONE.
Static variable in interface phil.util.traceJ.Traceable
-
- STR_STATE.
Static variable in interface phil.util.traceJ.Traceable
-
- test(int).
Method in class phil.util.traceJ.Trace
- Tests if a bit or set of bits is currently set.
- threadName.
Static variable in class phil.util.traceJ.Trace
- The name of the thread/component.
- TR_ACTION.
Static variable in interface phil.util.traceJ.Traceable
-
- TR_ALL.
Static variable in interface phil.util.traceJ.Traceable
-
- TR_ATTRIB.
Static variable in interface phil.util.traceJ.Traceable
-
- TR_COMMENT.
Static variable in interface phil.util.traceJ.Traceable
-
- TR_CONSTRUCT.
Static variable in interface phil.util.traceJ.Traceable
-
- TR_CURRENT.
Static variable in interface phil.util.traceJ.Traceable
-
- TR_DIAG.
Static variable in interface phil.util.traceJ.Traceable
-
- TR_FIELDS.
Static variable in interface phil.util.traceJ.Traceable
-
- TR_FLOW.
Static variable in interface phil.util.traceJ.Traceable
-
- TR_INTERN.
Static variable in interface phil.util.traceJ.Traceable
-
- TR_NONE.
Static variable in interface phil.util.traceJ.Traceable
-
- TR_NORMAL.
Static variable in interface phil.util.traceJ.Traceable
-
- TR_STATE.
Static variable in interface phil.util.traceJ.Traceable
-
- Trace().
Constructor for class phil.util.traceJ.Trace
- Opens a trace output stream to standard output.
- Trace(int).
Constructor for class phil.util.traceJ.Trace
- Opens a trace output stream to standard output and activates traces using the specified bits.
- Trace(String).
Constructor for class phil.util.traceJ.Trace
- Opens a trace output stream.
- Trace(String, int).
Constructor for class phil.util.traceJ.Trace
- Opens a trace output stream and activates traces using the specified bits.
- TraceToken(String, String).
Constructor for class phil.util.traceJ.TraceToken
- Creates a TraceToken.
- tracing().
Method in class phil.util.traceJ.TraceToken
- Returns
true
if the current method is being traced, false
if not.