Module org.eclipse.persistence.core
Class TypeImpl
java.lang.Object
org.eclipse.persistence.asm.Type
org.eclipse.persistence.asm.internal.platform.ow2.TypeImpl
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected String
getMethodDescriptorInternal
(Method method) getMethodDescriptorInternal
(Type returnType, Type... argumentTypes) int
getOpcode
(int opcode) int
getSort()
<T> T
unwrap()
Methods inherited from class org.eclipse.persistence.asm.Type
getDescriptor, getInternalName, getMethodDescriptor, getMethodDescriptor, getType, getType, getTypeClassName
-
Constructor Details
-
TypeImpl
public TypeImpl() -
TypeImpl
-
TypeImpl
-
-
Method Details
-
getDescriptor
- Specified by:
getDescriptor
in classType
-
getInternalName
- Specified by:
getInternalName
in classType
-
getSort
public int getSort() -
getOpcode
public int getOpcode(int opcode) -
getMethodDescriptorInternal
- Specified by:
getMethodDescriptorInternal
in classType
-
getMethodDescriptorInternal
- Specified by:
getMethodDescriptorInternal
in classType
-
getClassName
- Specified by:
getClassName
in classType
-
unwrap
public <T> T unwrap()
-