Errai 3.0.1-SNAPSHOT

org.jboss.errai.codegen.meta.impl.build
Class ShadowBuildMetaField

java.lang.Object
  extended by org.jboss.errai.codegen.meta.MetaField
      extended by org.jboss.errai.codegen.meta.impl.build.BuildMetaField
          extended by org.jboss.errai.codegen.meta.impl.build.ShadowBuildMetaField
All Implemented Interfaces:
Builder, HasAnnotations, MetaClassMember

public class ShadowBuildMetaField
extends BuildMetaField

Author:
Mike Brock

Nested Class Summary
 
Nested classes/interfaces inherited from class org.jboss.errai.codegen.meta.MetaField
MetaField.ArrayLengthMetaField
 
Constructor Summary
ShadowBuildMetaField(BuildMetaClass declaringClass, Statement statement, Scope scope, MetaClass type, String name, MetaField shadow)
           
 
Method Summary
 Field asField()
          Returns the java.lang.reflect.Field object representing this MetaField.
 
Methods inherited from class org.jboss.errai.codegen.meta.impl.build.BuildMetaField
addAnnotation, getAnnotation, getAnnotations, getDeclaringClass, getGenericType, getName, getType, isAbstract, isAnnotationPresent, isFinal, isPrivate, isProtected, isPublic, isStatic, isSynchronized, isSynthetic, isTransient, isVolatile, setDeclaringClass, setFieldComment, setFinal, setGenericType, setName, setScope, setStatement, setStatic, setTransient, setType, setVolatile, toJavaString
 
Methods inherited from class org.jboss.errai.codegen.meta.MetaField
equals, hashCode, hashString, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ShadowBuildMetaField

public ShadowBuildMetaField(BuildMetaClass declaringClass,
                            Statement statement,
                            Scope scope,
                            MetaClass type,
                            String name,
                            MetaField shadow)
Method Detail

asField

public Field asField()
Description copied from class: MetaField
Returns the java.lang.reflect.Field object representing this MetaField.

Overrides:
asField in class MetaField
Returns:
The Java Reflection Field object representing the same field as this MetaField. Never null.

Errai 3.0.1-SNAPSHOT

Copyright © 2013-2014 JBoss, a division of Red Hat. All Rights Reserved.