public interface IValueGeneratorChain
| 限定符和类型 | 接口和说明 |
|---|---|
static class |
IValueGeneratorChain.GeneratorContext |
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
generate(IValueGeneratorChain.GeneratorContext context,
ProgramBlock<? extends cn.wensiqun.asmsupport.core.block.KernelProgramBlock> block,
LocVar encoder,
cn.wensiqun.asmsupport.standard.def.clazz.IClass type,
Param value) |
IValueGeneratorChain |
getNext() |
boolean |
match(cn.wensiqun.asmsupport.standard.def.clazz.IClass type,
cn.wensiqun.asmsupport.standard.def.clazz.ClassHolder loader) |
IValueGeneratorChain |
setNext(IValueGeneratorChain next) |
boolean generate(IValueGeneratorChain.GeneratorContext context, ProgramBlock<? extends cn.wensiqun.asmsupport.core.block.KernelProgramBlock> block, LocVar encoder, cn.wensiqun.asmsupport.standard.def.clazz.IClass type, Param value)
boolean match(cn.wensiqun.asmsupport.standard.def.clazz.IClass type,
cn.wensiqun.asmsupport.standard.def.clazz.ClassHolder loader)
IValueGeneratorChain getNext()
IValueGeneratorChain setNext(IValueGeneratorChain next)
Copyright © 2015. All rights reserved.