com.google.gwt.core.ext.typeinfo
Class JParameterizedType
java.lang.Object
com.google.gwt.core.ext.typeinfo.JType
com.google.gwt.core.ext.typeinfo.JParameterizedType
- public class JParameterizedType
- extends JType
getJNISignature
public String getJNISignature()
- The signature of the raw type.
- Specified by:
getJNISignature
in class JType
getParameterizedQualifiedSourceName
public String getParameterizedQualifiedSourceName()
- Overrides:
getParameterizedQualifiedSourceName
in class JType
getQualifiedSourceName
public String getQualifiedSourceName()
- Everything is fully qualified and includes the < and > in the
signature.
- Specified by:
getQualifiedSourceName
in class JType
getNonParameterizedQualifiedSourceName
public String getNonParameterizedQualifiedSourceName()
getRawType
public JType getRawType()
getSimpleSourceName
public String getSimpleSourceName()
- In this case, the raw type name.
- Specified by:
getSimpleSourceName
in class JType
getTypeArgs
public JType[] getTypeArgs()
isArray
public JArrayType isArray()
- Specified by:
isArray
in class JType
isClass
public JClassType isClass()
- Specified by:
isClass
in class JType
isInterface
public JClassType isInterface()
- Specified by:
isInterface
in class JType
isParameterized
public JParameterizedType isParameterized()
- Specified by:
isParameterized
in class JType
isPrimitive
public JPrimitiveType isPrimitive()
- Specified by:
isPrimitive
in class JType
getLeafType
public JType getLeafType()
- Overrides:
getLeafType
in class JType
This javadoc distribution was not produced by Google. The official documentation is here.