joeq.Compiler.BytecodeAnalysis
Class Trimmer
java.lang.Object
joeq.Compiler.BytecodeAnalysis.Trimmer
public class Trimmer
- extends Object
- Version:
- $Id: Trimmer.java,v 1.29 2004/09/30 03:35:38 joewhaley Exp $
- Author:
- John Whaley
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TRACE
public static boolean TRACE
out
public static final PrintStream out
Trimmer
public Trimmer(jq_Method method,
Set initialClassSet,
boolean addall)
Trimmer
public Trimmer(Set initialClassSet,
boolean addall)
getRootSet
public BootstrapRootSet getRootSet()
addToWorklist
public void addToWorklist(jq_Method m)
addInvokedInterfaceMethod
public void addInvokedInterfaceMethod(jq_InstanceMethod m)
addInvokedVirtualMethod
public void addInvokedVirtualMethod(jq_InstanceMethod m)
go
public void go()
addNecessaryInterfaceMethodImplementations
public void addNecessaryInterfaceMethodImplementations(jq_Class c,
jq_Class inter)
Copyright © 2001-2005 John Whaley. All Rights Reserved.