|
||||||||||
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 FieldInfo
public boolean isFinal()
true
if this field is final.isFinal
in interface FieldInfo
public boolean isStatic()
true
if this field is static.isStatic
in interface FieldInfo
public java.lang.String getName()
getName
in interface JavaElement
public boolean isPublic()
true
if this element is public.isPublic
in interface JavaElement
public boolean isProtected()
true
if this element is protected.isProtected
in interface JavaElement
public boolean isPackageProtected()
true
if this element is package protected.isPackageProtected
in interface JavaElement
public 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 |