ppt4j 1.0
 
Loading...
Searching...
No Matches
ppt4j.analysis.AbstractAnalysis Interface Reference
Inheritance diagram for ppt4j.analysis.AbstractAnalysis:
ppt4j.analysis.bytecode.ArgTypeAnalysis ppt4j.analysis.bytecode.LoopAnalysis ppt4j.analysis.java.ConstPropAnalysis< R extends CtElement >

Public Member Functions

AbstractAnalysis analyze ()
 

Member Function Documentation

◆ 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.

Returns
The result of the analysis.

Implemented in ppt4j.analysis.bytecode.ArgTypeAnalysis, ppt4j.analysis.bytecode.LoopAnalysis, and ppt4j.analysis.java.ConstPropAnalysis< R extends CtElement >.


The documentation for this interface was generated from the following file: