Interface FieldInfo
-
- All Superinterfaces:
MemberInfo
- All Known Subinterfaces:
ModifiableFieldReference
- All Known Implementing Classes:
FieldGenerator
,FieldInfoImpl
public interface FieldInfo extends MemberInfo
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description 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.
-
-