com.google.gwt.core.ext.typeinfo
Interface CompilationUnitProvider
public interface CompilationUnitProvider
Provides information about a single compilation unit on demand.
LOCATION_COMPARATOR
static final java.util.Comparator LOCATION_COMPARATOR
getLastModified
long getLastModified()
throws UnableToCompleteException
- Throws:
UnableToCompleteException
getLocation
java.lang.String getLocation()
getPackageName
java.lang.String getPackageName()
getSource
char[] getSource()
throws UnableToCompleteException
- Throws:
UnableToCompleteException
isTransient
boolean isTransient()