|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--net.sourceforge.jane.lang.jjtree.JJTreeFieldInfo
A jjTree implementation of a FieldInfo.
| Constructor Summary | |
JJTreeFieldInfo(Jane aJane,
java.lang.String aPackageName,
JavaFieldDeclaration aFieldDeclaration)
Create a new JJTreeFieldInfo. |
|
| Method Summary | |
java.lang.String |
getName()
Returns the name of the element. |
ClassInfo |
getType()
Returns the type field. |
boolean |
isFinal()
Returns true if this field is final. |
boolean |
isPackageProtected()
Returns true if this element is package protected. |
boolean |
isPrivate()
Returns true if this element is private. |
boolean |
isProtected()
Returns true if this element is protected. |
boolean |
isPublic()
Returns true if this element is public. |
boolean |
isStatic()
Returns true if this field is static. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public JJTreeFieldInfo(Jane aJane,
java.lang.String aPackageName,
JavaFieldDeclaration aFieldDeclaration)
JJTreeFieldInfo.| Method Detail |
public ClassInfo getType()
getType in interface FieldInfopublic boolean isFinal()
true if this field is final.isFinal in interface FieldInfopublic boolean isStatic()
true if this field is static.isStatic in interface FieldInfopublic java.lang.String getName()
getName in interface JavaElementpublic boolean isPublic()
true if this element is public.isPublic in interface JavaElementpublic boolean isProtected()
true if this element is protected.isProtected in interface JavaElementpublic boolean isPackageProtected()
true if this element is package protected.isPackageProtected in interface JavaElementpublic boolean isPrivate()
true if this element is private.isPrivate in interface JavaElement
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||