|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJFlex.PackEmitter
JFlex.HiLowEmitter
public class HiLowEmitter
HiLowEmitter
Field Summary |
---|
Fields inherited from class JFlex.PackEmitter |
---|
chunks, name, out |
Constructor Summary | |
---|---|
HiLowEmitter(java.lang.String name)
Create new emitter for values in [0, 0xFFFFFFFF] using hi/low encoding. |
Method Summary | |
---|---|
void |
emit(int val)
Emit one value using two characters. |
void |
emitUnpack()
Emits hi/low pair unpacking code for the generated array. |
Methods inherited from class JFlex.PackEmitter |
---|
breaks, constName, emitInit, emitUC, nl, println, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public HiLowEmitter(java.lang.String name)
name
- the name of the generated arrayMethod Detail |
---|
public void emitUnpack()
emitUnpack
in class PackEmitter
JFlex.PackEmitter#emitUnPack()
public void emit(int val)
val
- the value to emit
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |