org.richfaces.cdk.templatecompiler.el.types
Class NullType

java.lang.Object
  extended by org.richfaces.cdk.templatecompiler.el.types.NullType
All Implemented Interfaces:
RequireImports, ELType

public final class NullType
extends java.lang.Object
implements ELType

Author:
Nick Belaevski

Field Summary
static ELType INSTANCE
          Singleton instance of NullType
 
Fields inherited from interface org.richfaces.cdk.templatecompiler.builder.model.RequireImports
IMPORTS_TRANSFORM
 
Method Summary
 java.lang.String getCode()
           
 ELType getContainerType()
           
 java.lang.String getRawName()
           
 ELType getRawType()
           
 java.lang.Iterable<JavaImport> getRequiredImports()
           
 ELType[] getTypeArguments()
           
 boolean isArray()
           
 boolean isAssignableFrom(ELType anotherType)
           
 boolean isNullType()
           
 boolean isPrimitive()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

INSTANCE

public static final ELType INSTANCE
Singleton instance of NullType

Method Detail

getCode

public java.lang.String getCode()
Specified by:
getCode in interface ELType

getRequiredImports

public java.lang.Iterable<JavaImport> getRequiredImports()
Specified by:
getRequiredImports in interface RequireImports

isNullType

public boolean isNullType()
Specified by:
isNullType in interface ELType

getRawType

public ELType getRawType()
Specified by:
getRawType in interface ELType

getTypeArguments

public ELType[] getTypeArguments()
Specified by:
getTypeArguments in interface ELType

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.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 java.lang.String getRawName()
Specified by:
getRawName in interface ELType

isPrimitive

public boolean isPrimitive()
Specified by:
isPrimitive in interface ELType


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