Examples of allMethodsIn_do_()


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

  @Override
  public SimpleTraitUsageNode allMethodsIn_do_(final SystemNode _aSystemNode, final st.gravel.support.jvm.Block1<Object, MethodNode> _aBlock) {
    final ClassDescriptionNode _trait;
    _trait = _aSystemNode.classNodeAt_(_reference);
    _trait.allMethodsIn_do_(_aSystemNode, _aBlock);
    return this;
  }

  @Override
  public SimpleTraitUsageNode allNodesDo_(final st.gravel.support.jvm.Block1<Object, Node> _aBlock) {
View Full Code Here

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

    }
    _scn = this.superclassNodeIn_(_aSystemNode);
    if (_scn == null) {
      return ClassNode.this;
    }
    _scn.allMethodsIn_do_(_aSystemNode, _aBlock);
    return this;
  }

  @Override
  public ClassNode allNodesDo_(final st.gravel.support.jvm.Block1<Object, Node> _aBlock) {
View Full Code Here

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

    }
    _scn = this.superclassNodeIn_(_aSystemNode);
    if (_scn == null) {
      return MetaclassNode.this;
    }
    _scn.allMethodsIn_do_(_aSystemNode, _aBlock);
    return this;
  }

  @Override
  public MetaclassNode allNodesDo_(final st.gravel.support.jvm.Block1<Object, Node> _aBlock) {
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.