Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IntConst ¶
type IntConst struct {
// contains filtered or unexported fields
}
IntConst defines a constant integer value.
type StrConst ¶
type StrConst struct {
// contains filtered or unexported fields
}
StrConst defines a constant string value.
type ValueConst ¶
type ValueConst struct {
// contains filtered or unexported fields
}
ValueConst defines a constant value of any type.
func (ValueConst) String ¶
func (v ValueConst) String() string
String returns a string representation of the constant value.
Click to show internal directories.
Click to hide internal directories.