Searched defs:TypeVariableImpl (Results 1 – 3 of 3) sorted by relevance
41 class TypeVariableImpl extends TypeImpl implements TypeVariable { class46 protected TypeVariableImpl(javax.lang.model.type.TypeVariable typeVariable, Context context) { in TypeVariableImpl() method in TypeVariableImpl
403 private static final class TypeVariableImpl<D extends GenericDeclaration> { class in Types409 TypeVariableImpl(D genericDeclaration, String name, Type[] bounds) { in TypeVariableImpl() method in Types.TypeVariableImpl