Package st.gravel.support.compiler.ast

Examples of st.gravel.support.compiler.ast.AbstractMethodMapping.methodNode()


        final st.gravel.core.Symbol _sel;
        _sel = _selectorConverter.functionNameAsSelector_(_methodName);
        if (_allSelectors[0].contains(_sel)) {
          final AbstractMethodMapping _methodMapping;
          _methodMapping = _systemMapping.methodMappingFrom_selector_(_superMapping[0], _sel);
          if ((_methodMapping != null) && (_methodMapping.methodNode() != null)) {
            return _aBlock.value_(_methodMapping.methodNode());
          }
        }
        return SystemMappingUpdater.this;
      }
View Full Code Here


        _sel = _selectorConverter.functionNameAsSelector_(_methodName);
        if (_allSelectors[0].contains(_sel)) {
          final AbstractMethodMapping _methodMapping;
          _methodMapping = _systemMapping.methodMappingFrom_selector_(_superMapping[0], _sel);
          if ((_methodMapping != null) && (_methodMapping.methodNode() != null)) {
            return _aBlock.value_(_methodMapping.methodNode());
          }
        }
        return SystemMappingUpdater.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.