joeq.Util
Class MakeProxy

java.lang.Object
  extended by joeq.Util.MakeProxy

public class MakeProxy
extends Object

Helper application to create proxy classes that encapsulate an object's package-accessible fields and make them public fields. Currently used to create for Compiler.Analysis.IPA.PAProxy.


Field Summary
static String suffix
           
 
Constructor Summary
MakeProxy()
           
 
Method Summary
static void main(String[] av)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

suffix

public static final String suffix
See Also:
Constant Field Values
Constructor Detail

MakeProxy

public MakeProxy()
Method Detail

main

public static void main(String[] av)
                 throws Exception
Throws:
Exception


Copyright © 2001-2008 John Whaley. All Rights Reserved.