| 程序包 | 说明 |
|---|---|
| cn.wensiqun.asmsupport.core.block | |
| cn.wensiqun.asmsupport.core.definition.value |
| 限定符和类型 | 方法和说明 |
|---|---|
Value |
KernelProgramBlock.null_(AClass type) |
Value |
KernelProgramBlock.null_(Class<?> type) |
Value |
KernelProgramBlock.val(AClass val) |
Value |
KernelProgramBlock.val(Boolean val) |
Value |
KernelProgramBlock.val(Byte val) |
Value |
KernelProgramBlock.val(Character val) |
Value |
KernelProgramBlock.val(Class<?> val) |
Value |
KernelProgramBlock.val(Double val) |
Value |
KernelProgramBlock.val(Float val) |
Value |
KernelProgramBlock.val(Integer val) |
Value |
KernelProgramBlock.val(Long val) |
Value |
KernelProgramBlock.val(Short val) |
Value |
KernelProgramBlock.val(String val) |
| 限定符和类型 | 方法和说明 |
|---|---|
static Value |
Value.defaultValue(AClass aclass)
Get a default value according class type.
|
Value |
Value.getConvert(AClass type)
get converted value
|
static Value |
Value.getNullValue(AClass type)
Get
null value |
static Value |
Value.getNullValue(Class<?> type)
Get
null value |
static Value |
Value.number(AClass type,
int val)
get a Value object, according arguments
for examples:
number(AClassFactory.defType(double.class), 1) will return a Value object that value is
1D, and type is Double
|
static Value |
Value.value(AClass obj)
Get
class value |
static Value |
Value.value(Boolean obj)
Get
boolean value |
static Value |
Value.value(Byte obj)
Get
byte value |
static Value |
Value.value(Character obj)
Get
char value |
static Value |
Value.value(Class<?> obj)
Get
class value |
static Value |
Value.value(Double obj)
Get
double value |
static Value |
Value.value(Float obj)
Get
float value |
static Value |
Value.value(Integer obj)
Get
int value |
static Value |
Value.value(Long obj)
Get
long value |
static Value |
Value.value(Short obj)
Get
short value |
static Value |
Value.value(String obj)
Get
null value |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
Value.numberCompare(Value comp) |
Copyright © 2015. All rights reserved.