public class PurityAnalysis
extends java.lang.Object
| Constructor and Description |
|---|
PurityAnalysis() |
| Modifier and Type | Method and Description |
|---|---|
static com.intellij.codeInspection.bytecodeAnalysis.Equation |
analyze(Member method,
MethodNode methodNode,
boolean stable) |
public static com.intellij.codeInspection.bytecodeAnalysis.Equation analyze(Member method, MethodNode methodNode, boolean stable)
method - a method descriptormethodNode - an ASM MethodNodestable - whether a method is stable (e.g. final or declared in final class)