public final class MonitoringFrame
extends org.objectweb.asm.tree.analysis.Frame
Constructor and Description |
---|
MonitoringFrame(org.objectweb.asm.tree.analysis.Frame arg0) |
MonitoringFrame(int arg0,
int arg1) |
Modifier and Type | Method and Description |
---|---|
void |
execute(org.objectweb.asm.tree.AbstractInsnNode insn,
org.objectweb.asm.tree.analysis.Interpreter interpreter) |
int[] |
getMonitored() |
org.objectweb.asm.tree.analysis.Frame |
init(org.objectweb.asm.tree.analysis.Frame frame) |
void |
monitorEnter(int local) |
void |
monitorExit(int local) |
public MonitoringFrame(org.objectweb.asm.tree.analysis.Frame arg0)
public MonitoringFrame(int arg0, int arg1)
public void execute(org.objectweb.asm.tree.AbstractInsnNode insn, org.objectweb.asm.tree.analysis.Interpreter interpreter) throws org.objectweb.asm.tree.analysis.AnalyzerException
execute
in class org.objectweb.asm.tree.analysis.Frame
org.objectweb.asm.tree.analysis.AnalyzerException
public org.objectweb.asm.tree.analysis.Frame init(org.objectweb.asm.tree.analysis.Frame frame)
init
in class org.objectweb.asm.tree.analysis.Frame
public int[] getMonitored()
public void monitorEnter(int local)
public void monitorExit(int local)
Copyright © 2004–2015. All rights reserved.