Uses of Class
com.sun.xml.ws.org.objectweb.asm.Type
-
Packages that use Type Package Description com.sun.xml.ws.org.objectweb.asm -
-
Uses of Type in com.sun.xml.ws.org.objectweb.asm
Fields in com.sun.xml.ws.org.objectweb.asm declared as Type Modifier and Type Field Description static TypeType. BOOLEAN_TYPEThe boolean type.static TypeType. BYTE_TYPEThe byte type.static TypeType. CHAR_TYPEThe char type.static TypeType. DOUBLE_TYPEThe double type.static TypeType. FLOAT_TYPEThe float type.static TypeType. INT_TYPEThe int type.static TypeType. LONG_TYPEThe long type.static TypeType. SHORT_TYPEThe short type.static TypeType. VOID_TYPEThe void type.Methods in com.sun.xml.ws.org.objectweb.asm that return Type Modifier and Type Method Description static Type[]Type. getArgumentTypes(Method method)Returns the Java types corresponding to the argument types of the given method.static Type[]Type. getArgumentTypes(String methodDescriptor)Returns the Java types corresponding to the argument types of the given method descriptor.TypeType. getElementType()Returns the type of the elements of this array type.static TypeType. getObjectType(String internalName)Returns the Java type corresponding to the given internal name.static TypeType. getReturnType(Method method)Returns the Java type corresponding to the return type of the given method.static TypeType. getReturnType(String methodDescriptor)Returns the Java type corresponding to the return type of the given method descriptor.static TypeType. getType(Class c)Returns the Java type corresponding to the given class.static TypeType. getType(String typeDescriptor)Returns the Java type corresponding to the given type descriptor.Methods in com.sun.xml.ws.org.objectweb.asm with parameters of type Type Modifier and Type Method Description static StringType. getMethodDescriptor(Type returnType, Type[] argumentTypes)Returns the descriptor corresponding to the given argument and return types.
-