|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.fmj.codegen.FormatTraceUtils
public class FormatTraceUtils
For tracing format operations.
| Constructor Summary | |
|---|---|
FormatTraceUtils()
|
|
| Method Summary | |
|---|---|
static void |
traceClone(Format f1,
Format f2)
|
static void |
traceEquals(Format f1,
Format f2,
boolean result)
|
static void |
traceIntersects(Format f1,
Format f2,
Format result)
|
static void |
traceMatches(Format f1,
Format f2,
boolean result)
|
static void |
traceRelax(Format f1,
Format result)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FormatTraceUtils()
| Method Detail |
|---|
public static void traceRelax(Format f1,
Format result)
public static void traceIntersects(Format f1,
Format f2,
Format result)
public static void traceMatches(Format f1,
Format f2,
boolean result)
public static void traceEquals(Format f1,
Format f2,
boolean result)
public static void traceClone(Format f1,
Format f2)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||