|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use JType | |
---|---|
com.caucho.amber.field | |
com.caucho.bytecode |
Uses of JType in com.caucho.amber.field |
---|
Methods in com.caucho.amber.field that return JType | |
---|---|
JType |
AbstractField.getJavaType()
Returns the field's type |
JType |
AmberField.getJavaType()
Returns the type of the field |
JType |
EmbeddedSubField.getJavaType()
Returns the type of the field |
Methods in com.caucho.amber.field with parameters of type JType | |
---|---|
protected void |
AbstractField.setJavaType(JType type)
Sets the java type. |
Uses of JType in com.caucho.bytecode |
---|
Classes in com.caucho.bytecode that implement JType | |
---|---|
class |
JavaClass
Represents a java class. |
class |
JavaParameterizedType
Represents an introspected java class. |
class |
JClass
Represents an introspected java class. |
class |
JClassArray
Represents an introspected java class. |
class |
JClassWrapper
Wrapper around the java Class for a JClass. |
class |
JTypeWrapper
Wrapper around the java Class for a JClass. |
Methods in com.caucho.bytecode that return JType | |
---|---|
static JType |
JTypeWrapper.create(java.lang.reflect.Type type,
java.lang.ClassLoader loader)
|
JType[] |
JClass.getActualTypeArguments()
Returns the parameter types. |
JType[] |
JType.getActualTypeArguments()
Returns the parameter types. |
JType[] |
JTypeWrapper.getActualTypeArguments()
Returns the actual type arguments. |
JType[] |
JavaParameterizedType.getActualTypeArguments()
Returns the parameter types. |
JType |
JConstructorWrapper.getGenericReturnType()
Returns the return type. |
abstract JType |
JMethod.getGenericReturnType()
Returns the parameterized return type of the field. |
JType |
JMethodWrapper.getGenericReturnType()
Returns the return type. |
JType |
JavaMethod.getGenericReturnType()
Returns the return type. |
abstract JType |
JField.getGenericType()
Returns the parameterized type of the field. |
JType |
JFieldWrapper.getGenericType()
Returns the return type. |
JType |
JavaField.getGenericType()
Gets the typename. |
protected JType |
JavaClassLoader.parseParameterizedType(java.lang.String type)
Parses the parameterized type. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |