List of all members.
Detailed Description
Definition at line 60 of file jsmin.py.
Member Function Documentation
do something! What you do is determined by the argument:
1 Output A. Copy B to A. Get the next B.
2 Copy B to A. Get the next B. (Delete A).
3 Get the next B. (Delete B).
action treats a string as a single character. Wow!
action recognizes a regular expression if it is preceded by ( or , or =.
Definition at line 113 of file jsmin.py.
return the next character from stdin. Watch out for lookahead. If
the character is a control character, translate it to a space or
linefeed.
Definition at line 67 of file jsmin.py.
Copy the input to the output, deleting the characters which are
insignificant to JavaScript. Comments will be removed. Tabs will be
replaced with spaces. Carriage returns will be replaced with linefeeds.
Most spaces and linefeeds will be removed.
Definition at line 161 of file jsmin.py.
get the next character, excluding comments. peek() is used to see
if a '/' is followed by a '/' or '*'.
Definition at line 88 of file jsmin.py.
Member Data Documentation
The documentation for this class was generated from the following file: