public interface Compilable<T>
Modifier and Type | Method and Description |
---|---|
void |
completeBuild(T buildResult) |
InterpreterContext |
ensureInstrsReady() |
String |
getClassName(ThreadContext context) |
String |
getFile() |
RubyModule |
getImplementationClass() |
IRScope |
getIRScope() |
int |
getLine() |
String |
getName() |
void |
setCallCount(int count) |
void setCallCount(int count)
void completeBuild(T buildResult)
IRScope getIRScope()
InterpreterContext ensureInstrsReady()
String getClassName(ThreadContext context)
String getName()
String getFile()
int getLine()
RubyModule getImplementationClass()
Copyright © 2001-2015 JRuby. All Rights Reserved.