Class Expression

    • Field Detail

      • operator

        public final Operator operator
      • lvalue

        public final Operand lvalue
      • rvalue

        public final Operand rvalue
      • info

        public Object info
        Arbitrary info associated to the expression.
    • Method Detail

      • accept

        public void accept​(IVisitor visitor)
        Description copied from interface: ASTNode
        Accept the given visitor.
        Specified by:
        accept in interface ASTNode
        Parameters:
        visitor - the AST node visitor
      • isSuffix

        public boolean isSuffix()
        Is the unary operator pretty-printed after the operand?
      • setInfo

        public void setInfo​(Object info)
      • getInfo

        public Object getInfo()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • isPathExpression

        public boolean isPathExpression()