Package org.cx4a.rsense.typing.runtime

Examples of org.cx4a.rsense.typing.runtime.PolymorphicObject


        // Check to see if polymorphic objects are changed
        if (typeSet != null && !megamorphic) {
            for (IRubyObject obj : typeSet) {
                if (obj instanceof PolymorphicObject) {
                    PolymorphicObject pobj = (PolymorphicObject) obj;
                    if (changedTime <= pobj.getModifiedTime())
                        return changed = true;
                }
            }
        }
View Full Code Here

TOP

Related Classes of org.cx4a.rsense.typing.runtime.PolymorphicObject

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.