org.python.core
Class PyRunnableBootstrap

java.lang.Object
  extended by org.python.core.PyRunnableBootstrap
All Implemented Interfaces:
CodeBootstrap

public class PyRunnableBootstrap
extends Object
implements CodeBootstrap


Field Summary
static String REFLECTION_METHOD_NAME
           
 
Method Summary
static CodeBootstrap getFilenameConstructorReflectionBootstrap(Class<? extends PyRunnable> cls)
           
 PyCode loadCode(CodeLoader loader)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REFLECTION_METHOD_NAME

public static final String REFLECTION_METHOD_NAME
See Also:
Constant Field Values
Method Detail

loadCode

public PyCode loadCode(CodeLoader loader)
Specified by:
loadCode in interface CodeBootstrap

getFilenameConstructorReflectionBootstrap

public static CodeBootstrap getFilenameConstructorReflectionBootstrap(Class<? extends PyRunnable> cls)


Jython homepage