Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StaticValue ¶
type StaticValue struct {
// contains filtered or unexported fields
}
func (*StaticValue) Change ¶
func (s *StaticValue) Change(name string, newValue string) error
修改一个变量的值
func (*StaticValue) SignStaticValue ¶
func (s *StaticValue) SignStaticValue(data string, name string)
注册一个变量 (主要是用于使用常量 使编译器对常量进行编译保存)
Click to show internal directories.
Click to hide internal directories.