org.jruby.compiler.ir
Class IR_Class
java.lang.Object
org.jruby.compiler.ir.IR_ScopeImpl
org.jruby.compiler.ir.IR_Module
org.jruby.compiler.ir.IR_Class
- All Implemented Interfaces:
- IR_Scope
public class IR_Class
- extends IR_Module
Methods inherited from class org.jruby.compiler.ir.IR_ScopeImpl |
addClass, addInstr, addMethod, addModule, buildCFG, endLoop, getAndIncrementMethodIndex, getCFG, getConstants, getConstantValue, getCurrentLoop, getInstrs, getNewLabel, getNewLabel, getNewVariable, getNewVariable, getParent, getSelf, runCompilerPass, setConstantValue, startLoop, toStringInstrs, toStringVariables |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
_superClass
public final Operand _superClass
_isSingleton
public final boolean _isSingleton
IR_Class
public IR_Class(IR_Scope parent,
IR_Scope lexicalParent,
Operand superClass,
java.lang.String className,
boolean isSingleton)
IR_Class
public IR_Class(Operand parent,
IR_Scope lexicalParent,
Operand superClass,
java.lang.String className,
boolean isSingleton)
bootStrap
public static void bootStrap()
isAClassRootMethod
public static boolean isAClassRootMethod(IR_Method m)
getCoreClass
public static IR_Class getCoreClass(java.lang.String n)
getRootMethod
public IR_Method getRootMethod()
toString
public java.lang.String toString()
- Overrides:
toString
in class IR_Module
Copyright © 2002-2009 JRuby Team. All Rights Reserved.