|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface AssignmentTarget
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 fromGeneratedExpression.
| Method Summary | |
|---|---|
GeneratedExpression |
assign(GeneratedExpression rhs)
|
GeneratedExpression |
assignPlus(GeneratedExpression rhs)
|
| Methods inherited from interface org.mule.devkit.model.code.GeneratedExpression |
|---|
_instanceof, band, bor, cand, complement, component, cor, decr, div, eq, gt, gte, incr, invoke, invoke, isNotNull, isNull, lt, lte, minus, minus, mod, mul, ne, not, plus, ref, ref, shl, shr, shrz, xor |
| Methods inherited from interface org.mule.devkit.model.code.Generable |
|---|
generate |
| Method Detail |
|---|
GeneratedExpression assign(GeneratedExpression rhs)
GeneratedExpression assignPlus(GeneratedExpression rhs)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||