dk.brics.string.intermediate
Class StringStatement

java.lang.Object
  extended by dk.brics.string.intermediate.Statement
      extended by dk.brics.string.intermediate.StringStatement
All Implemented Interfaces:
Comparable<Statement>
Direct Known Subclasses:
StringAssignment, StringConcat, StringFromArray, StringFromStringBuffer, StringInit

public abstract class StringStatement
extends Statement

Superclass of all statements that manipulate string variables.


Field Summary
 Variable to
          The string variable being manipulated.
 
Constructor Summary
StringStatement(Variable to)
           
 
Method Summary
 
Methods inherited from class dk.brics.string.intermediate.Statement
addSucc, addSuccIfAbsent, compareTo, getIndex, getMethod, getPreds, getSuccs, toString, visitBy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

to

public Variable to
The string variable being manipulated.

Constructor Detail

StringStatement

public StringStatement(Variable to)


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