Examples of DefineClassMethodInstr


Examples of org.jruby.compiler.ir.instructions.DefineClassMethodInstr

        //    ((IRModule) ((MetaObject) container).getScope()).addMethod(method);
        //}
        if (s.getLexicalParent() instanceof IRModule) {
            ((IRModule)s.getLexicalParent()).addMethod(method);
        }
        s.addInstr(new DefineClassMethodInstr(container, method));
        return Nil.NIL;
    }
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.