Uses of Class
org.gjt.sp.jedit.bsh.org.objectweb.asm.Type
-
Packages that use Type Package Description org.gjt.sp.jedit.bsh.org.objectweb.asm -
-
Uses of Type in org.gjt.sp.jedit.bsh.org.objectweb.asm
Fields in org.gjt.sp.jedit.bsh.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 org.gjt.sp.jedit.bsh.org.objectweb.asm that return Type Modifier and Type Method 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.TypeType. getElementType()Returns the type of the elements of this array type.static TypeType. getReturnType(java.lang.reflect.Method method)Returns the Java type corresponding to the return type of the given method.static TypeType. getReturnType(java.lang.String methodDescriptor)Returns the Java type corresponding to the return type of the given method descriptor.static TypeType. getType(java.lang.Class c)Returns the Java type corresponding to the given class.static TypeType. getType(java.lang.String typeDescriptor)Returns the Java type corresponding to the given type descriptor.Methods in org.gjt.sp.jedit.bsh.org.objectweb.asm with parameters of type Type Modifier and Type Method Description static java.lang.StringType. getMethodDescriptor(Type returnType, Type[] argumentTypes)Returns the descriptor corresponding to the given argument and return types.
-