Package org.jakstab.analysis.substitution

Examples of org.jakstab.analysis.substitution.ExpressionSubstitutionAnalysis


  private Program program;
  private CPAAlgorithm cpaAlgo;
 
  public ExpressionSubstitution(Program program) {
    this.program = program;
    cpaAlgo = CPAAlgorithm.createForwardAlgorithm(program, new ExpressionSubstitutionAnalysis());
  }
View Full Code Here

TOP

Related Classes of org.jakstab.analysis.substitution.ExpressionSubstitutionAnalysis

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.