FreeHEP API
Version v1.2.2

org.freehep.jaco.generator
Class JavaProxy

java.lang.Object
  |
  +--org.freehep.jaco.generator.AbstractGenerator
        |
        +--org.freehep.jaco.generator.JavaInterface
              |
              +--org.freehep.jaco.generator.JavaProxy
All Implemented Interfaces:
Generator

public class JavaProxy
extends JavaInterface

Version:
$Id: JavaProxy.java,v 1.20 2002/10/07 18:16:11 duns Exp $
Author:
Mark Donszelmann

Field Summary
 
Fields inherited from class org.freehep.jaco.generator.JavaInterface
language
 
Fields inherited from class org.freehep.jaco.generator.AbstractGenerator
out, packagePrefix, properties
 
Constructor Summary
JavaProxy()
           
 
Method Summary
 String filename(IClass clazz)
           
 boolean print(PrintWriter out, IClass clazz)
           
 
Methods inherited from class org.freehep.jaco.generator.JavaInterface
directory, namedType, printMethodHeader, type
 
Methods inherited from class org.freehep.jaco.generator.AbstractGenerator
getProperties, setPackagePrefix, warning
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JavaProxy

public JavaProxy()
Method Detail

filename

public String filename(IClass clazz)
Specified by:
filename in interface Generator
Overrides:
filename in class JavaInterface

print

public boolean print(PrintWriter out,
                     IClass clazz)
Specified by:
print in interface Generator
Overrides:
print in class JavaInterface
Returns:
true to stop generating more file

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.