Class InlineParserImpl.DelimiterData

  • Enclosing class:
    InlineParserImpl

    private static class InlineParserImpl.DelimiterData
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      (package private) boolean canClose  
      (package private) boolean canOpen  
      (package private) int count  
    • Constructor Summary

      Constructors 
      Constructor Description
      DelimiterData​(int count, boolean canOpen, boolean canClose)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • count

        final int count
      • canClose

        final boolean canClose
      • canOpen

        final boolean canOpen
    • Constructor Detail

      • DelimiterData

        DelimiterData​(int count,
                      boolean canOpen,
                      boolean canClose)