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

Struct relationalExpression

parser_expression.go:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15type relationalExpression struct {
16 // TODO: Add location token?
17 expr1 IEvaluator
18 expr2 IEvaluator
19 opToken *Token
20}
21
22type simpleExpression struct {
23 negate bool

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected