MCPcopy
hub / github.com/yuin/gopher-lua / Expr

Interface Expr

ast/expr.go:3–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1package ast
2
3type Expr interface {
4 PositionHolder
5 exprMarker()
6}
7
8type ExprBase struct {
9 Node

Callers

nothing calls this directly

Implementers 1

ExprBaseast/expr.go

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…