@@ -393,7 +393,7 @@ typeVars(
393
393
string nodeName: string ref,
394
394
int pos: int ref,
395
395
int kind: int ref, // deprecated
396
- int parentid: @typeorcallable ref
396
+ int parentid: @classorinterfaceorcallable ref
397
397
);
398
398
399
399
wildcards(
@@ -414,7 +414,7 @@ typeBounds(
414
414
typeArgs(
415
415
int argumentid: @reftype ref,
416
416
int pos: int ref,
417
- int parentid: @typeorcallable ref
417
+ int parentid: @classorinterfaceorcallable ref
418
418
);
419
419
420
420
isParameterized(
@@ -487,7 +487,7 @@ hasModifier(
487
487
488
488
imports(
489
489
unique int id: @import,
490
- int holder: @typeorpackage ref,
490
+ int holder: @classorinterfaceorpackage ref,
491
491
string name: string ref,
492
492
int kind: int ref
493
493
);
@@ -857,10 +857,9 @@ javadocText(
857
857
@javadocParent = @javadoc | @javadocTag;
858
858
@javadocElement = @javadocTag | @javadocText;
859
859
860
- @typeorpackage = @type | @package;
861
-
862
- @typeorcallable = @type | @callable;
863
860
@classorinterface = @interface | @class;
861
+ @classorinterfaceorpackage = @classorinterface | @package;
862
+ @classorinterfaceorcallable = @classorinterface | @callable;
864
863
@boundedtype = @typevariable | @wildcard;
865
864
@reftype = @classorinterface | @array | @boundedtype;
866
865
@classorarray = @class | @array;
0 commit comments