org.reflext.api
Interface TypeInfo

All Known Subinterfaces:
ArrayTypeInfo, ClassTypeInfo, ParameterizedTypeInfo, SimpleTypeInfo, TypeVariableInfo, VoidTypeInfo, WildcardTypeInfo

public interface TypeInfo

Version:
$Revision$
Author:
Julien Viet

Method Summary
 void accept(Visitor visitor)
          Visit the type info.
 Object getType()
          Returns the underlying type object.
 boolean isCovariantWith(TypeInfo ti)
           
 

Method Detail

getType

Object getType()
Returns the underlying type object.

Returns:
the underlying type object

accept

void accept(Visitor visitor)
Visit the type info.

Parameters:
visitor - the visitor

isCovariantWith

boolean isCovariantWith(TypeInfo ti)


Copyright © 2009 eXo Platform SAS. All Rights Reserved.