Package com.google.gwt.core.ext.typeinfo

Type-introspection support classes used by generators.

See:
          Description

Interface Summary
CompilationUnitProvider Provides information about a single compilation unit on demand.
HasMetaData Manages doc comment metadata for an AST item.
 

Class Summary
JAbstractMethod Common superclass for JMethod and JConstructor.
JArrayType  
JClassType  
JConstructor  
JField  
JMethod  
JPackage  
JParameter  
JParameterizedType  
JPrimitiveType  
JType  
TypeOracle Provides type-related information about a set of source files, including doc comment metadata.
 

Exception Summary
BadTypeArgsException  
NotFoundException  
ParseException  
TypeOracleException The superclass of exceptions thrown by TypeOracle.
 

Package com.google.gwt.core.ext.typeinfo Description

Type-introspection support classes used by generators. Developers implementing custom generators will use the classes in this package for introspection of the code being compiled.