Examples of AuxArgument


Examples of org.jatha.compile.args.AuxArgument

        list8.getNormalArguments().add(new NormalArgument(a_sym));
        list8_c_default = lisp.makeInteger(13);
        list8.getKeyArguments().put(c_key,new KeyArgument(int_sym,c_key,list8_c_default,supp_sym));

        list9.getAuxArguments().add(new AuxArgument(a_sym,lisp.makeInteger(13)));
    }
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.