org.chromattic.metamodel.bean
Class JLOTypeInfo
java.lang.Object
org.chromattic.metamodel.bean.JLOTypeInfo
- All Implemented Interfaces:
- org.reflext.api.ClassTypeInfo, org.reflext.api.GenericDeclarationInfo, org.reflext.api.TypeInfo
public class JLOTypeInfo
- extends java.lang.Object
- implements org.reflext.api.ClassTypeInfo
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
get
public static JLOTypeInfo get()
getDeclaredAnnotation
public <A extends java.lang.annotation.Annotation> A getDeclaredAnnotation(java.lang.Class<A> annotationClass)
- Specified by:
getDeclaredAnnotation in interface org.reflext.api.ClassTypeInfo
getType
public java.lang.Object getType()
- Specified by:
getType in interface org.reflext.api.TypeInfo
getName
public java.lang.String getName()
- Specified by:
getName in interface org.reflext.api.ClassTypeInfo
getSimpleName
public java.lang.String getSimpleName()
- Specified by:
getSimpleName in interface org.reflext.api.ClassTypeInfo
getPackageName
public java.lang.String getPackageName()
- Specified by:
getPackageName in interface org.reflext.api.ClassTypeInfo
getKind
public org.reflext.api.ClassKind getKind()
- Specified by:
getKind in interface org.reflext.api.ClassTypeInfo
getInterfaces
public java.lang.Iterable<org.reflext.api.TypeInfo> getInterfaces()
- Specified by:
getInterfaces in interface org.reflext.api.ClassTypeInfo
getSuperClass
public org.reflext.api.ClassTypeInfo getSuperClass()
- Specified by:
getSuperClass in interface org.reflext.api.ClassTypeInfo
getSuperType
public org.reflext.api.TypeInfo getSuperType()
- Specified by:
getSuperType in interface org.reflext.api.ClassTypeInfo
resolve
public org.reflext.api.TypeInfo resolve(org.reflext.api.TypeInfo type)
- Specified by:
resolve in interface org.reflext.api.ClassTypeInfo
getDeclaredMethods
public java.util.List<org.reflext.api.MethodInfo> getDeclaredMethods()
- Specified by:
getDeclaredMethods in interface org.reflext.api.ClassTypeInfo
getDeclaredMethod
public org.reflext.api.MethodInfo getDeclaredMethod(org.reflext.api.MethodSignature methodSignature)
- Specified by:
getDeclaredMethod in interface org.reflext.api.ClassTypeInfo
isAssignableFrom
public boolean isAssignableFrom(org.reflext.api.ClassTypeInfo that)
- Specified by:
isAssignableFrom in interface org.reflext.api.ClassTypeInfo
getTypeParameters
public java.util.List<org.reflext.api.TypeVariableInfo> getTypeParameters()
- Specified by:
getTypeParameters in interface org.reflext.api.GenericDeclarationInfo
accept
public <V extends org.reflext.api.Visitor<V,S>,S extends org.reflext.api.VisitorStrategy<V,S>> void accept(S strategy,
V visitor)
- Specified by:
accept in interface org.reflext.api.TypeInfo
isSubType
public boolean isSubType(org.reflext.api.TypeInfo typeInfo)
- Specified by:
isSubType in interface org.reflext.api.TypeInfo
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright © 2011 eXo Platform SAS. All Rights Reserved.