AST
class PathPart

General Info

Type Hierarchy:
java.lang.Object
  extended by AST.PathPart
Direct Known Subclasses:
FileNamesPart, FolderPart, ZipFilePart

Description

Member Filters

API level:

Aspect:

Constructors

protected PathPart()

Methods

protected java.lang.String fileSuffix()
public static PathPart createSourcePath(java.lang.String fileName,
                                        Program program)
public static PathPart createClassPath(java.lang.String fileName,
                                       Program program)
public boolean hasPackage(java.lang.String name)
public boolean selectCompilationUnit(java.lang.String canonicalName)
                              throws java.io.IOException

Fields

public java.io.InputStream is
protected java.lang.String pathName
protected java.lang.String relativeName
protected java.lang.String fullName
protected boolean isSource

Inherited Members

Methods inherited from class java.lang.Object

clone
equals
finalize
getClass
hashCode
notify
notifyAll
toString
wait
wait
wait