com.google.gwt.core.ext.typeinfo
Class JArrayType
java.lang.Object
com.google.gwt.core.ext.typeinfo.JType
com.google.gwt.core.ext.typeinfo.JArrayType
- public class JArrayType
- extends JType
getComponentType
public JType getComponentType()
getJNISignature
public String getJNISignature()
- Specified by:
getJNISignature in class JType
getQualifiedSourceName
public String getQualifiedSourceName()
- Specified by:
getQualifiedSourceName in class JType
getSimpleSourceName
public String getSimpleSourceName()
- Specified by:
getSimpleSourceName in class JType
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
toString
public String toString()
getLeafType
public JType getLeafType()
- Overrides:
getLeafType in class JType
getRank
public int getRank()
setLeafType
public void setLeafType(JType type)
This javadoc distribution was not produced by Google. The official documentation is here.