3434@ SuppressWarnings ("all" )
3535public final class SharedLayerSnapshotCapnProtoSchemaHolder {
3636 public static class PersistedAnalysisType {
37- public static final org .capnproto .StructSize STRUCT_SIZE = new org .capnproto .StructSize ((short )4 ,(short )13 );
37+ public static final org .capnproto .StructSize STRUCT_SIZE = new org .capnproto .StructSize ((short )4 ,(short )14 );
3838 public static final class Factory extends org .capnproto .StructFactory <Builder , Reader > {
3939 public Factory () {
4040 }
@@ -307,13 +307,32 @@ public final void setHasArrayType(boolean value) {
307307 _setBooleanField (104 , value );
308308 }
309309
310+ public final boolean hasSubTypes () {
311+ return !_pointerFieldIsNull (11 );
312+ }
313+ public final org .capnproto .PrimitiveList .Int .Builder getSubTypes () {
314+ return _getPointerField (org .capnproto .PrimitiveList .Int .factory , 11 , null , 0 );
315+ }
316+ public final void setSubTypes (org .capnproto .PrimitiveList .Int .Reader value ) {
317+ _setPointerField (org .capnproto .PrimitiveList .Int .factory , 11 , value );
318+ }
319+ public final org .capnproto .PrimitiveList .Int .Builder initSubTypes (int size ) {
320+ return _initPointerField (org .capnproto .PrimitiveList .Int .factory , 11 , size );
321+ }
322+ public final boolean getIsAnySubtypeInstantiated () {
323+ return _getBooleanField (105 );
324+ }
325+ public final void setIsAnySubtypeInstantiated (boolean value ) {
326+ _setBooleanField (105 , value );
327+ }
328+
310329 public final WrappedType .Builder getWrappedType () {
311330 return new PersistedAnalysisType .WrappedType .Builder (segment , data , pointers , dataSize , pointerCount );
312331 }
313332 public final WrappedType .Builder initWrappedType () {
314333 _setShortField (7 ,(short )0 );
315- _clearPointerField (11 );
316334 _clearPointerField (12 );
335+ _clearPointerField (13 );
317336 return new PersistedAnalysisType .WrappedType .Builder (segment , data , pointers , dataSize , pointerCount );
318337 }
319338
@@ -461,14 +480,25 @@ public final boolean getHasArrayType() {
461480 return _getBooleanField (104 );
462481 }
463482
483+ public final boolean hasSubTypes () {
484+ return !_pointerFieldIsNull (11 );
485+ }
486+ public final org .capnproto .PrimitiveList .Int .Reader getSubTypes () {
487+ return _getPointerField (org .capnproto .PrimitiveList .Int .factory , 11 , null , 0 );
488+ }
489+
490+ public final boolean getIsAnySubtypeInstantiated () {
491+ return _getBooleanField (105 );
492+ }
493+
464494 public WrappedType .Reader getWrappedType () {
465495 return new PersistedAnalysisType .WrappedType .Reader (segment , data , pointers , dataSize , pointerCount , nestingLimit );
466496 }
467497
468498 }
469499
470500 public static class WrappedType {
471- public static final org .capnproto .StructSize STRUCT_SIZE = new org .capnproto .StructSize ((short )4 ,(short )13 );
501+ public static final org .capnproto .StructSize STRUCT_SIZE = new org .capnproto .StructSize ((short )4 ,(short )14 );
472502 public static final class Factory extends org .capnproto .StructFactory <Builder , Reader > {
473503 public Factory () {
474504 }
@@ -524,8 +554,8 @@ public final SerializationGenerated.Builder getSerializationGenerated() {
524554 }
525555 public final SerializationGenerated .Builder initSerializationGenerated () {
526556 _setShortField (7 , (short )PersistedAnalysisType .WrappedType .Which .SERIALIZATION_GENERATED .ordinal ());
527- _clearPointerField (11 );
528557 _clearPointerField (12 );
558+ _clearPointerField (13 );
529559 return new PersistedAnalysisType .WrappedType .SerializationGenerated .Builder (segment , data , pointers , dataSize , pointerCount );
530560 }
531561
@@ -537,7 +567,7 @@ public final Lambda.Builder getLambda() {
537567 }
538568 public final Lambda .Builder initLambda () {
539569 _setShortField (7 , (short )PersistedAnalysisType .WrappedType .Which .LAMBDA .ordinal ());
540- _clearPointerField (11 );
570+ _clearPointerField (12 );
541571 return new PersistedAnalysisType .WrappedType .Lambda .Builder (segment , data , pointers , dataSize , pointerCount );
542572 }
543573
@@ -611,7 +641,7 @@ public enum Which {
611641 _NOT_IN_SCHEMA ,
612642 }
613643 public static class SerializationGenerated {
614- public static final org .capnproto .StructSize STRUCT_SIZE = new org .capnproto .StructSize ((short )4 ,(short )13 );
644+ public static final org .capnproto .StructSize STRUCT_SIZE = new org .capnproto .StructSize ((short )4 ,(short )14 );
615645 public static final class Factory extends org .capnproto .StructFactory <Builder , Reader > {
616646 public Factory () {
617647 }
@@ -639,34 +669,34 @@ public final Reader asReader() {
639669 return new Reader (segment , data , pointers , dataSize , pointerCount , 0x7fffffff );
640670 }
641671 public final boolean hasRawDeclaringClass () {
642- return !_pointerFieldIsNull (11 );
672+ return !_pointerFieldIsNull (12 );
643673 }
644674 public final org .capnproto .Text .Builder getRawDeclaringClass () {
645- return _getPointerField (org .capnproto .Text .factory , 11 , null , 0 , 0 );
675+ return _getPointerField (org .capnproto .Text .factory , 12 , null , 0 , 0 );
646676 }
647677 public final void setRawDeclaringClass (org .capnproto .Text .Reader value ) {
648- _setPointerField (org .capnproto .Text .factory , 11 , value );
678+ _setPointerField (org .capnproto .Text .factory , 12 , value );
649679 }
650680 public final void setRawDeclaringClass (String value ) {
651- _setPointerField (org .capnproto .Text .factory , 11 , new org .capnproto .Text .Reader (value ));
681+ _setPointerField (org .capnproto .Text .factory , 12 , new org .capnproto .Text .Reader (value ));
652682 }
653683 public final org .capnproto .Text .Builder initRawDeclaringClass (int size ) {
654- return _initPointerField (org .capnproto .Text .factory , 11 , size );
684+ return _initPointerField (org .capnproto .Text .factory , 12 , size );
655685 }
656686 public final boolean hasRawTargetConstructor () {
657- return !_pointerFieldIsNull (12 );
687+ return !_pointerFieldIsNull (13 );
658688 }
659689 public final org .capnproto .Text .Builder getRawTargetConstructor () {
660- return _getPointerField (org .capnproto .Text .factory , 12 , null , 0 , 0 );
690+ return _getPointerField (org .capnproto .Text .factory , 13 , null , 0 , 0 );
661691 }
662692 public final void setRawTargetConstructor (org .capnproto .Text .Reader value ) {
663- _setPointerField (org .capnproto .Text .factory , 12 , value );
693+ _setPointerField (org .capnproto .Text .factory , 13 , value );
664694 }
665695 public final void setRawTargetConstructor (String value ) {
666- _setPointerField (org .capnproto .Text .factory , 12 , new org .capnproto .Text .Reader (value ));
696+ _setPointerField (org .capnproto .Text .factory , 13 , new org .capnproto .Text .Reader (value ));
667697 }
668698 public final org .capnproto .Text .Builder initRawTargetConstructor (int size ) {
669- return _initPointerField (org .capnproto .Text .factory , 12 , size );
699+ return _initPointerField (org .capnproto .Text .factory , 13 , size );
670700 }
671701 }
672702
@@ -676,17 +706,17 @@ public static final class Reader extends org.capnproto.StructReader {
676706 }
677707
678708 public boolean hasRawDeclaringClass () {
679- return !_pointerFieldIsNull (11 );
709+ return !_pointerFieldIsNull (12 );
680710 }
681711 public org .capnproto .Text .Reader getRawDeclaringClass () {
682- return _getPointerField (org .capnproto .Text .factory , 11 , null , 0 , 0 );
712+ return _getPointerField (org .capnproto .Text .factory , 12 , null , 0 , 0 );
683713 }
684714
685715 public boolean hasRawTargetConstructor () {
686- return !_pointerFieldIsNull (12 );
716+ return !_pointerFieldIsNull (13 );
687717 }
688718 public org .capnproto .Text .Reader getRawTargetConstructor () {
689- return _getPointerField (org .capnproto .Text .factory , 12 , null , 0 , 0 );
719+ return _getPointerField (org .capnproto .Text .factory , 13 , null , 0 , 0 );
690720 }
691721
692722 }
@@ -695,7 +725,7 @@ public org.capnproto.Text.Reader getRawTargetConstructor() {
695725
696726
697727 public static class Lambda {
698- public static final org .capnproto .StructSize STRUCT_SIZE = new org .capnproto .StructSize ((short )4 ,(short )13 );
728+ public static final org .capnproto .StructSize STRUCT_SIZE = new org .capnproto .StructSize ((short )4 ,(short )14 );
699729 public static final class Factory extends org .capnproto .StructFactory <Builder , Reader > {
700730 public Factory () {
701731 }
@@ -723,19 +753,19 @@ public final Reader asReader() {
723753 return new Reader (segment , data , pointers , dataSize , pointerCount , 0x7fffffff );
724754 }
725755 public final boolean hasCapturingClass () {
726- return !_pointerFieldIsNull (11 );
756+ return !_pointerFieldIsNull (12 );
727757 }
728758 public final org .capnproto .Text .Builder getCapturingClass () {
729- return _getPointerField (org .capnproto .Text .factory , 11 , null , 0 , 0 );
759+ return _getPointerField (org .capnproto .Text .factory , 12 , null , 0 , 0 );
730760 }
731761 public final void setCapturingClass (org .capnproto .Text .Reader value ) {
732- _setPointerField (org .capnproto .Text .factory , 11 , value );
762+ _setPointerField (org .capnproto .Text .factory , 12 , value );
733763 }
734764 public final void setCapturingClass (String value ) {
735- _setPointerField (org .capnproto .Text .factory , 11 , new org .capnproto .Text .Reader (value ));
765+ _setPointerField (org .capnproto .Text .factory , 12 , new org .capnproto .Text .Reader (value ));
736766 }
737767 public final org .capnproto .Text .Builder initCapturingClass (int size ) {
738- return _initPointerField (org .capnproto .Text .factory , 11 , size );
768+ return _initPointerField (org .capnproto .Text .factory , 12 , size );
739769 }
740770 }
741771
@@ -745,10 +775,10 @@ public static final class Reader extends org.capnproto.StructReader {
745775 }
746776
747777 public boolean hasCapturingClass () {
748- return !_pointerFieldIsNull (11 );
778+ return !_pointerFieldIsNull (12 );
749779 }
750780 public org .capnproto .Text .Reader getCapturingClass () {
751- return _getPointerField (org .capnproto .Text .factory , 11 , null , 0 , 0 );
781+ return _getPointerField (org .capnproto .Text .factory , 12 , null , 0 , 0 );
752782 }
753783
754784 }
0 commit comments