Class ELParser.Char

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private char ch  
    • Constructor Summary

      Constructors 
      Constructor Description
      Char​(char ch)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      (package private) char toChar()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • ch

        private char ch
    • Constructor Detail

      • Char

        Char​(char ch)