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

java.lang.Object
  extended by org.codehaus.jparsec.examples.common.ValueObject
      extended by org.codehaus.jparsec.examples.sql.ast.QualifiedName
All Implemented Interfaces:
Iterable<String>

public final class QualifiedName
extends ValueObject
implements Iterable<String>

A qualified name like "a.b.c".

Author:
Ben Yu

Field Summary
 List<String> names
           
 
Constructor Summary
QualifiedName(List<String> names)
           
 
Method Summary
 Iterator<String> iterator()
           
static QualifiedName of(String... names)
           
 
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

names

public final List<String> names
Constructor Detail

QualifiedName

public QualifiedName(List<String> names)
Method Detail

of

public static QualifiedName of(String... names)

iterator

public Iterator<String> iterator()
Specified by:
iterator in interface Iterable<String>


Copyright © 2014. All rights reserved.