Interface ICGlobalContext
gendec
global context for C AST generation. This interface contains references to objects
necessary to access and manipulate ASTs generated by a native decompiler.-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getNamingEngine
ICNamingEngine getNamingEngine() -
getClassFactory
ICClassFactory getClassFactory() -
getFieldFactory
ICFieldFactory getFieldFactory() -
getMethodFactory
ICMethodFactory getMethodFactory() -
getTypeFactory
ICTypeFactory getTypeFactory() -
getIdentifierManager
ICIdentifierManager getIdentifierManager() -
getConstantFactory
ICConstantFactory getConstantFactory() -
getOperatorFactory
ICOperatorFactory getOperatorFactory() -
getElementFactory
ICElementFactory getElementFactory() -
createLocalIdentifierManager
ICIdentifierManager createLocalIdentifierManager() -
createLabelFactory
ICLabelFactory createLabelFactory()
-