Interface IRBuilder

All Superinterfaces:
Serializable
All Known Implementing Classes:
CachedIRBuilder

public interface IRBuilder extends Serializable
Interface for builder of IR.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Builds IR for all methods in the given hierarchy.
    buildIR(JMethod method)
    Builds IR for concrete methods.
  • Method Details

    • buildIR

      IR buildIR(JMethod method)
      Builds IR for concrete methods.
    • buildAll

      void buildAll(ClassHierarchy hierarchy)
      Builds IR for all methods in the given hierarchy.