org.jboss.errai.ioc.rebind.ioc.codegen.meta
Interface MetaClassMember

All Superinterfaces:
HasAnnotations
All Known Implementing Classes:
AbstractMetaMember, BuildMetaConstructor, BuildMetaField, BuildMetaMethod, GWTConstructor, GWTField, GWTMethod, JavaReflectionConstructor, JavaReflectionField, JavaReflectionMethod, MetaConstructor, MetaField, MetaMethod

public interface MetaClassMember
extends HasAnnotations

Author:
Mike Brock

Method Summary
 MetaClass getDeclaringClass()
           
 boolean isAbstract()
           
 boolean isFinal()
           
 boolean isPrivate()
           
 boolean isProtected()
           
 boolean isPublic()
           
 boolean isStatic()
           
 boolean isSynchronized()
           
 boolean isSynthetic()
           
 boolean isTransient()
           
 
Methods inherited from interface org.jboss.errai.ioc.rebind.ioc.codegen.meta.HasAnnotations
getAnnotation, getAnnotations, isAnnotationPresent
 

Method Detail

getDeclaringClass

MetaClass getDeclaringClass()

isAbstract

boolean isAbstract()

isPublic

boolean isPublic()

isPrivate

boolean isPrivate()

isProtected

boolean isProtected()

isFinal

boolean isFinal()

isStatic

boolean isStatic()

isTransient

boolean isTransient()

isSynthetic

boolean isSynthetic()

isSynchronized

boolean isSynchronized()


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