Package xscript.compiler

Examples of xscript.compiler.XTreePrinter


 
  public static void main(String[] args){
   
    XStandartTreeMaker maker = new XStandartTreeMaker();
    XTree tree = maker.makeTree("public class A {public void v(){x=a+(b*3)/(2+x)%2;}}", new XMessageList());
    XTreePrinter treePrinter = new XTreePrinter();
    tree.accept(treePrinter);
   
  }
View Full Code Here

TOP

Related Classes of xscript.compiler.XTreePrinter

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.