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