org.extendj.ast
class SourceFilePath

General Info

Type Hierarchy:
java.lang.Object
  extended by org.extendj.ast.PathPart
      extended by org.extendj.ast.SourceFilePath

Description

Source
Declared in /home/jesper/git/extendj/java4/frontend/PathPart.jadd at line 590
Aspect
PathPart

Member Filters

API level:

Aspect:

Constructors

public SourceFilePath(java.lang.String path)

Methods

public java.lang.String getPath()
public boolean hasPackage(java.lang.String name)
Use the parsed CompilationUnit to find the package name of the file!
Specified by:hasPackage in class PathPart
Returns:
true if the given package name exists in this path part
public ClassSource findSource(java.lang.String name)
public java.lang.String toString()

Inherited Members

Methods inherited from class org.extendj.ast.PathPart

Methods inherited from class java.lang.Object

clone
equals
finalize
getClass
hashCode
notify
notifyAll
wait
wait
wait

Fields inherited from org.extendj.ast.PathPart