/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javaparser_methodcalls_expected_output/ |
D | com_github_javaparser_ast_nodeTypes_NodeWithAnnotations.txt | 2 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 …]
|
D | com_github_javaparser_ast_visitor_EqualsVisitor.txt | 34 …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 …]
|
D | com_github_javaparser_ast_type_ArrayType.txt | 9 …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()
|
D | com_github_javaparser_ast_visitor_GenericVisitorAdapter.txt | 2 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 …]
|
D | com_github_javaparser_ast_visitor_CloneVisitor.txt | 8 …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/src/main/java/com/github/javaparser/ast/visitor/ |
D | NoCommentEqualsVisitor.java | 111 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit() 126 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit() 161 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit() 180 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit() 195 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit() 210 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit() 227 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit() 240 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit() 276 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit() 301 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit() [all …]
|
D | EqualsVisitor.java | 154 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit() 171 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit() 218 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit() 239 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit() 256 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit() 273 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit() 292 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit() 307 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit() 347 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit() 374 if (!nodesEquals(n.getAnnotations(), n2.getAnnotations())) in visit() [all …]
|
D | NoCommentHashCodeVisitor.java | 44 …fiers().hashCode()) * 31 + (n.getName().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit() 49 ….accept(this, arg)) * 31 + (n.getType().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit() 64 …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() 134 …fiers().hashCode()) * 31 + (n.getName().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit() 139 …sent() ? n.getTypeArguments().get().accept(this, arg) : 0) * 31 + (n.getAnnotations().accept(this,… in visit() 154 …is, arg)) * 31 + (n.getTypeParameters().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit() 184 ….accept(this, arg)) * 31 + (n.getName().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit() 189 …fiers().hashCode()) * 31 + (n.getName().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit() 209 …().hashCode()) * 31 + (n.getVariables().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit() [all …]
|
D | HashCodeVisitor.java | 52 …fiers().hashCode()) * 31 + (n.getName().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit() 57 ….accept(this, arg)) * 31 + (n.getType().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit() 72 …return (n.getAnnotations().accept(this, arg)) * 31 + (n.getDimension().isPresent() ? n.getDimensio… in visit() 82 …ype().accept(this, arg)) * 31 + (n.getOrigin().hashCode()) * 31 + (n.getAnnotations().accept(this,… in visit() 142 …fiers().hashCode()) * 31 + (n.getName().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit() 147 …sent() ? n.getTypeArguments().get().accept(this, arg) : 0) * 31 + (n.getAnnotations().accept(this,… in visit() 162 …is, arg)) * 31 + (n.getTypeParameters().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit() 192 ….accept(this, arg)) * 31 + (n.getName().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit() 197 …fiers().hashCode()) * 31 + (n.getName().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit() 217 …().hashCode()) * 31 + (n.getVariables().accept(this, arg)) * 31 + (n.getAnnotations().accept(this,… in visit() [all …]
|
D | VoidVisitorAdapter.java | 47 n.getAnnotations().forEach(p -> p.accept(this, arg)); in visit() 57 n.getAnnotations().forEach(p -> p.accept(this, arg)); in visit() 172 n.getAnnotations().forEach(p -> p.accept(this, arg)); in visit() 182 n.getAnnotations().forEach(p -> p.accept(this, arg)); in visit() 214 n.getAnnotations().forEach(p -> p.accept(this, arg)); in visit() 258 n.getAnnotations().forEach(p -> p.accept(this, arg)); in visit() 269 n.getAnnotations().forEach(p -> p.accept(this, arg)); in visit() 302 n.getAnnotations().forEach(p -> p.accept(this, arg)); in visit() 338 n.getAnnotations().forEach(p -> p.accept(this, arg)); in visit() 417 n.getAnnotations().forEach(p -> p.accept(this, arg)); in visit() [all …]
|
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/ast/type/ |
D | ArrayTypeTest.java | 53 … assertThat(arrayType1.getAnnotations()).containsExactly(new MarkerAnnotationExpr(parseName("A"))); in getFieldDeclarationWithArrays() 54 … assertThat(arrayType2.getAnnotations()).containsExactly(new MarkerAnnotationExpr(parseName("B"))); in getFieldDeclarationWithArrays() 55 … assertThat(arrayType3.getAnnotations()).containsExactly(new MarkerAnnotationExpr(parseName("X"))); in getFieldDeclarationWithArrays() 56 … assertThat(arrayType4.getAnnotations()).containsExactly(new MarkerAnnotationExpr(parseName("Y"))); in getFieldDeclarationWithArrays() 59 …assertThat(fieldDeclaration.getAnnotations()).containsExactly(new MarkerAnnotationExpr(parseName("… in getFieldDeclarationWithArrays() 75 … assertThat(arrayType1.getAnnotations()).containsExactly(new MarkerAnnotationExpr(parseName("A"))); in getVariableDeclarationWithArrays() 76 … assertThat(arrayType2.getAnnotations()).containsExactly(new MarkerAnnotationExpr(parseName("B"))); in getVariableDeclarationWithArrays() 77 … assertThat(arrayType3.getAnnotations()).containsExactly(new MarkerAnnotationExpr(parseName("X"))); in getVariableDeclarationWithArrays() 78 … assertThat(arrayType4.getAnnotations()).containsExactly(new MarkerAnnotationExpr(parseName("Y"))); in getVariableDeclarationWithArrays() 81 …assertThat(variableDeclarationExpr.getAnnotations()).containsExactly(new MarkerAnnotationExpr(pars… in getVariableDeclarationWithArrays() [all …]
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/ |
D | NodeWithAnnotations.java | 41 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() 73 getAnnotations().add(annotation); in addAnnotation() 87 getAnnotations().add(annotation); in addAndGetAnnotation() 123 getAnnotations().add(markerAnnotationExpr); in addMarkerAnnotation() 149 getAnnotations().add(singleMemberAnnotationExpr); in addSingleMemberAnnotation() 184 …return getAnnotations().stream().anyMatch(a -> a.getName().getIdentifier().equals(annotationName)); in isAnnotationPresent() 203 …return getAnnotations().stream().filter(a -> a.getName().getIdentifier().equals(annotationName)).f… in getAnnotationByName()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/visitor/ |
D | EqualsVisitor.java | 201 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 …]
|
D | GenericVisitorAdapter.java | 44 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/ |
D | NodeWithAnnotations.java | 43 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-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/visitor/ |
D | EqualsVisitor.java | 189 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 …]
|
D | VoidVisitorAdapter.java | 86 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 …]
|
D | GenericVisitorAdapter.java | 88 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/javatests/src/org/chromium/base/test/util/ |
D | AnnotationProcessingUtils.java | 52 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/opencensus-java/impl_core/src/test/java/io/opencensus/implcore/trace/ |
D | RecordEventsSpanImplTest.java | 112 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-testing/src/test/java/com/github/javaparser/ast/expr/ |
D | NameTest.java | 57 assertThat(name.getAnnotations()).containsExactly(new MarkerAnnotationExpr("C")); in nameCanHaveAnnotationsInside() 58 …assertThat(name.getQualifier().get().getAnnotations()).containsExactly(new MarkerAnnotationExpr("A… in nameCanHaveAnnotationsInside() 68 …assertThat(importDeclaration.getName().getQualifier().get().getAnnotations()).containsExactly(new … in importName() 78 …assertThat(cu.getPackageDeclaration().get().getName().getQualifier().get().getAnnotations()).conta… in packageName()
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/psi/impl/ |
D | SmaliParameterStatement.java | 62 @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/ |
D | SmaliAnnotationTest.java | 173 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/resources/javaparser_expected_output/ |
D | com_github_javaparser_ast_visitor_VoidVisitorAdapter.txt | 8 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 …]
|
/external/javaparser/javaparser-testing/src/test/java/com/github/javaparser/builders/ |
D | NodeWithAnnotationsBuildersTest.java | 47 assertEquals(1, testClass.getAnnotations().size()); in testAddAnnotation() 55 assertEquals(1, testClass.getAnnotations().size()); in testAddMarkerAnnotation() 61 assertEquals(1, testClass.getAnnotations().size()); in testAddSingleMemberAnnotation()
|