Searched defs:superBounds (Results 1 – 2 of 2) sorted by relevance
320 void setBounds(ArrayList<TypeInfo> superBounds, ArrayList<TypeInfo> extendsBounds) { in setBounds()325 public ArrayList<TypeInfo> superBounds() { in superBounds() method in TypeInfo
889 ArrayList<TypeInfo> superBounds = new ArrayList<TypeInfo>(); in buildTypeVariables() local