Searched refs:DOTDOT (Results 1 – 13 of 13) sorted by relevance
88 PsiErrorElement:missing DOTDOT at ':'113 PsiErrorElement:mismatched input '.blah' expecting DOTDOT
1 DOTDOT("..") WHITE_SPACE("\n")
753 DOTDOT("..")
58 public static final TextAttributesKey DOTDOT = createTextAttributesKey( field in SmaliHighlightingColors
67 @SuppressWarnings({"UnusedDeclaration"}) public static IElementType DOTDOT; field in SmaliTokens185 tokenColors.put("DOTDOT", SmaliHighlightingColors.DOTDOT);
55 DOTDOT;721 …: (startreg=REGISTER (DOTDOT endreg=REGISTER)?)? -> ^(I_REGISTER_RANGE[$start, "I_REGISTER_RANGE"]…727 …: CATCH_DIRECTIVE nonvoid_type_descriptor OPEN_BRACE from=label_ref DOTDOT to=label_ref CLOSE_BRAC…731 : CATCHALL_DIRECTIVE OPEN_BRACE from=label_ref DOTDOT to=label_ref CLOSE_BRACE using=label_ref
37 DOTDOT, enumerator
831 javascript << gs_lpStrExpFuncName[DOTDOT]; in ToJavaScript()
3666 { return newToken(DOTDOT); in yylex()
96 public static final int DOTDOT=21; field in smaliParser7486 if ( (LA36_0==DOTDOT) ) { in register_range()7493 DOTDOT191=(Token)match(input,DOTDOT,FOLLOW_DOTDOT_in_register_range3117); in register_range()7711 DOTDOT198=(Token)match(input,DOTDOT,FOLLOW_DOTDOT_in_catch_directive3178); in catch_directive()7828 DOTDOT202=(Token)match(input,DOTDOT,FOLLOW_DOTDOT_in_catchall_directive3228); in catchall_directive()
127 public static final int DOTDOT=21; field in smaliTreeWalker
662 ".." { return newToken(DOTDOT); }
480 : DOTDOT;