|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JAssignmentTarget
Marker interface for code components that can be placed to
the left of '=' in an assignment.
A left hand value can always be a right hand value, so
this interface derives from JExpression.
| Method Summary | |
|---|---|
JExpression |
assign(JExpression rhs)
|
JExpression |
assignPlus(JExpression rhs)
|
| Methods inherited from interface com.sun.codemodel.JExpression |
|---|
_instanceof, band, bor, cand, complement, component, cor, decr, div, eq, gt, gte, incr, invoke, invoke, lt, lte, minus, minus, mod, mul, ne, not, plus, ref, ref, shl, shr, shrz, xor |
| Methods inherited from interface com.sun.codemodel.JGenerable |
|---|
generate |
| Method Detail |
|---|
JExpression assign(JExpression rhs)
JExpression assignPlus(JExpression rhs)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||