org.bridj
Class HeadersReconstructor

java.lang.Object
  extended by org.bridj.HeadersReconstructor

public class HeadersReconstructor
extends Object

Unfinished experiment to (partially) reconstruct a header out of parsed shared libraries symbols.
Beware: GCC does not add return types to mangled C++ signatures, so this will be left as '?' in the resulting sources.

Author:
ochafik

Constructor Summary
HeadersReconstructor()
           
 
Method Summary
static void reconstructHeaders(Iterable<NativeLibrary> libraries, PrintWriter out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HeadersReconstructor

public HeadersReconstructor()
Method Detail

reconstructHeaders

public static void reconstructHeaders(Iterable<NativeLibrary> libraries,
                                      PrintWriter out)


Copyright © 2009-2012. All Rights Reserved.