Searched defs:typeArgument (Results 1 – 6 of 6) sorted by relevance
149 …private static Type objectTypeArgumentToType(SignatureAttribute.ObjectType typeArgument, TypeSolve… in objectTypeArgumentToType()162 …private static Type typeArgumentToType(SignatureAttribute.TypeArgument typeArgument, TypeSolver ty… in typeArgumentToType()
134 …private static ResolvedType objectTypeArgumentToType(SignatureAttribute.ObjectType typeArgument, T… in objectTypeArgumentToType()152 …private static ResolvedType typeArgumentToType(SignatureAttribute.TypeArgument typeArgument, TypeS… in typeArgumentToType()
376 private final Type typeArgument; field in MiniGuice.ProviderType378 public ProviderType(Class<?> rawType, Type typeArgument) { in ProviderType()
706 public TypePath typeArgument(int idx) { in typeArgument() method in ClassFile.TypeAnnotationInfo.TypePath
288 for (typeArgument in kotlinType.arguments) { in DocumentationNode() constant
4890 public final void typeArgument() throws RecognitionException { in typeArgument() method in JavaParser