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

Method GetValue

stack/stack.go:89–89  ·  view source on GitHub ↗
(variable *symbol.Variable)

Source from the content-addressed store, hash-verified

87// Object 变量对象,可以获取和保存变量的值
88type Object interface {
89 GetValue(variable *symbol.Variable) interface{}
90 SetValue(variable *symbol.Variable, value interface{})
91 String() string
92}

Callers 15

VisitArrayInitializerMethod · 0.65
VisitExprMethod · 0.65
getFunctionObjectMethod · 0.65
buildParamValuesMethod · 0.65
VisitStmIfElseMethod · 0.65
VisitStmWhileMethod · 0.65
VisitForControlMethod · 0.65
VisitStmReturnMethod · 0.65
setClosureValuesMethod · 0.65
GetValueMethod · 0.65
GetIndexValueMethod · 0.65

Implementers 2

LeftValueleft_value.go
objectstack/stack.go

Calls

no outgoing calls

Tested by

no test coverage detected