org.objectweb.asm.commons
类 JSRInlinerAdapter.Subroutine

java.lang.Object
  继承者 org.objectweb.asm.commons.JSRInlinerAdapter.Subroutine
包容类:
JSRInlinerAdapter

protected static class JSRInlinerAdapter.Subroutine
extends Object


字段摘要
 BitSet instructions
           
 
构造方法摘要
protected JSRInlinerAdapter.Subroutine()
           
 
方法摘要
 void addInstruction(int idx)
           
 boolean ownsInstruction(int idx)
           
 String toString()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

字段详细信息

instructions

public final BitSet instructions
构造方法详细信息

JSRInlinerAdapter.Subroutine

protected JSRInlinerAdapter.Subroutine()
方法详细信息

addInstruction

public void addInstruction(int idx)

ownsInstruction

public boolean ownsInstruction(int idx)

toString

public String toString()
覆盖:
Object 中的 toString


Copyright © 2013. All Rights Reserved.