minor: added missing code for EXTENDS_CLAUSE token

This commit is contained in:
rnveach 2016-02-11 22:20:14 -05:00 committed by Roman Ivanov
parent 57ae9fea80
commit 152c9da776
1 changed files with 3 additions and 0 deletions

View File

@ -485,6 +485,9 @@ public final class TokenTypes {
*
* <p>For example:</p>
*
* <pre>
* extends java.util.LinkedList
* </pre>
*
* <p>parses as:</p>
* <pre>