Class TypeSafeInstructionFactory

java.lang.Object
com.ibm.wala.core.util.ssa.TypeSafeInstructionFactory

public class TypeSafeInstructionFactory extends Object
Intended for SyntheticMethods, uses JavaInstructionFactory.

As the name states this SSAInstructionFactory does type checks. If they pass the actual instructions are generated using the JavaInstructionFactory.

Obviously this factory is not complete yet. It's extended on demand.

Since:
2013-10-20
Author:
Tobias Blaschke <code@tobiasblaschke.de>
See Also: