org.glassfish.pfl.dynamic.codegen.impl
Class FieldInfoImpl
java.lang.Object
org.glassfish.pfl.dynamic.codegen.impl.MemberInfoBase
org.glassfish.pfl.dynamic.codegen.impl.FieldInfoImpl
- All Implemented Interfaces:
- FieldInfo, MemberInfo
- Direct Known Subclasses:
- FieldGenerator
public class FieldInfoImpl
- extends MemberInfoBase
- implements FieldInfo
type
protected Type type
FieldInfoImpl
public FieldInfoImpl(ClassInfo cinfo,
int modifiers,
Type type,
String ident)
type
public Type type()
- Description copied from interface:
FieldInfo
- Return the type of this Field.
- Specified by:
type in interface FieldInfo
hashCode
public int hashCode()
- Overrides:
hashCode in class MemberInfoBase
equals
public boolean equals(Object obj)
- Overrides:
equals in class MemberInfoBase
toString
public String toString()
- Overrides:
toString in class MemberInfoBase
Copyright © 2013 Oracle. All Rights Reserved.