Package lupos.gui.operatorgraph.graphwrapper

Examples of lupos.gui.operatorgraph.graphwrapper.GraphWrapperRules


    return new GraphWrapperASTRIF(this.compilationUnit);
  }

  @Override
  public GraphWrapper getASTCoreGraphWrapper() {
    return new GraphWrapperRules(this.rifDoc);
  }
View Full Code Here

TOP

Related Classes of lupos.gui.operatorgraph.graphwrapper.GraphWrapperRules

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.