org.jaffa.tools.common
Class SourceDecomposer.PlainText

java.lang.Object
  extended byorg.jaffa.tools.common.SourceDecomposer.PlainText
Enclosing class:
SourceDecomposer

public static class SourceDecomposer.PlainText
extends Object

For the input file, a PlainText object will represent text, which is not guarded.


Constructor Summary
SourceDecomposer.PlainText(String contents)
          Creates an instance.
 
Method Summary
 String getContents()
          Returns the text that this object represents.
 void setContents(String contents)
          Sets the contents.
 String toString()
          Returns debug info.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SourceDecomposer.PlainText

public SourceDecomposer.PlainText(String contents)
Creates an instance.

Parameters:
contents - The text that this object represents.
Method Detail

getContents

public String getContents()
Returns the text that this object represents.

Returns:
the text that this object represents.

setContents

public void setContents(String contents)
Sets the contents.

Parameters:
contents - the contents.

toString

public String toString()
Returns debug info.

Returns:
debug info.


Copyright © 2002-2004 JAFFA Project.