FreeHEP API
Version current

org.freehep.jaco.generator
Class JavaInterface

java.lang.Object
  extended byorg.freehep.jaco.generator.AbstractGenerator
      extended byorg.freehep.jaco.generator.JavaInterface
All Implemented Interfaces:
Generator
Direct Known Subclasses:
JavaProxy

public class JavaInterface
extends AbstractGenerator

Version:
$Id: JavaInterface.java,v 1.16 2005/04/26 06:49:40 duns Exp $
Author:
Mark Donszelmann
Source Code:
JavaInterface.java

Field Summary
protected static String language
           
 
Fields inherited from class org.freehep.jaco.generator.AbstractGenerator
out, packagePrefix, properties
 
Constructor Summary
JavaInterface()
           
 
Method Summary
 String directory(IClass clazz)
           
 String filename(IClass clazz)
           
protected  String namedType(INamedType namedType)
           
 boolean print(File file, IClass clazz)
           
protected  void printMethodHeader(IMethod method)
           
protected  String type(IType 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
 

Field Detail

language

protected static final String language
See Also:
Constant Field Values
Constructor Detail

JavaInterface

public JavaInterface()
Method Detail

directory

public String directory(IClass clazz)
Specified by:
directory in interface Generator
Overrides:
directory in class AbstractGenerator

filename

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

print

public boolean print(File file,
                     IClass clazz)
              throws IOException
Specified by:
print in interface Generator
Specified by:
print in class AbstractGenerator
Throws:
IOException

printMethodHeader

protected void printMethodHeader(IMethod method)

namedType

protected String namedType(INamedType namedType)

type

protected String type(IType type)

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.