|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.myfaces.buildtools.maven2.plugin.javascript.uixtools.Detokenizer
public class Detokenizer
Converts Token Objects into a JavaScript file
| Constructor Summary | |
|---|---|
Detokenizer(java.io.PrintWriter out)
|
|
Detokenizer(java.io.Writer out)
Creates a new PrintWriter and calls the other constructor. |
|
| Method Summary | |
|---|---|
void |
write(Token tok)
decodes a token and writes the result |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Detokenizer(java.io.PrintWriter out)
out - the file to write the output to.public Detokenizer(java.io.Writer out)
| Method Detail |
|---|
public void write(Token tok)
throws java.io.IOException
tok - the token to decode.
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||