Uses of Class
org.jruby.ir.IRManager
Packages that use IRManager
-
Uses of IRManager in org.jruby
-
Uses of IRManager in org.jruby.ir
Fields in org.jruby.ir declared as IRManagerModifier and TypeFieldDescriptionprotected final IRManagerIRBuilder.managerprivate final IRManagerIRScope.managerMethods in org.jruby.ir that return IRManagerMethods in org.jruby.ir with parameters of type IRManagerModifier and TypeMethodDescriptionstatic InterpreterContextIRBuilder.newIRBuilder(IRManager manager, IRScope newScope) static IRBuilderIRBuilder.topIRBuilder(IRManager manager, IRScope newScope) Constructors in org.jruby.ir with parameters of type IRManagerModifierConstructorDescriptionIRClassBody(IRManager manager, IRScope lexicalParent, ByteList name, int lineNumber, StaticScope scope, boolean executesOnce) protectedIRClosure(IRManager manager, IRScope lexicalParent, int lineNumber, StaticScope staticScope, int closureId, ByteList fullName) IRClosure(IRManager manager, IRScope lexicalParent, int lineNumber, StaticScope staticScope, Signature signature) IRClosure(IRManager manager, IRScope lexicalParent, int lineNumber, StaticScope staticScope, Signature signature, int coverageMode) IRClosure(IRManager manager, IRScope lexicalParent, int lineNumber, StaticScope staticScope, Signature signature, ByteList prefix) IRClosure(IRManager manager, IRScope lexicalParent, int lineNumber, StaticScope staticScope, Signature signature, ByteList prefix, boolean isBeginEndBlock) IRClosure(IRManager manager, IRScope lexicalParent, int lineNumber, StaticScope staticScope, Signature signature, ByteList prefix, boolean isBeginEndBlock, int coverageMode) protectedIRClosure(IRManager manager, IRScope lexicalParent, int lineNumber, StaticScope staticScope, ByteList prefix) protectedIRClosure(IRManager manager, IRScope lexicalParent, int lineNumber, StaticScope staticScope, ByteList prefix, int coverageMode) IREvalScript(IRManager manager, IRScope lexicalParent, String fileName, int lineNumber, StaticScope staticScope, EvalType evalType) IRFor(IRManager manager, IRScope lexicalParent, int lineNumber, StaticScope staticScope, Signature signature) IRFor(IRManager manager, IRScope lexicalParent, int lineNumber, StaticScope staticScope, Signature signature, ByteList labelPrefix) IRMetaClassBody(IRManager manager, IRScope lexicalParent, ByteList name, int lineNumber, StaticScope scope) IRMethod(IRManager manager, IRScope lexicalParent, DefNode defn, ByteList name, boolean isInstanceMethod, int lineNumber, StaticScope staticScope, int coverageMode) IRModuleBody(IRManager manager, IRScope lexicalParent, ByteList name, int lineNumber, StaticScope staticScope, boolean executesOnce) IRScope(IRManager manager, IRScope lexicalParent, ByteList name, int lineNumber, StaticScope staticScope) IRScope(IRManager manager, IRScope lexicalParent, ByteList name, int lineNumber, StaticScope staticScope, int coverageMode) IRScriptBody(IRManager manager, String sourceName, StaticScope staticScope) -
Uses of IRManager in org.jruby.ir.persistence
Fields in org.jruby.ir.persistence declared as IRManagerMethods in org.jruby.ir.persistence with parameters of type IRManagerModifier and TypeMethodDescriptionstatic IRScopeIRReader.createScope(IRManager manager, IRScopeType type, ByteList byteName, String file, int line, IRScope lexicalParent, Signature signature, StaticScope staticScope) private static IRScopeIRReader.decodeScopeHeader(IRManager manager, IRReaderDecoder decoder, IRScopeType type, int line) static IRScopeIRReader.load(IRManager manager, IRReaderDecoder file) Constructors in org.jruby.ir.persistence with parameters of type IRManagerModifierConstructorDescriptionprivateIRReaderStream(ByteBuffer buf, IRManager manager, List<IRScope> scopes, IRScope currentScope, ByteList filename, RubySymbol[] constantPool) IRReaderStream(IRManager manager, byte[] bytes, ByteList filename) IRReaderStream(IRManager manager, File file, ByteList filename) -
Uses of IRManager in org.jruby.ir.representations
Methods in org.jruby.ir.representations that return IRManager