Java com.google.gwt.core.ext.typeinfo TypeOracle fields, constructors, methods, implement or subclass

Example usage for Java com.google.gwt.core.ext.typeinfo TypeOracle fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.google.gwt.core.ext.typeinfo TypeOracle.

The text is from its open source code.

Method

JPackagefindPackage(String pkgName)
Attempts to find a package by name.
JClassTypefindType(String name)
Finds a class or interface given its fully-qualified name.
JArrayTypegetArrayType(JType componentType)
Gets the type object that represents an array of the specified type.
JClassTypegetJavaLangObject()
Gets a reference to the type object representing java.lang.Object.
JPackage[]getPackages()
Gets an array of all packages known to this type oracle.
JClassTypegetSingleJsoImpl(JClassType intf)
Returns the single implementation type for an interface returned via #getSingleJsoImplInterfaces() or null if no JSO implementation is defined.
SetgetSingleJsoImplInterfaces()
Returns an unmodifiable, live view of all interface types that are implemented by exactly one JSO subtype.
JClassTypegetType(String name)
Finds a type given its fully qualified name.
JClassType[]getTypes()
Gets all types, both top-level and nested.
JTypeparse(String type)
Parses the string form of a type to produce the corresponding type object.