Class AbstractNode

    • Field Detail

      • type

        public final java.lang.reflect.Type type
    • Constructor Detail

      • AbstractNode

        AbstractNode​(ExpressionType nodeType,
                     java.lang.reflect.Type type)
    • Method Detail

      • getNodeType

        public ExpressionType getNodeType()
        Gets the node type of this Expression.
      • getType

        public java.lang.reflect.Type getType()
        Gets the static type of the expression that this Expression represents.
      • toString

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

        public java.lang.Object evaluate​(Evaluator evaluator)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object