java.lang.Object
org.eclipse.persistence.asm.Type
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Stringabstract Stringstatic StringgetDescriptor(Class<?> clazz) abstract Stringstatic StringgetInternalName(Class<?> clazz) static StringgetMethodDescriptor(Method method) static StringgetMethodDescriptor(Type returnType, Type... argumentTypes) protected abstract StringgetMethodDescriptorInternal(Method method) protected abstract StringgetMethodDescriptorInternal(Type returnType, Type... argumentTypes) abstract intgetOpcode(int opcode) abstract intgetSort()static Typestatic Typestatic ObjectgetTypeClassName(Object value) abstract <T> Tunwrap()
-
Field Details
-
BOOLEAN
public static final int BOOLEAN -
BYTE
public static final int BYTE -
CHAR
public static final int CHAR -
DOUBLE
public static final int DOUBLE -
FLOAT
public static final int FLOAT -
INT
public static final int INT -
LONG
public static final int LONG -
SHORT
public static final int SHORT -
VOID_TYPE
-
-
Constructor Details
-
Type
public Type()
-
-
Method Details
-
getType
-
getType
-
getMethodDescriptor
-
getMethodDescriptor
-
getDescriptor
-
getInternalName
-
getTypeClassName
-
getDescriptor
-
getInternalName
-
getSort
public abstract int getSort() -
getOpcode
public abstract int getOpcode(int opcode) -
getMethodDescriptorInternal
-
getMethodDescriptorInternal
-
getClassName
-
unwrap
public abstract <T> T unwrap()
-