org.crsh.text
Class Text

java.lang.Object
  extended by org.crsh.text.Chunk
      extended by org.crsh.text.Text
All Implemented Interfaces:
Serializable

public class Text
extends Chunk

See Also:
Serialized Form

Field Summary
(package private)  StringBuilder buffer
          .
 
Constructor Summary
Text()
           
Text(CharSequence s)
           
 
Method Summary
 boolean equals(Object obj)
           
 CharSequence getText()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

buffer

final StringBuilder buffer
.

Constructor Detail

Text

public Text()

Text

public Text(CharSequence s)
Method Detail

getText

public CharSequence getText()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2012 eXo Platform SAS. All Rights Reserved.