MCPcopy Index your code
hub / github.com/crossoverJie/gscript / SetValue

Method SetValue

stack/stack.go:90–90  ·  view source on GitHub ↗
(variable *symbol.Variable, value interface{})

Source from the content-addressed store, hash-verified

88type Object interface {
89 GetValue(variable *symbol.Variable) interface{}
90 SetValue(variable *symbol.Variable, value interface{})
91 String() string
92}
93

Callers 7

VisitExprMethod · 0.65
initClassObjectFieldMethod · 0.65
executeFunctionCallMethod · 0.65
setClosureValuesMethod · 0.65
SetValueMethod · 0.65
gAppendFunction · 0.65

Implementers 2

LeftValueleft_value.go
objectstack/stack.go

Calls

no outgoing calls

Tested by

no test coverage detected