Package org.trifort.rootbeer.generate.bytecode

Examples of org.trifort.rootbeer.generate.bytecode.ReadOnlyTypes


    throw new RuntimeException("Cannot find composite field for soot_class");
  }

  public void addCodeSegment(MethodCodeSegment codeSegment){
    m_rootSootClass = codeSegment.getRootSootClass();   
    m_readOnlyTypes = new ReadOnlyTypes(codeSegment.getRootMethod());
    getOpenCLClass(m_rootSootClass);
  }
View Full Code Here

TOP

Related Classes of org.trifort.rootbeer.generate.bytecode.ReadOnlyTypes

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.