Documentation ¶
Index ¶
Constants ¶
View Source
const ( NOOP = Op(0) OR = Op(1) AND = Op(2) )
Variables ¶
View Source
var ( TRUE = val(true) FALSE = val(false) )
Functions ¶
This section is empty.
Types ¶
type LessThanExpr ¶
func NewLessThanExpr ¶
func NewLessThanExpr(a, b Attrib) (*LessThanExpr, error)
func (*LessThanExpr) Eval ¶
func (this *LessThanExpr) Eval() bool
func (*LessThanExpr) String ¶
func (this *LessThanExpr) String() string
type SubStringExpr ¶
func NewSubStringExpr ¶
func NewSubStringExpr(a, b Attrib) (*SubStringExpr, error)
func (*SubStringExpr) Eval ¶
func (this *SubStringExpr) Eval() bool
func (*SubStringExpr) String ¶
func (this *SubStringExpr) String() string
Click to show internal directories.
Click to hide internal directories.