org.codehaus.jparsec.examples.java.ast.declaration
Class QualifiedName

java.lang.Object
  extended by org.codehaus.jparsec.examples.common.ValueObject
      extended by org.codehaus.jparsec.examples.java.ast.declaration.QualifiedName

public final class QualifiedName
extends ValueObject

Represents a qualified name in import or package statement.

Author:
Ben Yu

Field Summary
 List<String> names
           
 
Constructor Summary
QualifiedName(List<String> names)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class org.codehaus.jparsec.examples.common.ValueObject
equals, hashCode
 
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

toString

public String toString()
Overrides:
toString in class ValueObject


Copyright © 2014. All rights reserved.