MCPcopy
hub / github.com/lxn/walk / Value

Method Value

expression.go:17–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15
16type Expression interface {
17 Value() interface{}
18 Changed() *Event
19}
20

Callers 1

ValueMethod · 0.65

Implementers 10

reflectExpressionexpression.go
propertyproperty.go
readOnlyPropertyproperty.go
boolPropertyproperty.go
MutableConditioncondition.go
DelegateConditioncondition.go
negatedConditioncondition.go
expressiondeclarative/builder.go

Calls

no outgoing calls

Tested by

no test coverage detected