Uses of Class
org.gjt.sp.jedit.bsh.org.objectweb.asm.Type
Packages that use Type
-
Uses of Type in org.gjt.sp.jedit.bsh.org.objectweb.asm
Fields in org.gjt.sp.jedit.bsh.org.objectweb.asm declared as TypeModifier and TypeFieldDescriptionstatic final Type
Type.BOOLEAN_TYPE
The boolean type.static final Type
Type.BYTE_TYPE
The byte type.static final Type
Type.CHAR_TYPE
The char type.static final Type
Type.DOUBLE_TYPE
The double type.static final Type
Type.FLOAT_TYPE
The float type.static final Type
Type.INT_TYPE
The int type.static final Type
Type.LONG_TYPE
The long type.static final Type
Type.SHORT_TYPE
The short type.static final Type
Type.VOID_TYPE
The void type.Methods in org.gjt.sp.jedit.bsh.org.objectweb.asm that return TypeModifier and TypeMethodDescriptionstatic 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.Type.getElementType()
Returns the type of the elements of this array type.static Type
Type.getReturnType
(Method method) Returns the Java type corresponding to the return type of the given method.static Type
Type.getReturnType
(String methodDescriptor) Returns the Java type corresponding to the return type of the given method descriptor.static Type
Returns the Java type corresponding to the given class.static Type
Returns the Java type corresponding to the given type descriptor.Methods in org.gjt.sp.jedit.bsh.org.objectweb.asm with parameters of type TypeModifier and TypeMethodDescriptionstatic String
Type.getMethodDescriptor
(Type returnType, Type[] argumentTypes) Returns the descriptor corresponding to the given argument and return types.