org.codehaus.jparsec.examples.sql.ast
Class StringExpression

java.lang.Object
  extended by org.codehaus.jparsec.examples.common.ValueObject
      extended by org.codehaus.jparsec.examples.sql.ast.StringExpression
All Implemented Interfaces:
Expression

public final class StringExpression
extends ValueObject
implements Expression

A string literal.

Author:
Ben Yu

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

string

public final String string
Constructor Detail

StringExpression

public StringExpression(String string)


Copyright © 2014. All rights reserved.