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

Struct Expression

parser_expression.go:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6)
7
8type Expression struct {
9 // TODO: Add location token?
10 expr1 IEvaluator
11 expr2 IEvaluator
12 opToken *Token
13}
14
15type relationalExpression struct {
16 // TODO: Add location token?

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected