Class SSAOptions
java.lang.Object
com.ibm.wala.ssa.SSAOptions
Options that govern SSA construction
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceWhile SSA form makes the not-unreasonable assumption that values must be defined before they are used, many languages permit using undefined variables and simply give them some default value. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SSAOptionsbooleanstatic SSAPiNodePolicyreturn a policy that enables all built-in pi node policiesinthashCode()voidsetDefaultValues(SSAOptions.DefaultValues defaultValues) voidsetPiNodePolicy(SSAPiNodePolicy piNodePolicy)
-
Constructor Details
-
SSAOptions
public SSAOptions()
-
-
Method Details
-
getAllBuiltInPiNodes
return a policy that enables all built-in pi node policies -
setDefaultValues
-
getDefaultValues
-
defaultOptions
- Returns:
- the default SSA Options
-
getPiNodePolicy
-
setPiNodePolicy
-
hashCode
-
equals
-