Modifier and Type | Interface and Description |
---|---|
public interface | Native2AsciiAdapter
Interface for an adapter to a native2ascii implementation. |
Modifier and Type | Class and Description |
---|---|
public class | BuiltinNative2Ascii
Encapsulates the built-in Native2Ascii implementation. |
public abstract class | DefaultNative2Ascii
encapsulates the handling common to different Native2AsciiAdapter implementations. |
public class | KaffeNative2Ascii
Adapter to kaffe.tools.native2ascii.Native2Ascii. |
public class | Native2AsciiAdapterFactory
Creates the Native2AsciiAdapter based on the user choice and potentially the VM vendor. |
public class | SunNative2Ascii
Adapter to sun.tools.native2ascii.Main. |