AST
class FileNamesPart

General Info

Type Hierarchy:
java.lang.Object
  extended by AST.PathPart
      extended by AST.FileNamesPart

Description

Member Filters

API level:

Aspect:

Constructors

Methods

public boolean hasPackage(java.lang.String name)
public boolean isEmpty()
public java.util.Collection keySet()
public boolean selectCompilationUnit(java.lang.String canonicalName)
                              throws java.io.IOException
public CompilationUnit addSourceFile(java.lang.String name)
Add a source file to be parsed.
Returns:
The CompilationUnit representing the source file, or null if no such file exists

Inherited Members

Methods inherited from class AST.PathPart

Methods inherited from class java.lang.Object

clone
equals
finalize
getClass
hashCode
notify
notifyAll
toString
wait
wait
wait

Fields inherited from AST.PathPart