Interface AssignmentExpressionTree

All Superinterfaces:
ExpressionTree, Tree
All Known Implementing Classes:
CAssignmentExpressionTree

public interface AssignmentExpressionTree extends ExpressionTree
Assignment expression used to assign value in an Annotation. For example: @Deprecated(since = "4.2")