org.glassfish.pfl.dynamic.codegen.spi
Interface FieldInfo

All Superinterfaces:
MemberInfo
All Known Subinterfaces:
ModifiableFieldReference
All Known Implementing Classes:
FieldGenerator, FieldInfoImpl

public interface FieldInfo
extends MemberInfo


Method Summary
 Type type()
          Return the type of this Field.
 
Methods inherited from interface org.glassfish.pfl.dynamic.codegen.spi.MemberInfo
isAccessibleInContext, modifiers, myClassInfo, name
 

Method Detail

type

Type type()
Return the type of this Field.



Copyright © 2013 Oracle. All Rights Reserved.