Package org.stianloader.softmap.insns
Interface InsnParser<T extends InsnBlock>
public interface InsnParser<T extends InsnBlock>
-
Method Summary
Modifier and TypeMethodDescriptionparseInstruction(@NotNull List<@NotNull StringToken> lineContents, @NotNull List<@NotNull SoftmapParseError> errorStream)
-
Method Details
-
parseInstruction
@NotNull @Contract(pure=true) T parseInstruction(@NotNull @NotNull List<@NotNull StringToken> lineContents, @NotNull @NotNull List<@NotNull SoftmapParseError> errorStream)
-