jyield.instr
Class DataFlowFrame

java.lang.Object
  extended by org.objectweb.asm.tree.analysis.Frame
      extended by jyield.instr.DataFlowFrame

public class DataFlowFrame
extends org.objectweb.asm.tree.analysis.Frame


Constructor Summary
DataFlowFrame(org.objectweb.asm.tree.analysis.Frame src)
           
DataFlowFrame(int locals, int stack)
           
 
Method Summary
 void execute(org.objectweb.asm.tree.AbstractInsnNode insn, org.objectweb.asm.tree.analysis.Interpreter interpreter)
           
 java.util.List<java.lang.Integer> getMonitors()
           
 org.objectweb.asm.tree.analysis.Frame init(org.objectweb.asm.tree.analysis.Frame src)
           
 
Methods inherited from class org.objectweb.asm.tree.analysis.Frame
clearStack, getLocal, getLocals, getStack, getStackSize, merge, merge, pop, push, setLocal, setReturn, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataFlowFrame

public DataFlowFrame(org.objectweb.asm.tree.analysis.Frame src)

DataFlowFrame

public DataFlowFrame(int locals,
                     int stack)
Method Detail

init

public org.objectweb.asm.tree.analysis.Frame init(org.objectweb.asm.tree.analysis.Frame src)
Overrides:
init in class org.objectweb.asm.tree.analysis.Frame

execute

public void execute(org.objectweb.asm.tree.AbstractInsnNode insn,
                    org.objectweb.asm.tree.analysis.Interpreter interpreter)
             throws org.objectweb.asm.tree.analysis.AnalyzerException
Overrides:
execute in class org.objectweb.asm.tree.analysis.Frame
Throws:
org.objectweb.asm.tree.analysis.AnalyzerException

getMonitors

public java.util.List<java.lang.Integer> getMonitors()


Copyright © 2010. All Rights Reserved.