Class NativeBridge

java.lang.Object
com.ibm.wala.cast.ir.translator.NativeBridge
Direct Known Subclasses:
NativeTranslatorToCAst

public abstract class NativeBridge extends Object
superclass for CAst parsers / translators making use of native code. performs initialization of the core CAst native library.
  • Field Details

    • Ast

      protected final CAst Ast
  • Constructor Details

    • NativeBridge

      protected NativeBridge(CAst Ast)