Interface CharacterNodeFactory

  • All Superinterfaces:
    java.util.function.Supplier<Node>

    public interface CharacterNodeFactory
    extends java.util.function.Supplier<Node>
    • Method Detail

      • skipNext

        boolean skipNext​(char c)
      • skipPrev

        boolean skipPrev​(char c)
      • wantSkippedWhitespace

        boolean wantSkippedWhitespace()