Class Main


  • public class Main
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected static org.mozilla.javascript.tools.ToolErrorReporter errorReporter  
      protected static boolean escapeUnicode  
      protected static int exitCode  
      protected static org.mozilla.javascript.tools.shell.Global global  
      protected static org.mozilla.javascript.tools.shell.ShellContextFactory shellContextFactory  
      protected static java.lang.String stripConsole  
    • Constructor Summary

      Constructors 
      Constructor Description
      Main()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)  
      static java.lang.String[] processOptions​(java.lang.String[] args)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • global

        protected static final org.mozilla.javascript.tools.shell.Global global
      • shellContextFactory

        protected static final org.mozilla.javascript.tools.shell.ShellContextFactory shellContextFactory
      • errorReporter

        protected static org.mozilla.javascript.tools.ToolErrorReporter errorReporter
      • exitCode

        protected static int exitCode
      • escapeUnicode

        protected static boolean escapeUnicode
      • stripConsole

        protected static java.lang.String stripConsole
    • Constructor Detail

      • Main

        public Main()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
      • processOptions

        public static java.lang.String[] processOptions​(java.lang.String[] args)