cn.wensiqun.asmsupport.utils
类 StackableType

java.lang.Object
  继承者 cn.wensiqun.asmsupport.utils.StackableType
所有已实现的接口:
Stackable

public class StackableType
extends Object
implements Stackable

作者:
温斯群(Joe Wen)

构造方法摘要
StackableType(org.objectweb.asm.Type type)
           
 
方法摘要
 int getSize()
           
 org.objectweb.asm.Type getType()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

StackableType

public StackableType(org.objectweb.asm.Type type)
方法详细信息

getType

public org.objectweb.asm.Type getType()
指定者:
接口 Stackable 中的 getType

getSize

public int getSize()
指定者:
接口 Stackable 中的 getSize


Copyright © 2013. All Rights Reserved.