|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectJet.Lisp.Literal
representation of a literal in the grammar, used to match a specific string.
Constructor Summary | |
Literal(java.lang.String stg)
creates a new literal for String 'stg'. |
Method Summary | |
java.lang.String |
getString()
returns the String associated with this literal. |
java.lang.String |
toString()
returns the String associated with this literal, enclosed in double quotes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public Literal(java.lang.String stg)
Method Detail |
public java.lang.String getString()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |