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

Example usage for Java com.google.gwt.core.ext.typeinfo JParameterizedType 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 JParameterizedType.

The text is from its open source code.

Method

JMethodfindMethod(String name, JType[] paramTypes)
JGenericTypegetBaseType()
JMethod[]getMethods()
JClassTypegetRawType()
JClassType[]getTypeArgs()
booleanisAssignableFrom(JClassType possibleSubtype)
Returns true if this JClassType is assignable from the specified JClassType parameter.
booleanisAssignableTo(JClassType possibleSupertype)
Returns true if this JClassType is assignable to the specified JClassType parameter.