|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Type | |
|---|---|
| org.richfaces.cdk.templatecompiler | |
| org.richfaces.cdk.templatecompiler.el | |
| org.richfaces.cdk.templatecompiler.el.node | |
| org.richfaces.cdk.templatecompiler.el.types | |
| Uses of Type in org.richfaces.cdk.templatecompiler |
|---|
| Methods in org.richfaces.cdk.templatecompiler that return Type | |
|---|---|
Type |
DefineObjectStatement.getType()
|
| Constructors in org.richfaces.cdk.templatecompiler with parameters of type Type | |
|---|---|
DefineObjectStatement(Type type,
java.lang.String name,
java.lang.String initializationExpression)
|
|
| Uses of Type in org.richfaces.cdk.templatecompiler.el |
|---|
| Methods in org.richfaces.cdk.templatecompiler.el that return Type | |
|---|---|
Type |
Type.getContainerType()
|
Type |
ELVisitor.getExpressionType()
|
static Type |
ELParserUtils.getMatchingVisibleMethodReturnType(java.lang.Class<?> clazz,
java.lang.String methodName,
Type[] parameterTypes)
Find an accessible method that matches the given name and has compatible parameters. |
Type[] |
Type.getTypeArguments()
|
Type |
ELVisitor.getVariable(java.lang.String name)
|
| Methods in org.richfaces.cdk.templatecompiler.el that return types with arguments of type Type | |
|---|---|
java.util.Map<java.lang.String,Type> |
ELVisitor.getVariables()
|
| Methods in org.richfaces.cdk.templatecompiler.el with parameters of type Type | |
|---|---|
static java.lang.String |
ELParserUtils.coerceToType(java.lang.String valueString,
ELVisitor visitor,
Type expectedType)
|
static Type |
ELParserUtils.getMatchingVisibleMethodReturnType(java.lang.Class<?> clazz,
java.lang.String methodName,
Type[] parameterTypes)
Find an accessible method that matches the given name and has compatible parameters. |
boolean |
Type.isAssignableFrom(Type anotherType)
|
void |
ELVisitor.parse(java.lang.String expression,
java.util.Map<java.lang.String,Type> contextMap,
Type expectedType)
Parse specified EL expression and return Java code, that represent this expression |
void |
ELVisitor.setExpressionType(Type variableType)
|
| Method parameters in org.richfaces.cdk.templatecompiler.el with type arguments of type Type | |
|---|---|
void |
ELVisitor.parse(java.lang.String expression,
java.util.Map<java.lang.String,Type> contextMap,
Type expectedType)
Parse specified EL expression and return Java code, that represent this expression |
| Uses of Type in org.richfaces.cdk.templatecompiler.el.node |
|---|
| Methods in org.richfaces.cdk.templatecompiler.el.node that return Type | |
|---|---|
protected Type |
BinaryBooleanResultOperationTreeNode.getOperationType(Type firstArgumentType,
Type secondArgumentType)
|
protected Type |
BinaryBooleanOperationTreeNode.getOperationType(Type firstArgumentType,
Type secondArgumentType)
|
protected Type |
BinaryArithmeticOperationTreeNode.getOperationType(Type firstArgumentType,
Type secondArgumentType)
|
protected Type |
BinaryArithmeticIntegerOperationTreeNode.getOperationType(Type firstArgumentType,
Type secondArgumentType)
|
protected abstract Type |
AbstractBinaryOperationTreeNode.getOperationType(Type firstArgumentType,
Type secondArgumentType)
|
| Methods in org.richfaces.cdk.templatecompiler.el.node with parameters of type Type | |
|---|---|
protected Type |
BinaryBooleanResultOperationTreeNode.getOperationType(Type firstArgumentType,
Type secondArgumentType)
|
protected Type |
BinaryBooleanOperationTreeNode.getOperationType(Type firstArgumentType,
Type secondArgumentType)
|
protected Type |
BinaryArithmeticOperationTreeNode.getOperationType(Type firstArgumentType,
Type secondArgumentType)
|
protected Type |
BinaryArithmeticIntegerOperationTreeNode.getOperationType(Type firstArgumentType,
Type secondArgumentType)
|
protected abstract Type |
AbstractBinaryOperationTreeNode.getOperationType(Type firstArgumentType,
Type secondArgumentType)
|
| Uses of Type in org.richfaces.cdk.templatecompiler.el.types |
|---|
| Classes in org.richfaces.cdk.templatecompiler.el.types that implement Type | |
|---|---|
class |
ComplexType
|
class |
NullType
|
class |
PlainClassType
|
class |
ReferencedType
|
| Fields in org.richfaces.cdk.templatecompiler.el.types declared as Type | |
|---|---|
static Type |
NullType.INSTANCE
Singleton instance of NullType |
| Methods in org.richfaces.cdk.templatecompiler.el.types that return Type | |
|---|---|
Type |
ReferencedType.getContainerType()
|
Type |
PlainClassType.getContainerType()
|
Type |
NullType.getContainerType()
|
Type |
ComplexType.getContainerType()
|
static Type |
TypesFactory.getNullType()
|
static Type |
TypesFactory.getType(java.lang.String typeString,
java.lang.ClassLoader classLoader)
|
static Type |
TypesFactory.getType(java.lang.reflect.Type reflectionType)
|
Type[] |
ReferencedType.getTypeArguments()
|
Type[] |
PlainClassType.getTypeArguments()
|
Type[] |
NullType.getTypeArguments()
|
Type[] |
ComplexType.getTypeArguments()
|
static Type[] |
TypesFactory.getTypesArray(java.lang.reflect.Type[] reflectionTypes)
|
| Methods in org.richfaces.cdk.templatecompiler.el.types with parameters of type Type | |
|---|---|
boolean |
ReferencedType.isAssignableFrom(Type anotherType)
|
boolean |
PlainClassType.isAssignableFrom(Type anotherType)
|
boolean |
NullType.isAssignableFrom(Type anotherType)
|
boolean |
ComplexType.isAssignableFrom(Type anotherType)
|
| Constructors in org.richfaces.cdk.templatecompiler.el.types with parameters of type Type | |
|---|---|
ComplexType(Type clearComponentType,
Type[] typeArguments,
int arrayDepth)
|
|
ComplexType(Type clearComponentType,
Type[] typeArguments,
int arrayDepth)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||