com.sun.codemodel
Interface JAssignmentTarget

All Superinterfaces:
JExpression
All Known Implementing Classes:
JFieldRef, JFieldVar, JVar

public interface JAssignmentTarget
extends JExpression

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
 

Method Detail

assign

JExpression assign(JExpression rhs)

assignPlus

JExpression assignPlus(JExpression rhs)


Copyright © 2005-2009 Sun Microsystems. All Rights Reserved.