FieldWriteAnalyzer

class FieldWriteAnalyzer(clazz: ClassNode, method: MethodNode, classPath: ClassPath, frames: Array<Frame<ThisValue>>) : DataFlowAnalyzer<Map<MemberDesc, FieldWriteCount>>

Constructors

Link copied to clipboard
constructor(clazz: ClassNode, method: MethodNode, classPath: ClassPath, frames: Array<Frame<ThisValue>>)

Functions

Link copied to clipboard
fun analyze()
Link copied to clipboard
fun getInSet(insn: AbstractInsnNode): Map<MemberDesc, FieldWriteCount>?
Link copied to clipboard
fun getOutSet(insn: AbstractInsnNode): Map<MemberDesc, FieldWriteCount>?