dk.brics.string.flow
Class ConcatenationNode

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

public class ConcatenationNode
extends Node

Concatenation node.


Method Summary
 Use getArg1()
          Returns Use for first argument.
 Use getArg2()
          Returns Use for second argument.
 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

getArg1

public Use getArg1()
Returns Use for first argument.


getArg2

public Use getArg2()
Returns Use for second argument.


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.