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

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

public final class WildcardExpression
extends ValueObject
implements Expression

"a.b.*" or "*".

Author:
Ben Yu

Field Summary
 QualifiedName owner
           
 
Constructor Summary
WildcardExpression(QualifiedName owner)
           
 
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

owner

public final QualifiedName owner
Constructor Detail

WildcardExpression

public WildcardExpression(QualifiedName owner)


Copyright © 2014. All rights reserved.