FreeHEP API
Version v1.2.2

org.freehep.jaco.generator
Class JNIStubImplementation

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

public class JNIStubImplementation
extends JNIStub

Version:
$Id: JNIStubImplementation.java,v 1.8 2002/10/07 18:16:11 duns Exp $
Author:
Tony Johnson

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

Constructor Detail

JNIStubImplementation

public JNIStubImplementation()
Method Detail

filename

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

print

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

FreeHEP API
Version v1.2.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.