Examples of canUnderstand_in_()


Examples of st.gravel.support.compiler.ast.ClassDescriptionNode.canUnderstand_in_()

  }

  public boolean canUnderstand_in_(final String _selector, final SystemNode _aSystemNode) {
    final ClassDescriptionNode _trait;
    _trait = _aSystemNode.classNodeAt_(_reference);
    return _trait.canUnderstand_in_(_selector, _aSystemNode);
  }

  @Override
  public SimpleTraitUsageNode[] components() {
    return st.gravel.support.jvm.ArrayFactory.with_(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.