dk.brics.string.flow
Class AssignmentNode

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

public class AssignmentNode
extends Node

Assignment node.


Method Summary
 Use getArg()
          Returns Use for right-hand side of assignment.
 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 right-hand side of assignment.


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.