Class LinearWhitespaceSkippingState

    • Constructor Detail

      • LinearWhitespaceSkippingState

        public LinearWhitespaceSkippingState()
    • Method Detail

      • canSkip

        protected boolean canSkip​(byte b)
        Called to determine whether the specified byte can be skipped.
        Specified by:
        canSkip in class SkippingState
        Parameters:
        b - the byte to check.
        Returns:
        true if the byte can be skipped.