ROSE 0.11.145.272
|
Settings for controlling JVM partitioning behavior.
These settings control the behavior of the JVM engine and partitioning behavior.
Definition at line 711 of file Rose/BinaryAnalysis/Partitioner2/BasicTypes.h.
#include <Rose/BinaryAnalysis/Partitioner2/BasicTypes.h>
Public Attributes | |
std::vector< std::string > | classPath |
JVM classpath. | |
bool | loadAllClasses = false |
Setting: load-all-classes. | |
std::vector<std::string> Rose::BinaryAnalysis::Partitioner2::JvmSettings::classPath |
JVM classpath.
A list of search paths for JVM related jar files and classes.
Definition at line 715 of file Rose/BinaryAnalysis/Partitioner2/BasicTypes.h.
bool Rose::BinaryAnalysis::Partitioner2::JvmSettings::loadAllClasses = false |
Setting: load-all-classes.
If this property is true all classes in all jar files listed on the command line are loaded.
Definition at line 720 of file Rose/BinaryAnalysis/Partitioner2/BasicTypes.h.