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

Method Line

ast/ast.go:4–4  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2
3type PositionHolder interface {
4 Line() int
5 SetLine(int)
6 LastLine() int
7 SetLastLine(int)

Callers 4

slineFunction · 0.65
elineFunction · 0.65
newCodeBlockFunction · 0.65
ParseMethod · 0.65

Implementers 1

Nodeast/ast.go

Calls

no outgoing calls

Tested by

no test coverage detected