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

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

public final class NumberExpression
extends ValueObject
implements Expression

A number expression.

Author:
Ben Yu

Field Summary
 String number
           
 
Constructor Summary
NumberExpression(String number)
           
 
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

number

public final String number
Constructor Detail

NumberExpression

public NumberExpression(String number)


Copyright © 2014. All rights reserved.