|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--harpoon.Backend.Generic.Runtime | +--harpoon.Backend.Runtime1.Runtime | +--harpoon.Backend.Runtime2.Runtime
Runtime2.Runtime
is a no-frills implementation of the runtime
abstract class.
Nested Class Summary |
Nested classes inherited from class harpoon.Backend.Generic.Runtime |
Runtime.ObjectBuilder, Runtime.TreeBuilder |
Field Summary |
Fields inherited from class harpoon.Backend.Runtime1.Runtime |
as, cg, ch, frame, main, ob, staticInitializers |
Fields inherited from class harpoon.Backend.Generic.Runtime |
configurationSet |
Constructor Summary | |
Runtime(Frame frame,
AllocationStrategy as,
HMethod main,
boolean prependUnderscore)
|
|
Runtime(Frame frame,
AllocationStrategy as,
HMethod main,
boolean prependUnderscore,
ObjectBuilder.RootOracle rootOracle)
|
Method Summary | |
protected Runtime.TreeBuilder |
initTreeBuilder()
|
Methods inherited from class harpoon.Backend.Runtime1.Runtime |
classData, getNameMap, getTreeBuilder, nativeTreeCodeFactory, resourcePath, runtimeCallableMethods, runtimeCallableMethods, setCallGraph, setClassHierarchy |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Runtime(Frame frame, AllocationStrategy as, HMethod main, boolean prependUnderscore)
public Runtime(Frame frame, AllocationStrategy as, HMethod main, boolean prependUnderscore, ObjectBuilder.RootOracle rootOracle)
Method Detail |
protected Runtime.TreeBuilder initTreeBuilder()
initTreeBuilder
in class Runtime
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |