Home | History | Annotate | Download | only in io

Lines Matching refs:ASSIGNMENT

570       } else if (s.equals("Assignment")) {
571 return newASTEntry(Tree.Kind.ASSIGNMENT,
889 case ASSIGNMENT: {
890 AssignmentTree assignment = (AssignmentTree) actualNode;
892 next = assignment.getVariable();
894 next = assignment.getExpression();
1358 * Determines if the given kind is a compound assignment.
1362 * @return true if the given kind is a compound assignment
1457 * Determines if the given kind is a compound assignment.
1461 * @return true if the given kind is a compound assignment
1537 case ASSIGNMENT: