Class ExpressionString


  • public class ExpressionString
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private boolean escape  
      private java.lang.String value  
    • Constructor Summary

      Constructors 
      Constructor Description
      ExpressionString​(java.lang.String value)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getValue()  
      boolean isEscape()  
      void setEscape​(boolean escape)  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • value

        private java.lang.String value
      • escape

        private boolean escape
    • Constructor Detail

      • ExpressionString

        public ExpressionString​(java.lang.String value)
    • Method Detail

      • isEscape

        public boolean isEscape()
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)
      • setEscape

        public void setEscape​(boolean escape)