Home
last modified time | relevance | path

Searched refs:tdCode (Results 1 – 1 of 1) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.apt.tests/src/org/eclipse/jdt/apt/tests/
H A DMirrorDeclarationTests.java319 …TypeDeclaration tdCode = env.getTypeDeclaration(SourceMirrorCodeExample.CODE_PACKAGE + "." + Sourc… in _process() local
320 for (AnnotationMirror am : tdCode.getAnnotationMirrors()) { in _process()