Home
last modified time | relevance | path

Searched refs:getAnnotations (Results 1 – 25 of 244) sorted by relevance

12345678910

/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/expected_output/
Dcom_github_javaparser_ast_nodeTypes_NodeWithAnnotations.txt2 Line 56) getAnnotations().add(normalAnnotationExpr) ==> java.util.List.add(E)
3 …Line 56) getAnnotations() ==> com.github.javaparser.ast.nodeTypes.NodeWithAnnotations.getAnnotatio…
9 Line 82) getAnnotations().add(markerAnnotationExpr) ==> java.util.List.add(E)
10 …Line 82) getAnnotations() ==> com.github.javaparser.ast.nodeTypes.NodeWithAnnotations.getAnnotatio…
17 Line 109) getAnnotations().add(singleMemberAnnotationExpr) ==> java.util.List.add(E)
18 …Line 109) getAnnotations() ==> com.github.javaparser.ast.nodeTypes.NodeWithAnnotations.getAnnotati…
23 …Line 134) getAnnotations().stream().anyMatch(a -> a.getName().getName().equals(annotationName)) ==…
24 Line 134) getAnnotations().stream() ==> java.util.Collection.stream()
25 …Line 134) getAnnotations() ==> com.github.javaparser.ast.nodeTypes.NodeWithAnnotations.getAnnotati…
31 …Line 154) getAnnotations().stream().filter(a -> a.getName().getName().equals(annotationName)).find…
[all …]
Dcom_github_javaparser_ast_visitor_EqualsVisitor.txt34 …Line 201) nodesEquals(n1.getAnnotations(), n2.getAnnotations()) ==> com.github.javaparser.ast.visi…
35 Line 201) n1.getAnnotations() ==> com.github.javaparser.ast.PackageDeclaration.getAnnotations()
36 Line 201) n2.getAnnotations() ==> com.github.javaparser.ast.PackageDeclaration.getAnnotations()
46 …Line 228) nodesEquals(n1.getAnnotations(), n2.getAnnotations()) ==> com.github.javaparser.ast.visi…
47 Line 228) n1.getAnnotations() ==> com.github.javaparser.ast.type.TypeParameter.getAnnotations()
48 Line 228) n2.getAnnotations() ==> com.github.javaparser.ast.type.TypeParameter.getAnnotations()
69 …Line 279) nodesEquals(n1.getAnnotations(), n2.getAnnotations()) ==> com.github.javaparser.ast.visi…
70 Line 279) n1.getAnnotations() ==> com.github.javaparser.ast.body.BodyDeclaration.getAnnotations()
71 Line 279) n2.getAnnotations() ==> com.github.javaparser.ast.body.BodyDeclaration.getAnnotations()
90 …Line 315) nodesEquals(n1.getAnnotations(), n2.getAnnotations()) ==> com.github.javaparser.ast.visi…
[all …]
Dcom_github_javaparser_ast_type_ArrayType.txt9 …Line 61) arrayBracketPairList.get(j).getAnnotations() ==> com.github.javaparser.ast.ArrayBracketPa…
11 …Line 77) arrayBracketPairs.add(new ArrayBracketPair(Range.UNKNOWN, arrayType.getAnnotations())) ==…
12 Line 77) arrayType.getAnnotations() ==> com.github.javaparser.ast.type.Type.getAnnotations()
Dcom_github_javaparser_ast_visitor_GenericVisitorAdapter.txt2 Line 44) n.getAnnotations() ==> com.github.javaparser.ast.body.BodyDeclaration.getAnnotations()
3 Line 45) n.getAnnotations() ==> com.github.javaparser.ast.body.BodyDeclaration.getAnnotations()
9 Line 70) n.getAnnotations() ==> com.github.javaparser.ast.body.BodyDeclaration.getAnnotations()
10 Line 71) n.getAnnotations() ==> com.github.javaparser.ast.body.BodyDeclaration.getAnnotations()
71 Line 298) n.getAnnotations() ==> com.github.javaparser.ast.body.BodyDeclaration.getAnnotations()
72 Line 299) n.getAnnotations() ==> com.github.javaparser.ast.body.BodyDeclaration.getAnnotations()
87 Line 355) n.getAnnotations() ==> com.github.javaparser.ast.type.Type.getAnnotations()
113 Line 441) n.getAnnotations() ==> com.github.javaparser.ast.body.BodyDeclaration.getAnnotations()
114 Line 442) n.getAnnotations() ==> com.github.javaparser.ast.body.BodyDeclaration.getAnnotations()
141 Line 553) n.getAnnotations() ==> com.github.javaparser.ast.body.BodyDeclaration.getAnnotations()
[all …]
Dcom_github_javaparser_ast_visitor_CloneVisitor.txt8 …Line 126) visit(_n.getAnnotations(), _arg) ==> com.github.javaparser.ast.visitor.CloneVisitor.visi…
9 Line 126) _n.getAnnotations() ==> com.github.javaparser.ast.PackageDeclaration.getAnnotations()
26 …Line 155) visit(_n.getAnnotations(), _arg) ==> com.github.javaparser.ast.visitor.CloneVisitor.visi…
27 Line 155) _n.getAnnotations() ==> com.github.javaparser.ast.type.TypeParameter.getAnnotations()
37 …Line 176) visit(_n.getAnnotations(), _arg) ==> com.github.javaparser.ast.visitor.CloneVisitor.visi…
38 Line 176) _n.getAnnotations() ==> com.github.javaparser.ast.body.BodyDeclaration.getAnnotations()
54 …Line 193) visit(_n.getAnnotations(), _arg) ==> com.github.javaparser.ast.visitor.CloneVisitor.visi…
55 Line 193) _n.getAnnotations() ==> com.github.javaparser.ast.body.BodyDeclaration.getAnnotations()
72 …Line 220) visit(_n.getAnnotations(), _arg) ==> com.github.javaparser.ast.visitor.CloneVisitor.visi…
73 Line 220) _n.getAnnotations() ==> com.github.javaparser.ast.body.BodyDeclaration.getAnnotations()
[all …]
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/type/
DArrayTypeTest.java50 … assertThat(arrayType1.getAnnotations()).containsExactly(new MarkerAnnotationExpr(parseName("A"))); in getFieldDeclarationWithArrays()
51 … assertThat(arrayType2.getAnnotations()).containsExactly(new MarkerAnnotationExpr(parseName("B"))); in getFieldDeclarationWithArrays()
52 … assertThat(arrayType3.getAnnotations()).containsExactly(new MarkerAnnotationExpr(parseName("X"))); in getFieldDeclarationWithArrays()
53 … assertThat(arrayType4.getAnnotations()).containsExactly(new MarkerAnnotationExpr(parseName("Y"))); in getFieldDeclarationWithArrays()
56 …assertThat(fieldDeclaration.getAnnotations()).containsExactly(new MarkerAnnotationExpr(parseName("… in getFieldDeclarationWithArrays()
72 … assertThat(arrayType1.getAnnotations()).containsExactly(new MarkerAnnotationExpr(parseName("A"))); in getVariableDeclarationWithArrays()
73 … assertThat(arrayType2.getAnnotations()).containsExactly(new MarkerAnnotationExpr(parseName("B"))); in getVariableDeclarationWithArrays()
74 … assertThat(arrayType3.getAnnotations()).containsExactly(new MarkerAnnotationExpr(parseName("X"))); in getVariableDeclarationWithArrays()
75 … assertThat(arrayType4.getAnnotations()).containsExactly(new MarkerAnnotationExpr(parseName("Y"))); in getVariableDeclarationWithArrays()
78 …assertThat(variableDeclarationExpr.getAnnotations()).containsExactly(new MarkerAnnotationExpr(pars… in getVariableDeclarationWithArrays()
[all …]
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/visitor/
DNoCommentEqualsVisitor.java108 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit()
122 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit()
154 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit()
172 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit()
186 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit()
200 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit()
216 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit()
228 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit()
262 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit()
286 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit()
[all …]
DEqualsVisitor.java151 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit()
167 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit()
211 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit()
231 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit()
247 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit()
263 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit()
281 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit()
295 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit()
333 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit()
359 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit()
[all …]
DNoCommentHashCodeVisitor.java42 ….accept(this, arg)) * 31 + (n.getName().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit()
46 ….accept(this, arg)) * 31 + (n.getType().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit()
58 …return (n.getAnnotations().accept(this, arg)) * 31 + (n.getDimension().isPresent() ? n.getDimensio… in visit()
66 …ype().accept(this, arg)) * 31 + (n.getOrigin().hashCode()) * 31 + (n.getAnnotations().accept(this,… in visit()
114 ….accept(this, arg)) * 31 + (n.getName().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit()
118 …sent() ? n.getTypeArguments().get().accept(this, arg) : 0) * 31 + (n.getAnnotations().accept(this,… in visit()
130 …is, arg)) * 31 + (n.getTypeParameters().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit()
154 ….accept(this, arg)) * 31 + (n.getName().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit()
158 ….accept(this, arg)) * 31 + (n.getName().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit()
174 …pt(this, arg)) * 31 + (n.getVariables().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit()
[all …]
DVoidVisitorAdapter.java46 n.getAnnotations().forEach(p -> p.accept(this, arg)); in visit()
56 n.getAnnotations().forEach(p -> p.accept(this, arg)); in visit()
157 n.getAnnotations().forEach(p -> p.accept(this, arg)); in visit()
166 n.getAnnotations().forEach(p -> p.accept(this, arg)); in visit()
196 n.getAnnotations().forEach(p -> p.accept(this, arg)); in visit()
234 n.getAnnotations().forEach(p -> p.accept(this, arg)); in visit()
245 n.getAnnotations().forEach(p -> p.accept(this, arg)); in visit()
275 n.getAnnotations().forEach(p -> p.accept(this, arg)); in visit()
307 n.getAnnotations().forEach(p -> p.accept(this, arg)); in visit()
377 n.getAnnotations().forEach(p -> p.accept(this, arg)); in visit()
[all …]
DHashCodeVisitor.java50 ….accept(this, arg)) * 31 + (n.getName().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit()
54 ….accept(this, arg)) * 31 + (n.getType().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit()
66 …return (n.getAnnotations().accept(this, arg)) * 31 + (n.getDimension().isPresent() ? n.getDimensio… in visit()
74 …ype().accept(this, arg)) * 31 + (n.getOrigin().hashCode()) * 31 + (n.getAnnotations().accept(this,… in visit()
122 ….accept(this, arg)) * 31 + (n.getName().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit()
126 …sent() ? n.getTypeArguments().get().accept(this, arg) : 0) * 31 + (n.getAnnotations().accept(this,… in visit()
138 …is, arg)) * 31 + (n.getTypeParameters().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit()
162 ….accept(this, arg)) * 31 + (n.getName().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit()
166 ….accept(this, arg)) * 31 + (n.getName().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit()
182 …pt(this, arg)) * 31 + (n.getVariables().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit()
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/visitor/
DEqualsVisitor.java201 if (!nodesEquals(n1.getAnnotations(), n2.getAnnotations())) { in visit()
228 if (!nodesEquals(n1.getAnnotations(), n2.getAnnotations())) { in visit()
279 if (!nodesEquals(n1.getAnnotations(), n2.getAnnotations())) { in visit()
315 if (!nodesEquals(n1.getAnnotations(), n2.getAnnotations())) { in visit()
347 if (!nodesEquals(n1.getAnnotations(), n2.getAnnotations())) { in visit()
375 if (!nodesEquals(n1.getAnnotations(), n2.getAnnotations())) { in visit()
399 if (!nodesEquals(n1.getAnnotations(), n2.getAnnotations())) { in visit()
423 if (!nodesEquals(n1.getAnnotations(), n2.getAnnotations())) { in visit()
483 if (!nodesEquals(n1.getAnnotations(), n2.getAnnotations())) { in visit()
531 if (!nodesEquals(n1.getAnnotations(), n2.getAnnotations())) { in visit()
[all …]
DGenericVisitorAdapter.java44 if (n.getAnnotations() != null) { in visit()
45 for (final AnnotationExpr a : n.getAnnotations()) { in visit()
70 if (n.getAnnotations() != null) { in visit()
71 for (final AnnotationExpr a : n.getAnnotations()) { in visit()
298 if (n.getAnnotations() != null) { in visit()
299 for (final AnnotationExpr a : n.getAnnotations()) { in visit()
355 for (final AnnotationExpr a : n.getAnnotations()) { in visit()
441 if (n.getAnnotations() != null) { in visit()
442 for (final AnnotationExpr a : n.getAnnotations()) { in visit()
553 if (n.getAnnotations() != null) { in visit()
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/nodeTypes/
DNodeWithAnnotations.java43 List<AnnotationExpr> getAnnotations(); in getAnnotations() method
56 getAnnotations().add(normalAnnotationExpr); in addAnnotation()
82 getAnnotations().add(markerAnnotationExpr); in addMarkerAnnotation()
109 getAnnotations().add(singleMemberAnnotationExpr); in addSingleMemberAnnotation()
134 … return getAnnotations().stream().anyMatch(a -> a.getName().getName().equals(annotationName)); in isAnnotationPresent()
154 …return getAnnotations().stream().filter(a -> a.getName().getName().equals(annotationName)).findFir… in getAnnotationByName()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
DNodeWithAnnotations.java41 NodeList<AnnotationExpr> getAnnotations(); in getAnnotations() method
48 return getAnnotations().get(i); in getAnnotation()
53 getAnnotations().set(i, element); in setAnnotation()
59 getAnnotations().add(element); in addAnnotation()
195 …return getAnnotations().stream().anyMatch(a -> a.getName().getIdentifier().equals(annotationName)); in isAnnotationPresent()
214 …return getAnnotations().stream().filter(a -> a.getName().getIdentifier().equals(annotationName)).f… in getAnnotationByName()
/external/libchrome/base/test/android/javatests/src/org/chromium/base/test/util/
DAnnotationProcessingUtils.java52 public static <A extends Annotation> List<A> getAnnotations( in getAnnotations() method in AnnotationProcessingUtils
60 public static <A extends Annotation> List<A> getAnnotations( in getAnnotations() method in AnnotationProcessingUtils
154 queueAnnotations(currentAnnotationLayer.getAnnotations(), workingSet); in getMatchingAnnotations()
199 abstract List<Annotation> getAnnotations(); in getAnnotations() method in AnnotationProcessingUtils.AnnotatedNode
215 List<Annotation> getAnnotations() { in getAnnotations() method in AnnotationProcessingUtils.AnnotatedNode.DescriptionNode
216 return new ArrayList<>(mDescription.getAnnotations()); in getAnnotations()
235 List<Annotation> getAnnotations() { in getAnnotations() method in AnnotationProcessingUtils.AnnotatedNode.ClassNode
254 List<Annotation> getAnnotations() { in getAnnotations() method in AnnotationProcessingUtils.AnnotatedNode.MethodNode
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/visitor/
DEqualsVisitor.java189 if (!nodesEquals(n1.getAnnotations(), n2.getAnnotations())) { in visit()
216 if (!nodesEquals(n1.getAnnotations(), n2.getAnnotations())) { in visit()
267 if (!nodesEquals(n1.getAnnotations(), n2.getAnnotations())) { in visit()
303 if (!nodesEquals(n1.getAnnotations(), n2.getAnnotations())) { in visit()
335 if (!nodesEquals(n1.getAnnotations(), n2.getAnnotations())) { in visit()
363 if (!nodesEquals(n1.getAnnotations(), n2.getAnnotations())) { in visit()
387 if (!nodesEquals(n1.getAnnotations(), n2.getAnnotations())) { in visit()
411 if (!nodesEquals(n1.getAnnotations(), n2.getAnnotations())) { in visit()
467 if (!nodesEquals(n1.getAnnotations(), n2.getAnnotations())) { in visit()
511 if (!nodesEquals(n1.getAnnotations(), n2.getAnnotations())) { in visit()
[all …]
DVoidVisitorAdapter.java86 if (n.getAnnotations() != null) { in visit()
87 for (final AnnotationExpr a : n.getAnnotations()) { in visit()
103 if (n.getAnnotations() != null) { in visit()
104 for (final AnnotationExpr a : n.getAnnotations()) { in visit()
208 if (n.getAnnotations() != null) { in visit()
209 for (final AnnotationExpr a : n.getAnnotations()) { in visit()
277 if (n.getAnnotations() != null) { in visit()
278 for (final AnnotationExpr a : n.getAnnotations()) { in visit()
342 if (n.getAnnotations() != null) { in visit()
343 for (final AnnotationExpr a : n.getAnnotations()) { in visit()
[all …]
DGenericVisitorAdapter.java88 if (n.getAnnotations() != null) { in visit()
89 for (final AnnotationExpr a : n.getAnnotations()) { in visit()
121 if (n.getAnnotations() != null) { in visit()
122 for (final AnnotationExpr a : n.getAnnotations()) { in visit()
348 if (n.getAnnotations() != null) { in visit()
349 for (final AnnotationExpr a : n.getAnnotations()) { in visit()
491 if (n.getAnnotations() != null) { in visit()
492 for (final AnnotationExpr a : n.getAnnotations()) { in visit()
619 if (n.getAnnotations() != null) { in visit()
620 for (final AnnotationExpr a : n.getAnnotations()) { in visit()
[all …]
/external/libchrome/base/test/android/junit/src/org/chromium/base/test/
DTestListInstrumentationRunListenerTest.java43 ParentClass.class.getMethod("testA").getAnnotations()); in testGetTestMethodJSON_testA()
60 ParentClass.class.getMethod("testB").getAnnotations()); in testGetTestMethodJSON_testB()
82 ChildClass.class.getMethod("testB").getAnnotations()); in testGetTestMethodJSONForInheritedClass()
101 JSONObject json = getAnnotationJSON(Arrays.asList(ParentClass.class.getAnnotations())); in testGetAnnotationJSONForParentClass()
111 JSONObject json = getAnnotationJSON(Arrays.asList(ChildClass.class.getAnnotations())); in testGetAnnotationJSONForChildClass()
/external/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/trace/
DRecordEventsSpanImplTest.java112 assertThat(spanData.getAnnotations().getEvents()).isEmpty(); in noEventsRecordedAfterEnd()
174 assertThat(spanData.getAnnotations().getDroppedEventsCount()).isEqualTo(0); in toSpanData_ActiveSpan()
175 assertThat(spanData.getAnnotations().getEvents().size()).isEqualTo(2); in toSpanData_ActiveSpan()
176 assertThat(spanData.getAnnotations().getEvents().get(0).getTimestamp()) in toSpanData_ActiveSpan()
178 assertThat(spanData.getAnnotations().getEvents().get(0).getEvent()) in toSpanData_ActiveSpan()
180 assertThat(spanData.getAnnotations().getEvents().get(1).getTimestamp()) in toSpanData_ActiveSpan()
182 assertThat(spanData.getAnnotations().getEvents().get(1).getEvent()) in toSpanData_ActiveSpan()
235 assertThat(spanData.getAnnotations().getDroppedEventsCount()).isEqualTo(0); in toSpanData_EndedSpan()
236 assertThat(spanData.getAnnotations().getEvents().size()).isEqualTo(2); in toSpanData_EndedSpan()
237 assertThat(spanData.getAnnotations().getEvents().get(0).getTimestamp()) in toSpanData_EndedSpan()
[all …]
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/builders/
DNodeWithAnnotationsBuildersTest.java46 assertEquals(1, testClass.getAnnotations().size()); in testAddAnnotation()
54 assertEquals(1, testClass.getAnnotations().size()); in testAddMarkerAnnotation()
60 assertEquals(1, testClass.getAnnotations().size()); in testAddSingleMemberAnnotation()
67 assertEquals(1, testClass.getAnnotations().size()); in testAddSingleMemberAnnotation2()
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/
DSmaliParameterStatement.java62 @NotNull @Override public SmaliAnnotation[] getAnnotations() { in getAnnotations() method in SmaliParameterStatement
67 return getAnnotations(); in getApplicableAnnotations()
71 for (SmaliAnnotation annotation: getAnnotations()) { in findAnnotation()
/external/smali/smalidea/src/test/java/org/jf/smalidea/
DSmaliAnnotationTest.java173 Assert.assertEquals(2, annotationOwner.getAnnotations().length); in doTest()
175 … Assert.assertEquals("my.TestAnnotation", annotationOwner.getAnnotations()[0].getQualifiedName()); in doTest()
176 …PsiJavaCodeReferenceElement annotationNameRef = annotationOwner.getAnnotations()[0].getNameReferen… in doTest()
182 … Assert.assertEquals("my.TestAnnotation2", annotationOwner.getAnnotations()[1].getQualifiedName()); in doTest()
183 annotationNameRef = annotationOwner.getAnnotations()[1].getNameReferenceElement(); in doTest()
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/expected_output/
Dcom_github_javaparser_ast_visitor_VoidVisitorAdapter.txt8 Line 86) n.getAnnotations() != null ==> boolean
10 Line 87) n.getAnnotations() ==> java.util.List<com.github.javaparser.ast.expr.AnnotationExpr>
19 Line 103) n.getAnnotations() != null ==> boolean
21 Line 104) n.getAnnotations() ==> java.util.List<com.github.javaparser.ast.expr.AnnotationExpr>
71 Line 208) n.getAnnotations() != null ==> boolean
73 Line 209) n.getAnnotations() ==> java.util.List<com.github.javaparser.ast.expr.AnnotationExpr>
116 Line 277) n.getAnnotations() != null ==> boolean
118 Line 278) n.getAnnotations() ==> java.util.List<com.github.javaparser.ast.expr.AnnotationExpr>
150 Line 342) n.getAnnotations() != null ==> boolean
152 Line 343) n.getAnnotations() ==> java.util.List<com.github.javaparser.ast.expr.AnnotationExpr>
[all …]

12345678910