type github.com/google/licensecheck/internal/match.reParser
11 uses
github.com/google/licensecheck/internal/match (current package)
resyntax.go#L175: type reParser struct {
resyntax.go#L188: var p reParser
resyntax.go#L327: func (p *reParser) push(re *reSyntax) *reSyntax {
resyntax.go#L333: func (p *reParser) words(text, next string) {
resyntax.go#L368: func (p *reParser) verticalBar() error {
resyntax.go#L385: func (p *reParser) swapVerticalBar() bool {
resyntax.go#L400: func (p *reParser) rightParen() error {
resyntax.go#L424: func (p *reParser) quest() error {
resyntax.go#L443: func (p *reParser) concat() *reSyntax {
resyntax.go#L461: func (p *reParser) alternate() *reSyntax {
resyntax.go#L478: func (p *reParser) collapse(op reOp, subs []*reSyntax) *reSyntax {
![]() |
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. |