|
mjc | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface represents a field or proxy for a field (a field getter or setter method)
| Method Summary | |
void |
genLoad(CodeSequence code)
Generates a sequence of bytecodes to load |
void |
genStore(CodeSequence code)
Generates a sequence of bytecodes to load |
CField |
getField()
Returns the target of this accessor method. |
CType |
getType()
|
JExpression |
getValue()
|
String |
ident()
|
boolean |
isFieldStatic()
|
boolean |
isFinal()
|
boolean |
isStatic()
|
CClass |
owner()
Returns the owner of this member. |
void |
setType(CType type)
|
| Method Detail |
public CClass owner()
public CType getType()
public void setType(CType type)
public JExpression getValue()
public String ident()
public boolean isStatic()
public boolean isFieldStatic()
public boolean isFinal()
public CField getField()
public void genLoad(CodeSequence code)
code - the code listpublic void genStore(CodeSequence code)
code - the code list
|
mjc | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||