Home | History | Annotate | Download | only in parser

Lines Matching refs:selector

313         "synpred113_Java", "inclusiveOrExpression", "synpred71_Java", "selector",
10766 // src/com/google/doclava/parser/Java.g:1080:1: unaryExpressionNotPlusMinus : ( '~' unaryExpression | '!' unaryExpression | castExpression | primary ( selector )* ( '++' | '--' )? );
10776 // src/com/google/doclava/parser/Java.g:1081:5: ( '~' unaryExpression | '!' unaryExpression | castExpression | primary ( selector )* ( '++' | '--' )? )
10840 // src/com/google/doclava/parser/Java.g:1084:9: primary ( selector )* ( '++' | '--' )?
10849 // src/com/google/doclava/parser/Java.g:1085:9: ( selector )*
10870 // src/com/google/doclava/parser/Java.g:1085:10: selector
10874 selector();
11907 // $ANTLR start "selector"
11908 // src/com/google/doclava/parser/Java.g:1149:1: selector : ( '.' IDENTIFIER ( arguments )? | '.' 'this' | '.' 'super' superSuffix | innerCreator | '[' expression ']' );
11909 public final void selector() throws RecognitionException {
11911 try { dbg.enterRule(getGrammarFileName(), "selector");
12090 dbg.exitRule(getGrammarFileName(), "selector");
12097 // $ANTLR end "selector"
19182 return "1080:1: unaryExpressionNotPlusMinus : ( '~' unaryExpression | '!' unaryExpression | castExpression | primary ( selector )* ( '++' | '--' )? );";