Package w.asm
Class Asm
java.lang.Object
w.asm.Asm
- Author:
- whilein
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription@NotNull StringmethodDescriptor(@NotNull Class<?> returnType, @NotNull Class<?> @NotNull ... parameters) @NotNull StringmethodDescriptor(@NotNull String returnType, @NotNull String @NotNull ... parameters)
-
Field Details
-
OBJECT
- See Also:
-
VOID
- See Also:
-
BOOLEAN
- See Also:
-
BYTE
- See Also:
-
SHORT
- See Also:
-
INT
- See Also:
-
LONG
- See Also:
-
FLOAT
- See Also:
-
DOUBLE
- See Also:
-
OBJECT_TYPE
- See Also:
-
EXCEPTION_TYPE
- See Also:
-
-
Constructor Details
-
Asm
public Asm()
-
-
Method Details
-
methodDescriptor
-
methodDescriptor
-