joeq.Util
Class MakeProxy

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

public class MakeProxy
extends java.lang.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 java.lang.String suffix
           
 
Constructor Summary
MakeProxy()
           
 
Method Summary
static void main(java.lang.String[] av)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

suffix

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

MakeProxy

public MakeProxy()
Method Detail

main

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