Remove unreferenced rule from Java LR

This commit is contained in:
Sam Harwell 2013-04-22 17:27:44 -05:00
parent 69f22f8012
commit df336b4e59
1 changed files with 0 additions and 8 deletions

View File

@ -815,14 +815,6 @@ nonWildcardTypeArguments
: '<' typeList '>'
;
selector
: '.' Identifier arguments?
| '.' 'this'
| '.' 'super' superSuffix
| '.' 'new' innerCreator
| '[' expression ']'
;
superSuffix
: arguments
| '.' Identifier arguments?