net.sourceforge.jane.lang
Interface FieldInfo

All Superinterfaces:
JavaElement
All Known Implementing Classes:
JJTreeFieldInfo, QDoxFieldInfo, ReflectionFieldInfo

public interface FieldInfo
extends JavaElement

Java field information.


Method Summary
 ClassInfo getType()
          Returns the type field.
 boolean isFinal()
          Returns true if this field is final.
 boolean isStatic()
          Returns true if this field is static.
 
Methods inherited from interface net.sourceforge.jane.lang.JavaElement
getName, isPackageProtected, isPrivate, isProtected, isPublic
 

Method Detail

getType

public ClassInfo getType()
Returns the type field.

isFinal

public boolean isFinal()
Returns true if this field is final.

isStatic

public boolean isStatic()
Returns true if this field is static.


Copyright © 2002-2002 SourceForge. All Rights Reserved.