|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This type represents a java declaration in the syntax tree.
| Method Summary | |
void |
accept(MjcVisitor p)
Accepts the specified visitor |
void |
genComments(MjcVisitor p)
Generate the code in pure java form It is useful to debug and tune compilation process |
CClass |
getCClass()
|
CField |
getField()
|
CMethod |
getMethod()
|
String |
ident()
|
boolean |
isDeprecated()
Returns true if this member is deprecated |
long |
modifiers()
|
| Methods inherited from interface org.multijava.util.compiler.PhylumType |
getTokenReference, setTokenReference |
| Methods inherited from interface org.multijava.javadoc.Annotatable |
javadocComment |
| Method Detail |
public boolean isDeprecated()
public CField getField()
public CMethod getMethod()
public CClass getCClass()
public long modifiers()
public String ident()
public void accept(MjcVisitor p)
p - the visitorpublic void genComments(MjcVisitor p)
p - the printwriter into the code is generated
|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||