src/share/classes/com/sun/source/tree/Tree.java

changeset 1142
c896d95e7469
parent 969
8cc5b440fdde
child 1143
ec59a2ce9114
equal deleted inserted replaced
1140:07599bd780ca 1142:c896d95e7469
185 * Used for instances of {@link NewClassTree}. 185 * Used for instances of {@link NewClassTree}.
186 */ 186 */
187 NEW_CLASS(NewClassTree.class), 187 NEW_CLASS(NewClassTree.class),
188 188
189 /** 189 /**
190 * Used for instances of {@link LambdaExpressionTree}.
191 */
192 LAMBDA_EXPRESSION(LambdaExpressionTree.class),
193
194 /**
190 * Used for instances of {@link ParenthesizedTree}. 195 * Used for instances of {@link ParenthesizedTree}.
191 */ 196 */
192 PARENTHESIZED(ParenthesizedTree.class), 197 PARENTHESIZED(ParenthesizedTree.class),
193 198
194 /** 199 /**

mercurial