Package st.gravel.support.compiler.ast

Examples of st.gravel.support.compiler.ast.VariableScopeAnalyzerState$VariableScopeAnalyzerState_Factory


        return (Statement) NonLocalTempAccessToHolderConverter.this.visit_(_each);
      }
    }))));
    for (final Map.Entry<String, VariableScopeAnalyzerState> _temp1 : _temps.entrySet()) {
      String _varName = _temp1.getKey();
      VariableScopeAnalyzerState _state = _temp1.getValue();
      if (NonLocalTempAccessToHolderConverter.this.needsRewrite_(_state)) {
        _node[0] = ((SequenceNode) VariableToHolderRewriter.factory.varName_(_varName).visit_(_node[0]));
      }
    }
    return _node[0];
View Full Code Here

TOP

Related Classes of st.gravel.support.compiler.ast.VariableScopeAnalyzerState$VariableScopeAnalyzerState_Factory

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.