Examples of sharedVariables()


Examples of st.gravel.support.compiler.ast.NamespaceNode.sharedVariables()

  public SystemMapping namespaceGlobalsAndInitializersDo_(final st.gravel.support.jvm.Block2<Object, AbsoluteReference, SharedDeclarationNode> _aBlock) {
    for (final Map.Entry<Reference, NamespaceNode> _temp1 : _systemNode.namespaceNodes().entrySet()) {
      Reference _reference = _temp1.getKey();
      NamespaceNode _namespaceNode = _temp1.getValue();
      for (final SharedDeclarationNode _sharedVariable : _namespaceNode.sharedVariables()) {
        _aBlock.value_value_(((AbsoluteReference) _reference).$slash$(st.gravel.core.Symbol.value(_sharedVariable.name())), _sharedVariable);
      }
    }
    return this;
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.