Class Constant


  • public final class Constant
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Constant​(java.lang.String id, ru.ispras.fortress.expression.Node expression)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      ru.ispras.fortress.expression.Node getExpression()  
      java.lang.String getId()  
      ru.ispras.fortress.expression.Node getVariable()  
      boolean isValue()  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • Constant

        public Constant​(java.lang.String id,
                        ru.ispras.fortress.expression.Node expression)
    • Method Detail

      • getId

        public java.lang.String getId()
      • getExpression

        public ru.ispras.fortress.expression.Node getExpression()
      • getVariable

        public ru.ispras.fortress.expression.Node getVariable()
      • isValue

        public boolean isValue()
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object