org.richfaces.cdk.templatecompiler.el.types
Class ReferencedType
java.lang.Object
org.richfaces.cdk.templatecompiler.el.types.ReferencedType
- All Implemented Interfaces:
- Type
public class ReferencedType
- extends java.lang.Object
- implements Type
- Author:
- Nick Belaevski
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
ReferencedType
public ReferencedType(java.lang.String classCodeString)
getCode
public java.lang.String getCode()
- Specified by:
getCode in interface Type
getImportsList
public java.util.Collection<java.lang.Class<?>> getImportsList()
- Specified by:
getImportsList in interface Type
getRawType
public java.lang.Class<?> getRawType()
- Specified by:
getRawType in interface Type
isNullType
public boolean isNullType()
- Specified by:
isNullType in interface Type
getTypeArguments
public Type[] getTypeArguments()
- Specified by:
getTypeArguments in interface Type
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object
getContainerType
public Type getContainerType()
- Specified by:
getContainerType in interface Type
isArray
public boolean isArray()
- Specified by:
isArray in interface Type
isAssignableFrom
public boolean isAssignableFrom(Type anotherType)
- Specified by:
isAssignableFrom in interface Type
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.