PickShadow/dist/methodmaps/template.csv

1.1 KiB

1TYPE CATEGORY NULLVALUERETURN TYPE METHODNAME METHODARGUMENTS
2STATIC Getters @NotNull Class<?> @Nullable [] getSomeClass @NotNull String name
3CONSTRUCConstructors <init>
4INSTANCETermination void terminate
5INSTANCETermination void terminate @NotNull Cause cause
6INSTANCETermination void terminate @NotNull String reason
7INSTANCETermination void terminate @NotNull String reason, @NotNull Cause cause
8INSTANCEChecks boolean exists @NotNull Object thing
9INSTANCEChecks boolean existsWithCondition @NotNull Object thing, @NotNull Condition ... conditions