| Interface | Description |
|---|---|
| TokenReader |
| Class | Description |
|---|---|
| Detokenizer |
Converts Token Objects into a JavaScript file
|
| FileProcessor |
This utility class can be used to perform some processing on input files,
and write the results to corresponding output files.
|
| Filter1 |
Removes all comments and redundant whitespace
|
| Filter2 |
Renames local variable names to short ones
|
| Queue |
Implements a first-in-first-out (FIFO) queue.
|
| Reducer |
Reduces JavaScript files by stripping comments and redundant whitespace
and renaming local variable names to shorter ones.
|
| Token |
Tokens for JavaScript source code
|
| TokenBuffer |
A buffer to hold Token objects.
|
| Tokenizer |
A Tokenizer for JavaScript source files.
|
| Exception | Description |
|---|---|
| TokenException |
Copyright © 2001-2012 Apache Software Foundation. All Rights Reserved.