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