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 TypeType.BOOLEAN_TYPEThe boolean type.static final TypeType.BYTE_TYPEThe byte type.static final TypeType.CHAR_TYPEThe char type.static final TypeType.DOUBLE_TYPEThe double type.static final TypeType.FLOAT_TYPEThe float type.static final TypeType.INT_TYPEThe int type.static final TypeType.LONG_TYPEThe long type.static final TypeType.SHORT_TYPEThe short type.static final TypeType.VOID_TYPEThe 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 TypeType.getMethodType(String methodDescriptor) Returns the Java type corresponding to the given method descriptor.static TypeType.getMethodType(Type returnType, Type... argumentTypes) Returns the Java method type corresponding to the given argument and return types.static TypeType.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 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.private static TypeType.getType(char[] buf, int off) Returns the Java type corresponding to the given type descriptor.static TypeReturns the Java type corresponding to the given class.static TypeType.getType(Constructor<?> c) Returns the Java method type corresponding to the given constructor.static TypeReturns the Java method type corresponding to the given method.static TypeReturns the Java type corresponding to the given type descriptor.Methods in org.eclipse.sisu.space.asm with parameters of type TypeModifier and TypeMethodDescriptionstatic StringType.getMethodDescriptor(Type returnType, Type... argumentTypes) Returns the descriptor corresponding to the given argument and return types.static TypeType.getMethodType(Type returnType, Type... argumentTypes) Returns the Java method type corresponding to the given argument and return types.(package private) voidFrame.initInputFrame(ClassWriter cw, int access, Type[] args, int maxLocals) Initializes the input frame of the first basic block from the method descriptor.