com.google.gwt.core.ext.typeinfo
Interface CompilationUnitProvider
- public interface CompilationUnitProvider
Provides information about a single compilation unit on demand.
LOCATION_COMPARATOR
public static final Comparator LOCATION_COMPARATOR
getLastModified
public long getLastModified()
throws UnableToCompleteException
- Throws:
UnableToCompleteException
getLocation
public String getLocation()
getPackageName
public String getPackageName()
getSource
public char[] getSource()
throws UnableToCompleteException
- Throws:
UnableToCompleteException
This javadoc distribution was not produced by Google. The official documentation is here.