public class TransformerHelper extends Object
Constructor and Description |
---|
TransformerHelper() |
Modifier and Type | Method and Description |
---|---|
static String |
getCorrectReturnValueType(javassist.CtClass returnTypeAsCtClass) |
static String |
getReturnTypeAsString(javassist.CtMethod method) |
static boolean |
isNotSyntheticField(javassist.bytecode.FieldInfo fieldInfo) |
static boolean |
shouldSkipMethod(javassist.CtMethod method) |
static boolean |
shouldTreatAsSystemClassCall(javassist.CtClass declaringClass) |
public static final String VOID
public static String getCorrectReturnValueType(javassist.CtClass returnTypeAsCtClass)
public static boolean isNotSyntheticField(javassist.bytecode.FieldInfo fieldInfo)
public static boolean shouldSkipMethod(javassist.CtMethod method)
public static String getReturnTypeAsString(javassist.CtMethod method) throws javassist.NotFoundException
javassist.NotFoundException
public static boolean shouldTreatAsSystemClassCall(javassist.CtClass declaringClass)
Copyright © 2019. All rights reserved.