Class UnaryOperationNode

    • Field Detail

      • tree

        protected final com.sun.source.tree.UnaryTree tree
      • operand

        protected final Node operand
    • Constructor Detail

      • UnaryOperationNode

        protected UnaryOperationNode​(com.sun.source.tree.UnaryTree tree,
                                     Node operand)
    • Method Detail

      • getOperand

        public Node getOperand()
      • getTree

        public com.sun.source.tree.UnaryTree getTree()
        Description copied from class: Node
        Returns the Tree in the abstract syntax tree, or null if no corresponding tree exists. For instance, this is the case for an ImplicitThisNode.
        Specified by:
        getTree in class Node
        Returns:
        the corresponding Tree or null
      • getOperands

        @SideEffectFree
        public java.util.Collection<Node> getOperands()
        Description copied from class: Node
        Returns a collection containing all of the operand Nodes of this Node.
        Specified by:
        getOperands in class Node
        Returns:
        a collection containing all of the operand Nodes of this Node