|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||
java.lang.Objectcn.wensiqun.asmsupport.clazz.AClass
cn.wensiqun.asmsupport.clazz.ArrayClass
public class ArrayClass
数组类型
| 字段摘要 | |
|---|---|
protected int |
dim
indicate the dimension of this class if this class is a array type, otherwise the this dim is -1 |
| 方法摘要 | |
|---|---|
boolean |
existStaticInitBlock()
|
int |
getCastOrder()
返回类型转换优先级顺序 |
String |
getDescription()
|
int |
getDimension()
如果当前Class是数组返回当前数组的维度 |
GlobalVariable |
getGlobalVariable(String name)
get global variable name |
GlobalVariableEntity |
getGlobalVariableEntity(String name)
|
AClass |
getNextDimType()
获取下一维的类型 |
AClass |
getRootComponentClass()
获取数组的最基本类型 |
boolean |
isArray()
判断当前Class是否是数组 |
boolean |
isPrimitive()
|
String |
toString()
|
| 从类 cn.wensiqun.asmsupport.clazz.AClass 继承的方法 |
|---|
availableConstructor, availableMethod, equals, getDefaultValue, getInterfaces, getModifiers, getName, getPackage, getSuperClass, getSuperConstructor, getSuperMethod, getType, getVersion, isAbstract, isChildOrEqual, isInterface |
| 从类 java.lang.Object 继承的方法 |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 字段详细信息 |
|---|
protected int dim
| 方法详细信息 |
|---|
public boolean existStaticInitBlock()
AClass 中的 existStaticInitBlockpublic String getDescription()
AClass 中的 getDescriptionpublic GlobalVariable getGlobalVariable(String name)
GetGlobalVariabled 复制的描述
public boolean isArray()
AClass 复制的描述
AClass 中的 isArraypublic int getDimension()
AClass 复制的描述
AClass 中的 getDimensionpublic GlobalVariableEntity getGlobalVariableEntity(String name)
AClass 中的 getGlobalVariableEntitypublic boolean isPrimitive()
AClass 中的 isPrimitivepublic int getCastOrder()
AClass 复制的描述
AClass 中的 getCastOrderpublic AClass getNextDimType()
public AClass getRootComponentClass()
public String toString()
AClass 中的 toString
|
||||||||||
| 上一个类 下一个类 | 框架 无框架 | |||||||||
| 摘要: 嵌套 | 字段 | 构造方法 | 方法 | 详细信息: 字段 | 构造方法 | 方法 | |||||||||