Package org.yecht

Class TokenScanner.QuotedString

  • Enclosing class:
    TokenScanner

    private static class TokenScanner.QuotedString
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int capa  
      int idx  
      byte[] str  
    • Constructor Summary

      Constructors 
      Constructor Description
      QuotedString()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cat​(byte l)  
      void cat​(byte[] l, int cs, int cl)  
      void cat​(char l)  
      void plain_is_inl()  
      • Methods inherited from class java.lang.Object

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

      • idx

        public int idx
      • capa

        public int capa
      • str

        public byte[] str
    • Constructor Detail

      • QuotedString

        public QuotedString()
    • Method Detail

      • cat

        public void cat​(char l)
      • cat

        public void cat​(byte l)
      • cat

        public void cat​(byte[] l,
                        int cs,
                        int cl)
      • plain_is_inl

        public void plain_is_inl()