|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rice.cs.util.sexp.TextAtom
edu.rice.cs.util.sexp.QuotedTextAtom
class QuotedTextAtom
this type of text atom is mostly like its super class except its string representation includes the sourrounding quotes and the instances of the characters: \ " etc are turned into their corresponding escape character sequences.
| Field Summary |
|---|
| Fields inherited from class edu.rice.cs.util.sexp.TextAtom |
|---|
_text |
| Constructor Summary | |
|---|---|
QuotedTextAtom(java.lang.String text)
|
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
If the given text was a quoted string, the text returned excludes the quotes around the string. |
| Methods inherited from class edu.rice.cs.util.sexp.TextAtom |
|---|
accept, getText |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public QuotedTextAtom(java.lang.String text)
| Method Detail |
|---|
public java.lang.String toString()
TextAtom
toString in class TextAtom
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||