dk.brics.string.flow
Class UnaryNode

java.lang.Object
  extended by dk.brics.string.flow.Node
      extended by dk.brics.string.flow.UnaryNode
All Implemented Interfaces:
Comparable<Node>

public class UnaryNode
extends Node

Unary operation node.


Method Summary
 Use getArg()
          Returns Use for argument.
 UnaryOperation getOp()
          Returns the operation.
 void visitBy(NodeVisitor v)
          Visitor.
 
Methods inherited from class dk.brics.string.flow.Node
compareTo, getIndex, getUses, isTaint, setTaint, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getArg

public Use getArg()
Returns Use for argument.


getOp

public UnaryOperation getOp()
Returns the operation.


visitBy

public void visitBy(NodeVisitor v)
Description copied from class: Node
Visitor.

Specified by:
visitBy in class Node


Copyright © 2003-2009 Anders Møller, Aske Simon Christensen, Asger Feldthaus.