Package pascal.taie.ir
Interface IRBuilder
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CachedIRBuilder
Interface for builder of
IR
.-
Method Summary
Modifier and TypeMethodDescriptionvoid
buildAll
(ClassHierarchy hierarchy) Builds IR for all methods in the given hierarchy.Builds IR for concrete methods.
-
Method Details
-
buildIR
Builds IR for concrete methods. -
buildAll
Builds IR for all methods in the given hierarchy.
-