Class Parser.PerFunctionVariables

java.lang.Object
org.mozilla.javascript.Parser.PerFunctionVariables
Enclosing class:
Parser

protected class Parser.PerFunctionVariables extends Object
  • Field Details

    • savedCurrentScriptOrFn

      private ScriptNode savedCurrentScriptOrFn
    • savedCurrentScope

      private Scope savedCurrentScope
    • savedEndFlags

      private int savedEndFlags
    • savedInForInit

      private boolean savedInForInit
    • savedLabelSet

      private Map<String,LabeledStatement> savedLabelSet
    • savedLoopSet

      private List<Loop> savedLoopSet
    • savedLoopAndSwitchSet

      private List<Jump> savedLoopAndSwitchSet
  • Constructor Details

    • PerFunctionVariables

      PerFunctionVariables(FunctionNode fnNode)
  • Method Details

    • restore

      void restore()