MCPcopy
hub / github.com/flosch/pongo2 / IEvaluator

Interface IEvaluator

parser.go:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11}
12
13type IEvaluator interface {
14 INode
15 GetPositionToken() *Token
16 Evaluate(*ExecutionContext) (*Value, *Error)
17 FilterApplied(name string) bool
18}
19
20// The parser provides you a comprehensive and easy tool to
21// work with the template document and arguments provided by

Callers 21

GetPositionTokenMethod · 0.65
GetPositionTokenMethod · 0.65
GetPositionTokenMethod · 0.65
GetPositionTokenMethod · 0.65
GetPositionTokenMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
callMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65
ExecuteMethod · 0.65

Implementers 11

Expressionparser_expression.go
relationalExpressionparser_expression.go
simpleExpressionparser_expression.go
termparser_expression.go
powerparser_expression.go
variableResolvervariable.go
stringResolvervariable.go
intResolvervariable.go
floatResolvervariable.go
boolResolvervariable.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…