Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BytesLiteral ¶ added in v1.1.4
type BytesLiteral []byte
func (BytesLiteral) Int64Value ¶ added in v1.1.4
func (this BytesLiteral) Int64Value() int64
func (BytesLiteral) Value ¶ added in v1.1.4
func (this BytesLiteral) Value() []byte
type Int64Literal ¶ added in v1.1.4
type Int64Literal int64
func (Int64Literal) Bytes ¶ added in v1.1.4
func (this Int64Literal) Bytes() []byte
func (Int64Literal) String ¶ added in v1.1.4
func (this Int64Literal) String() string
func (Int64Literal) Value ¶ added in v1.1.4
func (this Int64Literal) Value() int64
type IntLiteral ¶
type IntLiteral int
func (IntLiteral) String ¶
func (this IntLiteral) String() string
func (IntLiteral) Value ¶
func (this IntLiteral) Value() int
type String ¶
type String interface {
String() string
}
An interface for any objects that has string presentation.
type StringLiteral ¶
type StringLiteral string
func (StringLiteral) String ¶
func (this StringLiteral) String() string
type Uint16Literal ¶
type Uint16Literal uint16
func (Uint16Literal) String ¶
func (this Uint16Literal) String() string
func (Uint16Literal) Value ¶
func (this Uint16Literal) Value() uint16
Click to show internal directories.
Click to hide internal directories.