Package ptolemy.copernicus.java

Examples of ptolemy.copernicus.java.TypeSpecializerAnalysis


        PtolemyUtilities.loadSootReferences();

        SootClass theClass = Scene.v().loadClassAndSupport(args[0]);
        theClass.setApplicationClass();

        TypeSpecializerAnalysis analysis = new TypeSpecializerAnalysis(
                theClass, new HashSet());

        for (Iterator variables = analysis.getSolverVariables(); variables
                .hasNext();) {
            System.out.println(variables.next().toString());
        }
    }
View Full Code Here

TOP

Related Classes of ptolemy.copernicus.java.TypeSpecializerAnalysis

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.