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 StringgetMethodDescriptorInternal(Method method) getMethodDescriptorInternal(Type returnType, Type... argumentTypes) intgetOpcode(int opcode) intgetSort()<T> Tunwrap()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:
getDescriptorin classType
-
getInternalName
- Specified by:
getInternalNamein classType
-
getSort
public int getSort() -
getOpcode
public int getOpcode(int opcode) -
getMethodDescriptorInternal
- Specified by:
getMethodDescriptorInternalin classType
-
getMethodDescriptorInternal
- Specified by:
getMethodDescriptorInternalin classType
-
getClassName
- Specified by:
getClassNamein classType
-
unwrap
public <T> T unwrap()
-