org.reflext.api
Interface SimpleTypeInfo

All Superinterfaces:
Annotated, ClassTypeInfo, GenericDeclarationInfo, TypeInfo

public interface SimpleTypeInfo
extends ClassTypeInfo

Version:
$Revision$
Author:
Julien Viet

Method Summary
 LiteralType getLiteralType()
           
 boolean isPrimitive()
           
 
Methods inherited from interface org.reflext.api.ClassTypeInfo
getDeclaredMethod, getDeclaredMethods, getInterfaces, getKind, getName, getPackageName, getSimpleName, getSuperClass, getSuperType, isAssignableFrom, resolve
 
Methods inherited from interface org.reflext.api.TypeInfo
accept, getType, isSubType
 
Methods inherited from interface org.reflext.api.GenericDeclarationInfo
getTypeParameters
 
Methods inherited from interface org.reflext.api.annotation.Annotated
getDeclaredAnnotation
 

Method Detail

getLiteralType

LiteralType getLiteralType()

isPrimitive

boolean isPrimitive()


Copyright © 2010 eXo Platform SAS. All Rights Reserved.