Lines Matching defs:Value
567 Value Value member
611 Value Value member
634 type Value struct { struct
635 Type ValueType
636 BoolValue bool
637 StringValue string
638 ListValue []Value
639 MapValue []*Property
640 Expression *Expression
641 Variable string
642 Pos scanner.Position
643 EndPos scanner.Position
646 func (p Value) Copy() Value {
666 func (p Value) String() string {