org.reflext.api
Interface SimpleTypeInfo

All Superinterfaces:
Annotated, ClassTypeInfo, GenericDeclarationInfo, TypeInfo

public interface SimpleTypeInfo
extends ClassTypeInfo

A simple type denotes either a reference type or a primitive type. It represents a type subject to boxing and unboxing.

Version:
$Revision$
Author:
Julien Viet

Method Summary
 LiteralType getLiteralType()
           
 boolean isPrimitive()
           
 
Methods inherited from interface org.reflext.api.ClassTypeInfo
getDeclaredField, getDeclaredFields, getDeclaredMethod, getDeclaredMethods, getInterfaces, getKind, getName, getPackageName, getSimpleName, getSuperClass, getSuperType, isAssignableFrom, resolve
 
Methods inherited from interface org.reflext.api.TypeInfo
accept, isReified, isSubType, unwrap
 
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.