Example #1
0
 public WildcardType(
     final Range range, final ReferenceType extendedTypes, final ReferenceType superTypes) {
   super(range, new NodeList<>());
   setExtendedTypes(extendedTypes);
   setSuperTypes(superTypes);
 }