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

Packages that use CompilationUnitProvider
com.google.gwt.core.ext.typeinfo   
 

Uses of CompilationUnitProvider in com.google.gwt.core.ext.typeinfo
 

Methods in com.google.gwt.core.ext.typeinfo that return CompilationUnitProvider
 CompilationUnitProvider JClassType.getCompilationUnit()
           
 

Methods in com.google.gwt.core.ext.typeinfo with parameters of type CompilationUnitProvider
 JClassType[] TypeOracle.getTypesInCompilationUnit(CompilationUnitProvider cup)
           
 

Constructors in com.google.gwt.core.ext.typeinfo with parameters of type CompilationUnitProvider
JClassType(TypeOracle oracle, CompilationUnitProvider cup, JPackage declaringPackage, JClassType enclosingType, String name, int declStart, int declEnd, int bodyStart, int bodyEnd, boolean isInterface)
           
 



This javadoc distribution was not produced by Google. The official documentation is here.