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
(package private) Text()
           
private Text(CharSequence s)
           
 
Method Summary
static Text create(CharSequence s)
           
 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

Text()

Text

private Text(CharSequence s)
Method Detail

create

public static Text create(CharSequence s)

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 © 2014 eXo Platform SAS. All Rights Reserved.