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

Interface Expression

expression.go:16–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14import _ "gopkg.in/Knetic/govaluate.v3"
15
16type Expression interface {
17 Value() interface{}
18 Changed() *Event
19}
20
21type reflectExpression struct {
22 root Expression

Callers 9

ValueMethod · 0.65
onRemovedWidgetMethod · 0.65
ChangedMethod · 0.65
SetSourceMethod · 0.65
SetSourceMethod · 0.65
SetBoundWidgetsMethod · 0.65
initMethod · 0.65
DisposeMethod · 0.65
ChangedMethod · 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

Used in the wild real call sites across dependent graphs

searching dependent graphs…