|
jdeparser 1.0.0.Final-redhat-1 | |||||||||
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 org.jboss.jdeparser.JExpression |
---|
_instanceof, band, bor, cand, complement, component, cond, 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 org.jboss.jdeparser.JGenerable |
---|
generate |
Method Detail |
---|
JExpression assign(JExpression rhs)
JExpression assignPlus(JExpression rhs)
|
jdeparser 1.0.0.Final-redhat-1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |