const github.com/google/licensecheck/internal/match.opWords
8 uses
github.com/google/licensecheck/internal/match (current package)
rematch.go#L290: case opWords:
rematch.go#L453: case opWords:
resyntax.go#L76: opWords
resyntax.go#L156: case opWords:
resyntax.go#L351: if len(p.stack) > 0 && p.stack[len(p.stack)-1].op == opWords {
resyntax.go#L354: re = p.push(&reSyntax{op: opWords})
resyntax.go#L363: p.stack = append(p.stack, &reSyntax{op: opWords, w: []WordID{last.ID}})
resyntax.go#L506: case opWords:
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |