Searched defs:superBounds (Results 1 – 5 of 5) sorted by relevance
76 public Type[] superBounds() { in superBounds() method in WildcardTypeImpl77 TypeMirror superBounds = wildcardType.getSuperBound(); in superBounds() local
64 Type[] superBounds(); in superBounds() method
392 public void setBounds(ArrayList<TypeInfo> superBounds, ArrayList<TypeInfo> extendsBounds) { in setBounds()397 public ArrayList<TypeInfo> superBounds() { in superBounds() method in TypeInfo
890 ArrayList<TypeInfo> superBounds = new ArrayList<TypeInfo>(); in buildTypeVariables() local
223 …override fun superBounds(): Array<out Type> = node.details(NodeKind.LowerBound).map { TypeAdapter(… in underlyingType() method