func (s NodeInterface) Methods() Method_List                { return Method_List(C.Struct(s).GetObject(3)) }
func (s NodeAnnotation) SetTargetsMethod(v bool)            { C.Struct(s).Set1(121, v) }
func (s NodeAnnotation) SetTargetsParam(v bool)             { C.Struct(s).Set1(122, v) }
func (s NodeAnnotation) SetTargetsGroup(v bool)             { C.Struct(s).Set1(119, v) }
func (s NodeAnnotation) SetTargetsInterface(v bool)         { C.Struct(s).Set1(120, v) }
func (s NodeAnnotation) TargetsField() bool                 { return C.Struct(s).Get1(117) }
func (s NodeAnnotation) SetTargetsUnion(v bool)             { C.Struct(s).Set1(118, v) }
func (s NodeConst) SetValue(v Value)                        { C.Struct(s).SetObject(4, C.Object(v)) }
func (s Node) SetAnnotation()                               { C.Struct(s).Set16(12, 5) }
func (s NodeConst) SetType(v Type)                          { C.Struct(s).SetObject(3, C.Object(v)) }
func (s NodeConst) Value() Value                            { return Value(C.Struct(s).GetObject(4).ToStruct()) }
func (s NodeConst) Type() Type                              { return Type(C.Struct(s).GetObject(3).ToStruct()) }
func (s Node) SetConst()                                    { C.Struct(s).Set16(12, 4) }
func (s NodeInterface) SetMethods(v Method_List)            { C.Struct(s).SetObject(3, C.Object(v)) }
func (s NodeAnnotation) TargetsStruct() bool                { return C.Struct(s).Get1(116) }
func (s NodeAnnotation) Type() Type                         { return Type(C.Struct(s).GetObject(3).ToStruct()) }
func (s NodeAnnotation) SetTargetsStruct(v bool)            { C.Struct(s).Set1(116, v) }
func (s NodeAnnotation) SetType(v Type)                     { C.Struct(s).SetObject(3, C.Object(v)) }
func (s NodeAnnotation) SetTargetsField(v bool)             { C.Struct(s).Set1(117, v) }
func (s NodeAnnotation) TargetsFile() bool                  { return C.Struct(s).Get1(112) }
func (s NodeAnnotation) TargetsGroup() bool                 { return C.Struct(s).Get1(119) }
func (s NodeAnnotation) SetTargetsFile(v bool)              { C.Struct(s).Set1(112, v) }
func (s NodeAnnotation) TargetsInterface() bool             { return C.Struct(s).Get1(120) }
func (s NodeAnnotation) SetTargetsEnum(v bool)              { C.Struct(s).Set1(114, v) }
func (s NodeAnnotation) TargetsMethod() bool                { return C.Struct(s).Get1(121) }
func (s NodeAnnotation) TargetsEnumerant() bool             { return C.Struct(s).Get1(115) }
func (s NodeAnnotation) TargetsParam() bool                 { return C.Struct(s).Get1(122) }
func (s NodeAnnotation) SetTargetsEnumerant(v bool)         { C.Struct(s).Set1(115, v) }
func (s NodeAnnotation) TargetsAnnotation() bool            { return C.Struct(s).Get1(123) }
func (s Node) SetInterface()                                { C.Struct(s).Set16(12, 3) }