Public Member Functions | |
AbstractAnalysis | analyze () |
AbstractAnalysis ppt4j.analysis.AbstractAnalysis.analyze | ( | ) |
This method is responsible for performing an analysis on some data and returning the result. The specific analysis to be performed is dictated by the concrete implementation of this method in subclasses.
Implemented in ppt4j.analysis.bytecode.ArgTypeAnalysis, ppt4j.analysis.bytecode.LoopAnalysis, and ppt4j.analysis.java.ConstPropAnalysis< R extends CtElement >.