|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.codehaus.jparsec.examples.common.ValueObject
org.codehaus.jparsec.examples.sql.ast.StringExpression
public final class StringExpression
A string literal.
| Field Summary | |
|---|---|
String |
string
|
| Constructor Summary | |
|---|---|
StringExpression(String string)
|
|
| Method Summary |
|---|
| Methods inherited from class org.codehaus.jparsec.examples.common.ValueObject |
|---|
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final String string
| Constructor Detail |
|---|
public StringExpression(String string)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||