Searched refs:TypeArguments (Results 1 – 7 of 7) sorted by relevance
1159 LOOKAHEAD([ TypeArguments() ] <THIS> "(")1160 [ typeArgs = TypeArguments() { begin=typeArgs.range.getBegin(); } ]1169 [ typeArgs = TypeArguments() { begin = orIfInvalid(begin, typeArgs.range.getBegin()); } ]1275 [ LOOKAHEAD(2) typeArgs = TypeArguments() ]1282 [ LOOKAHEAD(2) typeArgs = TypeArguments() ]1291 RangedList<Type> TypeArguments():1457 …"::" [typeArgs = TypeArguments() ] (Identifier() | "new") { ret = new MethodReferenceExpr(range(r…1800 [ typeArgs = TypeArguments() ]1811 "::" [typeArgs = TypeArguments() ] (Identifier() | "new")1835 type = AnnotatedType() "::" [typeArgs = TypeArguments() ] (Identifier() | "new")[all …]
1464 typeArgs = TypeArguments(); in ExplicitConstructorInvocation()1510 typeArgs = TypeArguments(); in ExplicitConstructorInvocation()1757 typeArgs = TypeArguments(); in ClassOrInterfaceType()1774 typeArgs = TypeArguments(); in ClassOrInterfaceType()1785 …final public RangedList<Type<?>> TypeArguments() {RangedList<Type<?>> ret = new RangedList<Type<?>… in TypeArguments() method in ASTParser2049 typeArgs = TypeArguments(); in Expression()2820 typeArgs = TypeArguments(); in PrimaryPrefix()2853 typeArgs = TypeArguments(); in PrimaryPrefix()3028 typeArgs = TypeArguments(); in PrimaryPrefix()3128 typeArgs = TypeArguments(); in PrimarySuffixWithoutSuper()[all …]
1553 typeArgs = TypeArguments(); in ExplicitConstructorInvocation()1612 typeArgs = TypeArguments(); in ExplicitConstructorInvocation()1824 typeArgs = TypeArguments(); in ClassOrInterfaceType()1841 typeArgs = TypeArguments(); in ClassOrInterfaceType()1851 …final public RangedList<Type> TypeArguments() throws ParseException {RangedList<Type> ret = new Ra… in TypeArguments() method in GeneratedJavaParser2211 typeArgs = TypeArguments(); in Expression()3024 typeArgs = TypeArguments(); in PrimaryPrefix()3053 typeArgs = TypeArguments(); in PrimaryPrefix()3189 typeArgs = TypeArguments(); in PrimaryPrefix()3311 typeArgs = TypeArguments(); in PrimarySuffixWithoutSuper()[all …]
1223 TEST_F(FormatTestJS, TypeArguments) { in TEST_F() argument
1423 typeArgs = TypeArguments(); in ExplicitConstructorInvocation()1470 typeArgs = TypeArguments(); in ExplicitConstructorInvocation()1700 typeArgs = TypeArguments(); in ClassOrInterfaceType()1730 typeArgs = TypeArguments(); in ClassOrInterfaceType()1741 final public List TypeArguments() { in TypeArguments() method in ASTParser2874 typeArgs = TypeArguments(); in PrimaryPrefix()3171 typeArgs = TypeArguments(); in PrimarySuffixWithoutSuper()3405 typeArgs = TypeArguments(); in AllocationExpression()
441 * 477 468 refactor TypeArguments. You will find that TypeArguments is no longer a type, it is just …
439 * NOTE: here differs from the javac grammar, missing TypeArguments.440 …* EnumeratorDeclaration = AnnotationsOpt [TypeArguments] IDENTIFIER [ Arguments ] [ "{" ClassBody …