Deprecated API


Contents
Deprecated Methods
com.google.javascript.jscomp.parsing.ParserRunner.createConfig(boolean)
           
com.google.javascript.rhino.EcmaError.getColumnNumber()
          Use RhinoException.columnNumber() from the super class. 
com.google.javascript.rhino.EcmaError.getLineNumber()
          Use RhinoException.lineNumber() from the super class. 
com.google.javascript.rhino.EcmaError.getLineSource()
          Use RhinoException.lineSource() from the super class. 
com.google.javascript.rhino.EcmaError.getSourceName()
          Use RhinoException.sourceName() from the super class. 
com.google.javascript.rhino.Context.hasCompileFunctionsWithDynamicScope()
            
com.google.javascript.rhino.Context.setCompileFunctionsWithDynamicScope(boolean)