Interface CharacterNodeFactory

All Superinterfaces:
Supplier<Node>

public interface CharacterNodeFactory extends Supplier<Node>
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    skipNext(char c)
     
    boolean
    skipPrev(char c)
     
    boolean
     

    Methods inherited from interface java.util.function.Supplier

    get
  • Method Details

    • skipNext

      boolean skipNext(char c)
    • skipPrev

      boolean skipPrev(char c)
    • wantSkippedWhitespace

      boolean wantSkippedWhitespace()