Interface InsnParser<T extends InsnBlock>


public interface InsnParser<T extends InsnBlock>
  • Method Details

    • parseInstruction

      @NotNull @Contract(pure=true) T parseInstruction(@NotNull @NotNull List<@NotNull StringToken> lineContents, @NotNull @NotNull List<@NotNull SoftmapParseError> errorStream)