|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.rice.cs.util.sexp.TextAtom
public class TextAtom
| Field Summary | |
|---|---|
protected java.lang.String |
_text
|
| Constructor Summary | |
|---|---|
TextAtom(java.lang.String text)
|
|
| Method Summary | ||
|---|---|---|
|
accept(SExpVisitor<Ret> v)
Visitor hook for the TextAtom |
|
java.lang.String |
getText()
|
|
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 java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String _text
| Constructor Detail |
|---|
public TextAtom(java.lang.String text)
| Method Detail |
|---|
public java.lang.String getText()
public <Ret> Ret accept(SExpVisitor<Ret> v)
accept in interface Atomaccept in interface SExpv - the visitor
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||