Package org.yecht

Class BytecodeScanner.QuotedString

  • Enclosing class:
    BytecodeScanner

    private static class BytecodeScanner.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​(char l)  
      • 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)