class ParserObject
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected DebugOutput |
debugPrinter |
(package private) static int |
EXCEPTION |
(package private) static int |
LINE_TRACE |
(package private) static int |
MISC |
(package private) static int |
NONE |
(package private) static int |
TIME |
(package private) static int |
TRACE |
(package private) static int |
VALUES |
(package private) static int |
WARNING |
| Constructor and Description |
|---|
ParserObject() |
ParserObject(int debugVals) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
debugOutput(int outputType,
java.lang.String theOutput) |
protected void |
debugOutputLn(int outputType,
java.lang.String theOutput) |
static final int TRACE
static final int VALUES
static final int MISC
static final int LINE_TRACE
static final int NONE
static final int EXCEPTION
static final int TIME
static final int WARNING
protected DebugOutput debugPrinter
Copyright 1996-2008 Sun Microsystems, Inc. All Rights Reserved. Use is subject to license terms.