Home
last modified time | relevance | path

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

/dports/lang/kawa/kawa-3.1.1/gnu/expr/
H A DCompiledProc.java107 String[] annotTypes; in resolveParameterTypes() local
110 annotTypes = sourceType == null ? null : sourceType.value(); in resolveParameterTypes()
112 annotTypes = null; in resolveParameterTypes()
116 if (annotTypes != null) in resolveParameterTypes()
119 annotTypes, i+1, in resolveParameterTypes()
H A DPrimProcedure.java362 String[] annotTypes;
365 annotTypes = sourceType == null ? null : sourceType.value();
367 annotTypes = null;
371 Type langType = decodeType(javaType, annotTypes, i+1,
389 annotTypes, 0, parameterizedType, language);
399 String[] annotTypes, int annotIndex, in decodeType() argument
402 String annotType = annotTypes != null && annotTypes.length > annotIndex in decodeType()
403 ? annotTypes[annotIndex] : null; in decodeType()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.compiler.apt.tests/processors/org/eclipse/jdt/compiler/apt/tests/processors/inherited/
H A DArgsConstructorProcessor.java154 List<TypeMirror> annotTypes) { in doesClassContainArgsConstructor() argument
159 if (mirror.accept(argsVisitor, annotTypes)) in doesClassContainArgsConstructor()