Class ReadonlyExpression

  • All Implemented Interfaces:
    Expression

    public class ReadonlyExpression
    extends java.lang.Object
    implements Expression
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String s  
    • Constructor Summary

      Constructors 
      Constructor Description
      ReadonlyExpression​(java.lang.String s)  
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • s

        public java.lang.String s
    • Constructor Detail

      • ReadonlyExpression

        public ReadonlyExpression​(java.lang.String s)