org.jruby.compiler.ir
Class IR_Script
java.lang.Object
org.jruby.compiler.ir.IR_ScopeImpl
org.jruby.compiler.ir.IR_Script
- All Implemented Interfaces:
- IR_Scope
public class IR_Script
- extends IR_ScopeImpl
Constructor Summary |
IR_Script(java.lang.String className,
java.lang.String sourceName)
|
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 |
_fileName
public final java.lang.String _fileName
_dummyClass
public final IR_Class _dummyClass
IR_Script
public IR_Script(java.lang.String className,
java.lang.String sourceName)
getFileName
public Operand getFileName()
getRootMethod
public IR_Method getRootMethod()
getRootClass
public IR_Class getRootClass()
toString
public java.lang.String toString()
- Overrides:
toString
in class IR_ScopeImpl
Copyright © 2002-2009 JRuby Team. All Rights Reserved.