Uses of Class
org.eclipse.sisu.space.asm.Type
Packages that use Type
-
Uses of Type in org.eclipse.sisu.space.asm
Fields in org.eclipse.sisu.space.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.eclipse.sisu.space.asm that return TypeModifier and TypeMethodDescriptionType[]
Type.getArgumentTypes()
Returns the argument types of methods of this type.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.Type.getElementType()
Returns the type of the elements of this array type.static Type
Type.getMethodType
(String methodDescriptor) Returns the Java type corresponding to the given method descriptor.static Type
Type.getMethodType
(Type returnType, Type... argumentTypes) Returns the Java method type corresponding to the given argument and return types.static Type
Type.getObjectType
(String internalName) Returns the Java type corresponding to the given internal name.Type.getReturnType()
Returns the return type of methods of this 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.private static Type
Type.getType
(char[] buf, int off) Returns the Java type corresponding to the given type descriptor.static Type
Returns the Java type corresponding to the given class.static Type
Type.getType
(Constructor<?> c) Returns the Java method type corresponding to the given constructor.static Type
Returns the Java method type corresponding to the given method.static Type
Returns the Java type corresponding to the given type descriptor.Methods in org.eclipse.sisu.space.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.static Type
Type.getMethodType
(Type returnType, Type... argumentTypes) Returns the Java method type corresponding to the given argument and return types.(package private) void
Frame.initInputFrame
(ClassWriter cw, int access, Type[] args, int maxLocals) Initializes the input frame of the first basic block from the method descriptor.