org.richfaces.cdk.templatecompiler.el
Interface Type

All Known Implementing Classes:
ComplexType, NullType, PlainClassType, ReferencedType

public interface Type

Author:
Nick Belaevski

Method Summary
 java.lang.String getCode()
           
 Type getContainerType()
           
 java.util.Collection<java.lang.Class<?>> getImportsList()
           
 java.lang.Class<?> getRawType()
           
 Type[] getTypeArguments()
           
 boolean isArray()
           
 boolean isAssignableFrom(Type anotherType)
           
 boolean isNullType()
           
 

Method Detail

getCode

java.lang.String getCode()

getImportsList

java.util.Collection<java.lang.Class<?>> getImportsList()

isNullType

boolean isNullType()

isArray

boolean isArray()

getRawType

java.lang.Class<?> getRawType()

getContainerType

Type getContainerType()

getTypeArguments

Type[] getTypeArguments()

isAssignableFrom

boolean isAssignableFrom(Type anotherType)


Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.