|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JHDLPrintWriter | |
byucc.jhdl | |
byucc.jhdl.parsers.edif.sablecc.translation |
Uses of JHDLPrintWriter in byucc.jhdl |
Fields in byucc.jhdl declared as JHDLPrintWriter | |
JHDLPrintWriter |
JHDLOutput.error
The error stream, for reporting fatal errors; should default to System.err |
JHDLPrintWriter |
JHDLOutput.warning
The warning stream, for reporting non-fatal warnings; defaults to System.out |
JHDLPrintWriter |
JHDLOutput.notice
The notice stream, for posting notices (such as deprecations); defaults to System.out |
JHDLPrintWriter |
JHDLOutput.status
The status stream, for reporting status (such as during long operations, or to get the values of certain variables); defaults to System.out |
JHDLPrintWriter |
JHDLOutput.debug
The debug stream, for posting debug comments; defaults to disabled |
Methods in byucc.jhdl that return JHDLPrintWriter | |
JHDLPrintWriter |
JHDLOutput.getJHDLPrintWriter(int jhdlPrintWriterID)
Returns the JHDLPrintWriter that correlates with jhdlPrintWriterID . |
Methods in byucc.jhdl with parameters of type JHDLPrintWriter | |
void |
JHDLOutput.setDefaultJHDLPrintWriter(int jhdlPrintWriterID,
JHDLPrintWriter passed)
|
void |
JHDLOutput.setDefaultErrorJHDLPrintWriter(JHDLPrintWriter passed)
|
void |
JHDLOutput.setDefaultWarningJHDLPrintWriter(JHDLPrintWriter passed)
|
void |
JHDLOutput.setDefaultNoticeJHDLPrintWriter(JHDLPrintWriter passed)
|
void |
JHDLOutput.setDefaultDebugJHDLPrintWriter(JHDLPrintWriter passed)
|
void |
JHDLOutput.setDefaultStatusJHDLPrintWriter(JHDLPrintWriter passed)
|
boolean |
JHDLOutput.setJHDLPrintWriter(int jhdlPrintWriterID,
JHDLPrintWriter passedJHDLPrintWriter)
Based on the jhdlPrintWriterID passed to this method, it will set the
correlating JHDLPrintWriter reference to passedJHDLPrintWriter . |
Constructors in byucc.jhdl with parameters of type JHDLPrintWriter | |
JHDLPrintWriter(JHDLPrintWriter pw,
boolean autoFlush)
|
|
JHDLPrintWriter(JHDLPrintWriter pw)
|
Uses of JHDLPrintWriter in byucc.jhdl.parsers.edif.sablecc.translation |
Constructors in byucc.jhdl.parsers.edif.sablecc.translation with parameters of type JHDLPrintWriter | |
PrettyPrintVisitor(JHDLPrintWriter jpw)
|
|
PrettyPrintVisitor(JHDLPrintWriter jpw,
int indentLevel)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |