public class XmToolFactory
extends java.lang.Object
Constructor and Description |
---|
XmToolFactory(java.lang.String language)
Construct factory for 'language'
|
Modifier and Type | Method and Description |
---|---|
XmDecompiler |
createDecompiler()
create XcodeML decompiler.
|
XmDecompilerContext |
createDecompilerContext()
create XcodeML decompiler context.
|
XmXcodeProgram |
createXcodeProgram()
create XcodeML Program object.
|
public XmToolFactory(java.lang.String language) throws XmException
language
- 'C' or 'F'XmException
public XmDecompiler createDecompiler() throws XmException
XmException
public XmDecompilerContext createDecompilerContext() throws XmException
XmException
public XmXcodeProgram createXcodeProgram() throws XmException
XmException