Class ValueExpression

  • All Implemented Interfaces:
    Expression

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

      Fields 
      Modifier and Type Field Description
      java.lang.Integer nVal  
    • Constructor Summary

      Constructors 
      Constructor Description
      ValueExpression​(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

      • nVal

        public java.lang.Integer nVal
    • Constructor Detail

      • ValueExpression

        public ValueExpression​(java.lang.String s)