Class ReadTableEntry

    • Constructor Detail

      • ReadTableEntry

        public ReadTableEntry()
    • Method Detail

      • getIllegalInstance

        public static ReadTableEntry getIllegalInstance()
      • getWhitespaceInstance

        public static ReadTableEntry getWhitespaceInstance()
      • getSingleEscapeInstance

        public static ReadTableEntry getSingleEscapeInstance()
      • getMultipleEscapeInstance

        public static ReadTableEntry getMultipleEscapeInstance()
      • getConstituentInstance

        public static ReadTableEntry getConstituentInstance()
      • getKind

        public int getKind()
      • read

        public java.lang.Object read​(Lexer in,
                                     int ch,
                                     int count,
                                     int sharingIndex)
                              throws java.io.IOException,
                                     SyntaxException
        Throws:
        java.io.IOException
        SyntaxException