Uses of Class
org.stianloader.softmap.tokens.StringToken
Packages that use StringToken
-
Uses of StringToken in org.stianloader.softmap.insns
Methods in org.stianloader.softmap.insns with parameters of type StringTokenModifier and TypeMethodDescriptionstatic @Nullable MatchResultInvokeInsn.mapDescriptor(@NotNull StringToken methodDescToken, @NotNull String methodDesc, @NotNull FramedRemapper remapper) Method parameters in org.stianloader.softmap.insns with type arguments of type StringTokenModifier and TypeMethodDescriptionInsnParser.parseInstruction(@NotNull List<@NotNull StringToken> lineContents, @NotNull List<@NotNull SoftmapParseError> errorStream) Constructors in org.stianloader.softmap.insns with parameters of type StringTokenModifierConstructorDescriptionInvokeInsn(int opcode, @NotNull StringToken opcodeToken, @Nullable StringToken className, @Nullable StringToken methodName, @Nullable StringToken methodDescriptor) SimpleInsnBlock(int opcode, @NotNull StringToken token) VarInsn(int opcode, @NotNull StringToken opcodeToken, int var, @Nullable StringToken varToken) -
Uses of StringToken in org.stianloader.softmap.tokens
Methods in org.stianloader.softmap.tokens that return StringTokenModifier and TypeMethodDescriptionfinal @NotNull StringTokenStringToken.subtoken(int from, int to)