Interface JAssignmentTarget

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

public interface JAssignmentTarget extends JGenerable, 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.