()
| 74 | } |
| 75 | |
| 76 | func (this *PointArg) SetHexFormat() { |
| 77 | at := argtype.GetArgType(this.TypeIndex) |
| 78 | if at.GetParentIndex() == ARRAY { |
| 79 | return |
| 80 | } |
| 81 | this.TypeIndex = argtype.R_NUM_HEX(this.TypeIndex).GetTypeIndex() |
| 82 | } |
| 83 | |
| 84 | func (this *PointArg) ToPointerType() { |
| 85 | // 暂时仅限数字类型 |
no test coverage detected