org.glassfish.pfl.dynamic.codegen.impl
Class FieldInfoImpl

java.lang.Object
  extended by org.glassfish.pfl.dynamic.codegen.impl.MemberInfoBase
      extended by org.glassfish.pfl.dynamic.codegen.impl.FieldInfoImpl
All Implemented Interfaces:
FieldInfo, MemberInfo
Direct Known Subclasses:
FieldGenerator

public class FieldInfoImpl
extends MemberInfoBase
implements FieldInfo


Field Summary
protected  Type type
           
 
Constructor Summary
FieldInfoImpl(ClassInfo cinfo, int modifiers, Type type, String ident)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 Type type()
          Return the type of this Field.
 
Methods inherited from class org.glassfish.pfl.dynamic.codegen.impl.MemberInfoBase
isAccessibleInContext, modifiers, myClassInfo, name
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.glassfish.pfl.dynamic.codegen.spi.MemberInfo
isAccessibleInContext, modifiers, myClassInfo, name
 

Field Detail

type

protected Type type
Constructor Detail

FieldInfoImpl

public FieldInfoImpl(ClassInfo cinfo,
                     int modifiers,
                     Type type,
                     String ident)
Method Detail

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.