|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--org.opencores.JLex.CEmit
Class: CEmit
| Field Summary | |
private boolean |
EDBG
Constants |
private int |
END
|
private java.io.PrintWriter |
m_outstream
|
private CSpec |
m_spec
Member Variables |
private int |
NONE
|
private boolean |
NOT_EDBG
|
private int |
START
Constants: Anchor Types |
| Constructor Summary | |
(package private) |
CEmit()
Function: CEmit Description: Constructor. |
| Method Summary | |
private void |
emit_actions(java.lang.String tabs)
Function: emit_actions Description: |
private void |
emit_construct()
Function: emit_construct Description: Emits constructor, member variables, and constants. |
private void |
emit_driver()
Function: emit_driver Description: |
private void |
emit_footer()
Function: emit_footer Description: |
private void |
emit_header()
Function: emit_header Description: Emits class header. |
private void |
emit_helpers()
Function: emit_helpers Description: Emits helper functions, particularly error handling and input buffering. |
private void |
emit_states()
Function: emit_states Description: Emits constants that serve as lexical states, including YYINITIAL. |
private void |
emit_table_as_string(int[][] ia)
Function: emit_driver Description: Output an integer table as a string. |
private void |
emit_table()
Function: emit_table Description: Emits transition table. |
(package private) void |
emit(CSpec spec,
java.io.PrintWriter outstream)
Function: emit Description: High-level access function to module. |
private void |
print_details()
Function: print_details Description: Debugging output. |
private void |
reset()
Function: reset Description: Clears member variables. |
private void |
set(CSpec spec,
java.io.PrintWriter outstream)
Function: set Description: Initializes member variables. |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private CSpec m_spec
private java.io.PrintWriter m_outstream
private final int START
private final int END
private final int NONE
private final boolean EDBG
private final boolean NOT_EDBG
| Constructor Detail |
CEmit()
| Method Detail |
private void reset()
private void set(CSpec spec,
java.io.PrintWriter outstream)
private void print_details()
void emit(CSpec spec,
java.io.PrintWriter outstream)
throws java.io.IOException
private void emit_construct()
throws java.io.IOException
private void emit_states()
throws java.io.IOException
private void emit_helpers()
throws java.io.IOException
private void emit_header()
throws java.io.IOException
private void emit_table()
throws java.io.IOException
private void emit_table_as_string(int[][] ia)
private void emit_driver()
throws java.io.IOException
private void emit_actions(java.lang.String tabs)
throws java.io.IOException
private void emit_footer()
throws java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||