Esempio n. 1
0
func (s NodeInterface) Methods() Method_List                { return Method_List(C.Struct(s).GetObject(3)) }
Esempio n. 2
0
func (s NodeAnnotation) SetTargetsMethod(v bool)            { C.Struct(s).Set1(121, v) }
Esempio n. 3
0
func (s NodeAnnotation) SetTargetsParam(v bool)             { C.Struct(s).Set1(122, v) }
Esempio n. 4
0
func (s NodeAnnotation) SetTargetsGroup(v bool)             { C.Struct(s).Set1(119, v) }
Esempio n. 5
0
func (s NodeAnnotation) SetTargetsInterface(v bool)         { C.Struct(s).Set1(120, v) }
Esempio n. 6
0
func (s NodeAnnotation) TargetsField() bool                 { return C.Struct(s).Get1(117) }
Esempio n. 7
0
func (s NodeAnnotation) SetTargetsUnion(v bool)             { C.Struct(s).Set1(118, v) }
Esempio n. 8
0
func (s NodeConst) SetValue(v Value)                        { C.Struct(s).SetObject(4, C.Object(v)) }
Esempio n. 9
0
func (s Node) SetAnnotation()                               { C.Struct(s).Set16(12, 5) }
Esempio n. 10
0
func (s NodeConst) SetType(v Type)                          { C.Struct(s).SetObject(3, C.Object(v)) }
Esempio n. 11
0
func (s NodeConst) Value() Value                            { return Value(C.Struct(s).GetObject(4).ToStruct()) }
Esempio n. 12
0
func (s NodeConst) Type() Type                              { return Type(C.Struct(s).GetObject(3).ToStruct()) }
Esempio n. 13
0
func (s Node) SetConst()                                    { C.Struct(s).Set16(12, 4) }
Esempio n. 14
0
func (s NodeInterface) SetMethods(v Method_List)            { C.Struct(s).SetObject(3, C.Object(v)) }
Esempio n. 15
0
func (s NodeAnnotation) TargetsStruct() bool                { return C.Struct(s).Get1(116) }
Esempio n. 16
0
func (s NodeAnnotation) Type() Type                         { return Type(C.Struct(s).GetObject(3).ToStruct()) }
Esempio n. 17
0
func (s NodeAnnotation) SetTargetsStruct(v bool)            { C.Struct(s).Set1(116, v) }
Esempio n. 18
0
func (s NodeAnnotation) SetType(v Type)                     { C.Struct(s).SetObject(3, C.Object(v)) }
Esempio n. 19
0
func (s NodeAnnotation) SetTargetsField(v bool)             { C.Struct(s).Set1(117, v) }
Esempio n. 20
0
func (s NodeAnnotation) TargetsFile() bool                  { return C.Struct(s).Get1(112) }
Esempio n. 21
0
func (s NodeAnnotation) TargetsGroup() bool                 { return C.Struct(s).Get1(119) }
Esempio n. 22
0
func (s NodeAnnotation) SetTargetsFile(v bool)              { C.Struct(s).Set1(112, v) }
Esempio n. 23
0
func (s NodeAnnotation) TargetsInterface() bool             { return C.Struct(s).Get1(120) }
Esempio n. 24
0
func (s NodeAnnotation) SetTargetsEnum(v bool)              { C.Struct(s).Set1(114, v) }
Esempio n. 25
0
func (s NodeAnnotation) TargetsMethod() bool                { return C.Struct(s).Get1(121) }
Esempio n. 26
0
func (s NodeAnnotation) TargetsEnumerant() bool             { return C.Struct(s).Get1(115) }
Esempio n. 27
0
func (s NodeAnnotation) TargetsParam() bool                 { return C.Struct(s).Get1(122) }
Esempio n. 28
0
func (s NodeAnnotation) SetTargetsEnumerant(v bool)         { C.Struct(s).Set1(115, v) }
Esempio n. 29
0
func (s NodeAnnotation) TargetsAnnotation() bool            { return C.Struct(s).Get1(123) }
Esempio n. 30
0
func (s Node) SetInterface()                                { C.Struct(s).Set16(12, 3) }