| Package | Description | 
|---|---|
| org.gjt.sp.jedit.bsh.org.objectweb.asm | 
| Modifier and Type | Field and Description | 
|---|---|
| static Type | Type. BOOLEAN_TYPEThe boolean type. | 
| static Type | Type. BYTE_TYPEThe byte type. | 
| static Type | Type. CHAR_TYPEThe char type. | 
| static Type | Type. DOUBLE_TYPEThe double type. | 
| static Type | Type. FLOAT_TYPEThe float type. | 
| static Type | Type. INT_TYPEThe int type. | 
| static Type | Type. LONG_TYPEThe long type. | 
| static Type | Type. SHORT_TYPEThe short type. | 
| static Type | Type. VOID_TYPEThe void type. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Type[] | Type. getArgumentTypes(java.lang.reflect.Method method)Returns the Java types corresponding to the argument types of the given
 method. | 
| static Type[] | Type. getArgumentTypes(java.lang.String methodDescriptor)Returns the Java types corresponding to the argument types of the given
 method descriptor. | 
| Type | Type. getElementType()Returns the type of the elements of this array type. | 
| static Type | Type. getReturnType(java.lang.reflect.Method method)Returns the Java type corresponding to the return type of the given
 method. | 
| static Type | Type. getReturnType(java.lang.String methodDescriptor)Returns the Java type corresponding to the return type of the given
 method descriptor. | 
| static Type | Type. getType(java.lang.Class c)Returns the Java type corresponding to the given class. | 
| static Type | Type. getType(java.lang.String typeDescriptor)Returns the Java type corresponding to the given type descriptor. | 
| Modifier and Type | Method and Description | 
|---|---|
| static java.lang.String | Type. getMethodDescriptor(Type returnType,
                   Type[] argumentTypes)Returns the descriptor corresponding to the given argument and return
 types. | 
| static java.lang.String | Type. getMethodDescriptor(Type returnType,
                   Type[] argumentTypes)Returns the descriptor corresponding to the given argument and return
 types. |