- java.lang.Object
-
- org.eclipse.persistence.asm.Type
-
- org.eclipse.persistence.asm.internal.platform.ow2.TypeImpl
-
public class TypeImpl extends Type
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()StringgetDescriptor()StringgetInternalName()protected StringgetMethodDescriptorInternal(Method method)StringgetMethodDescriptorInternal(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
-
-
-
-
Method Detail
-
getDescriptor
public String getDescriptor()
- Specified by:
getDescriptorin classType
-
getInternalName
public String getInternalName()
- Specified by:
getInternalNamein classType
-
getMethodDescriptorInternal
protected String getMethodDescriptorInternal(Method method)
- Specified by:
getMethodDescriptorInternalin classType
-
getMethodDescriptorInternal
public String getMethodDescriptorInternal(Type returnType, Type... argumentTypes)
- Specified by:
getMethodDescriptorInternalin classType
-
getClassName
public String getClassName()
- Specified by:
getClassNamein classType
-
-