Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BinaryOperationExpr ¶
func (*BinaryOperationExpr) DebugString ¶
func (expr *BinaryOperationExpr) DebugString() string
type IdentifierExpr ¶
type IdentifierExpr struct {
Value string
}
func (*IdentifierExpr) DebugString ¶
func (expr *IdentifierExpr) DebugString() string
type IntegerExpr ¶
type IntegerExpr struct {
Value uint64
}
func (*IntegerExpr) DebugString ¶
func (expr *IntegerExpr) DebugString() string
Click to show internal directories.
Click to hide internal directories.