Package org.rendersnake.js

Examples of org.rendersnake.js.Statement


    public void testSimple2(){       
        Function f = new Function("arg");
        f.name = "test";
        f.add($("this").addClass("hide"));
        f.add(new Statement("alert('hello')"));
        f.returns = "1+2";
       
        System.out.println(f);
    }
View Full Code Here

TOP

Related Classes of org.rendersnake.js.Statement

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.