类的使用
cn.taketoday.bytecode.commons.GeneratorAdapter
使用GeneratorAdapter的程序包
-
cn.taketoday.bytecode.commons中GeneratorAdapter的使用
修饰符和类型类说明classAMethodVisitorto insert before, after and around advices in methods and constructors. -
cn.taketoday.bytecode.core中GeneratorAdapter的使用
修饰符和类型方法说明voidCustomizer.customize(GeneratorAdapter e, Type type) booleanHashCodeCustomizer.customize(GeneratorAdapter e, Type type) Customizes calculation of hashcodeprivate static voidEmitUtils.hashArray(GeneratorAdapter e, Type type, int multiplier, CustomizerRegistry registry) static voidEmitUtils.hashCode(GeneratorAdapter e, Type type, int multiplier, Customizer customizer) 已过时。static voidEmitUtils.hashCode(GeneratorAdapter e, Type type, int multiplier, CustomizerRegistry registry) private static voidEmitUtils.hashLong(GeneratorAdapter e) private static voidEmitUtils.hashObject(GeneratorAdapter e, Type type, CustomizerRegistry registry) private static voidEmitUtils.hashPrimitive(GeneratorAdapter e, Type type) static voidEmitUtils.processArray(GeneratorAdapter e, Type type, ProcessArrayCallback callback) Process an array on the stack.
EmitUtils.hashCode(GeneratorAdapter, Type, int, CustomizerRegistry)instead