Package caltrop.interpreter.ast

Examples of caltrop.interpreter.ast.Actor


     */
    public void attributeChanged(Attribute attribute)
            throws IllegalActionException {
        if (attribute == calCode) {
            String s = calCode.getExpression();
            Actor actor;

            try {
                actor = caltrop.interpreter.util.SourceReader.readActor(s);
            } catch (Throwable ex) {
                // FIXME: It would be nice if _stringToActor threw
View Full Code Here

TOP

Related Classes of caltrop.interpreter.ast.Actor

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.