org.richfaces.cdk.templatecompiler.el.types
Class ReferencedType
java.lang.Object
org.richfaces.cdk.templatecompiler.el.types.ReferencedType
- All Implemented Interfaces:
- RequireImports, ELType
public class ReferencedType
- extends Object
- implements ELType
- Author:
- Nick Belaevski
ReferencedType
public ReferencedType(String classCodeString)
getCode
public String getCode()
- Specified by:
getCode in interface ELType
getRequiredImports
public Iterable<JavaImport> getRequiredImports()
- Specified by:
getRequiredImports in interface RequireImports
getRawType
public ELType getRawType()
- Specified by:
getRawType in interface ELType
isNullType
public boolean isNullType()
- Specified by:
isNullType in interface ELType
getTypeArguments
public ELType[] getTypeArguments()
- Specified by:
getTypeArguments in interface ELType
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals in class Object
toString
public String toString()
- Overrides:
toString in class Object
getContainerType
public ELType getContainerType()
- Specified by:
getContainerType in interface ELType
isArray
public boolean isArray()
- Specified by:
isArray in interface ELType
isAssignableFrom
public boolean isAssignableFrom(ELType anotherType)
- Specified by:
isAssignableFrom in interface ELType
getRawName
public String getRawName()
- Specified by:
getRawName in interface ELType
isPrimitive
public boolean isPrimitive()
- Specified by:
isPrimitive in interface ELType
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.