Package r.data

Examples of r.data.RAny


        }
        return executeWithBase(frame, base);
    }

    public Object executeWithBase(Frame frame, RAny base) {
        RAny index = (RAny) indexes[0].execute(frame);
        if (getNewNode() != null) {
            return ((ReadVector)getNewNode()).execute(index, base);
        }
        return execute(index, base);
    }
View Full Code Here

TOP

Related Classes of r.data.RAny

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.