Package | Description |
---|---|
sf.spring.asm |
Spring's repackaging of
ASM 9.0
(with Spring-specific patches; for internal use only).
|
sf.tools |
Modifier and Type | Field and Description |
---|---|
protected MethodVisitor |
MethodVisitor.mv
The method visitor to which this visitor must delegate method calls.
|
Modifier and Type | Method and Description |
---|---|
MethodVisitor |
ClassVisitor.visitMethod(int access,
String name,
String descriptor,
String signature,
String[] exceptions)
Visits a method of the class.
|
MethodVisitor |
ClassWriter.visitMethod(int access,
String name,
String descriptor,
String signature,
String[] exceptions) |
Constructor and Description |
---|
MethodVisitor(int api,
MethodVisitor methodVisitor)
Constructs a new
MethodVisitor . |
Modifier and Type | Method and Description |
---|---|
static void |
ASMUtils.doUnwrap(MethodVisitor mw,
Class<?> primitive,
Class<?> wrapped)
生成拆箱方法
|
static void |
ASMUtils.doWrap(MethodVisitor mw,
Class<?> type)
生成装箱方法
|
static void |
ASMUtils.doWrap(MethodVisitor mw,
Type paramType) |
static void |
ASMUtils.getPrimitiveType(MethodVisitor mw,
Class<?> rawType)
get the class object of primitive type
|
static void |
ASMUtils.iconst(MethodVisitor mw,
int s) |
Copyright © 2020. All rights reserved.