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

Struct simpleExpression

parser_expression.go:22–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20}
21
22type simpleExpression struct {
23 negate bool
24 negativeSign bool
25 term1 IEvaluator
26 term2 IEvaluator
27 opToken *Token
28}
29
30type term struct {
31 // TODO: Add location token?

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected