|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectharpoon.Backend.Generic.Runtime
harpoon.Backend.Runtime1.Runtime
harpoon.Backend.Runtime2.Runtime
public class Runtime
Runtime2.Runtime
is a no-frills implementation of the runtime
abstract class.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class harpoon.Backend.Runtime1.Runtime |
---|
Runtime.ExtraClazInfo |
Nested classes/interfaces 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 TreeBuilder |
initTreeBuilder()
|
Methods inherited from class harpoon.Backend.Runtime1.Runtime |
---|
classData, getExtraClazInfo, getNameMap, getTreeBuilder, initObjectBuilder, nativeTreeCodeFactory, resourcePath, 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 TreeBuilder initTreeBuilder()
initTreeBuilder
in class Runtime
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |