| 程序包 | 说明 |
|---|---|
| cn.wensiqun.asmsupport.core.creator | |
| cn.wensiqun.asmsupport.core.creator.clazz |
| 限定符和类型 | 类和说明 |
|---|---|
class |
FieldCreator |
| 限定符和类型 | 字段和说明 |
|---|---|
protected List<IFieldCreator> |
AbstractClassContext.fieldCreators |
| 限定符和类型 | 方法和说明 |
|---|---|
IFieldCreator |
InterfaceCreator.createField(String name,
AClass type)
create a global variable. the modifiers "public static final".
|
IFieldCreator |
InterfaceCreator.createField(String name,
AClass type,
Object value)
create a global variable with special value. the modifiers "public static final".
|
IFieldCreator |
EnumCreator.createField(String name,
int modifiers,
AClass type)
Create a field with null value.
|
IFieldCreator |
ClassModifier.createField(String name,
int modifiers,
AClass type)
Create a field with null value.
|
IFieldCreator |
ClassCreator.createField(String name,
int modifiers,
AClass type)
Create a field with null value.
|
IFieldCreator |
EnumCreator.createField(String name,
int modifiers,
AClass type,
Object value)
Create a field with special value.
|
IFieldCreator |
ClassModifier.createField(String name,
int modifiers,
AClass type,
Object value)
Create a field with special value.
|
IFieldCreator |
ClassCreator.createField(String name,
int modifiers,
AClass type,
Object val)
Create a field with special value
|
Copyright © 2015. All rights reserved.