Interface InlineParserState

All Known Implementing Classes:
InlineParserImpl

public interface InlineParserState
  • Method Summary

    Modifier and Type
    Method
    Description
    Return a scanner for the input for the current position (on the trigger character that the inline parser was added for).
  • Method Details

    • scanner

      Scanner scanner()
      Return a scanner for the input for the current position (on the trigger character that the inline parser was added for).

      Note that this always returns the same instance, if you want to backtrack you need to use Scanner.position() and Scanner.setPosition(Position).