| |
|
| java.lang.Object org.mozilla.javascript.tools.jsc.Main
Main | public class Main (Code) | | author: Norris Boyd |
Constructor Summary | |
public | Main() |
getClassName | String getClassName(String name)(Code) | | Verify that class file names are legal Java identifiers. Substitute
illegal characters with underscores, and prepend the name with an
underscore if the file name does not begin with a JavaLetter.
|
main | public static void main(String args)(Code) | | Main entry point.
Process arguments as would a normal Java program.
Then set up the execution environment and begin to
compile scripts.
|
processSource | public void processSource(String[] filenames)(Code) | | Compile JavaScript source.
|
|
|
|