|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--org.objectweb.jac.ide.ModelElement
|
+--org.objectweb.jac.ide.TypedElement
|
+--org.objectweb.jac.ide.Member
A member item of a class such as a field or a method.
| Field Summary |
| Fields inherited from interface org.objectweb.jac.ide.Visibility |
PRIVATE, PROTECTED, PUBLIC |
| Constructor Summary | |
Member()
|
|
| Method Summary | |
String |
getFullName()
Defines a redefinable method to get the full name. |
String |
getGenerationFullName()
Gets full name to use for code generation. |
String |
getGenerationName()
Gets name to use for code generation. |
String |
getModifiers()
Returns a string of all the modifiers of a member item (field or method) |
Class |
getParent()
Get the value of parent. |
Project |
getProject()
|
abstract String |
getPrototype()
|
int |
getVisibility()
|
boolean |
isStatic()
Returns value of isStatic field |
void |
setParent(Class v)
Set the value of parent. |
void |
setStatic(boolean isStatic)
Sets value of isStatic field |
void |
setVisibility(int newVisibility)
|
| Methods inherited from class org.objectweb.jac.ide.TypedElement |
getToString, getType, getTypeName, isArray, setArray, setType |
| Methods inherited from class org.objectweb.jac.ide.ModelElement |
addConfigItem, addEndingLink, addLink, getConfigItems, getDescription, getEndingLinks, getLinks, getName, remove, removeEndingLink, removeLink, setDescription, setEndingLinks, setLinks, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.objectweb.jac.ide.Element |
getName |
| Constructor Detail |
public Member()
| Method Detail |
public Class getParent()
public void setParent(Class v)
v - Value to assign to parent.public abstract String getPrototype()
getPrototype in class TypedElementpublic boolean isStatic()
public void setStatic(boolean isStatic)
public String getModifiers()
isStatic(),
getVisibility()public String getFullName()
ModelElementgetName() method.
getFullName in class ModelElementpublic String getGenerationName()
ModelElement
getGenerationName in interface ElementgetGenerationName in class ModelElementpublic String getGenerationFullName()
ModelElement
getGenerationFullName in interface ElementgetGenerationFullName in class ModelElementpublic Project getProject()
public int getVisibility()
public void setVisibility(int newVisibility)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||