com.google.gwt.core.ext.typeinfo
Interface CompilationUnitProvider


public interface CompilationUnitProvider

Provides information about a single compilation unit on demand.


Field Summary
static java.util.Comparator LOCATION_COMPARATOR
           
 
Method Summary
 long getLastModified()
           
 java.lang.String getLocation()
           
 java.lang.String getPackageName()
           
 char[] getSource()
           
 boolean isTransient()
           
 

Field Detail

LOCATION_COMPARATOR

public static final java.util.Comparator LOCATION_COMPARATOR
Method Detail

getLastModified

public long getLastModified()
                     throws UnableToCompleteException
Throws:
UnableToCompleteException

getLocation

public java.lang.String getLocation()

getPackageName

public java.lang.String getPackageName()

getSource

public char[] getSource()
                 throws UnableToCompleteException
Throws:
UnableToCompleteException

isTransient

public boolean isTransient()