public class JSMin extends Object
| Modifier and Type | Method and Description |
|---|---|
void |
jsmin()
jsmin -- Copy the input to the output, deleting the characters which are
insignificant to JavaScript.
|
static void |
main(String[] arg) |
public void jsmin()
throws IOException,
ca.carleton.gcrc.javascript.JSMin.UnterminatedRegExpLiteralException,
ca.carleton.gcrc.javascript.JSMin.UnterminatedCommentException,
ca.carleton.gcrc.javascript.JSMin.UnterminatedStringLiteralException
IOExceptionca.carleton.gcrc.javascript.JSMin.UnterminatedRegExpLiteralExceptionca.carleton.gcrc.javascript.JSMin.UnterminatedCommentExceptionca.carleton.gcrc.javascript.JSMin.UnterminatedStringLiteralExceptionpublic static void main(String[] arg)
Copyright © 2016. All Rights Reserved.