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