github.com/aws/aws-sdk-go/internal/ini.Token.Type (method)
8 uses
github.com/aws/aws-sdk-go/internal/ini (current package)
ini_lexer.go#L163: func (tok Token) Type() TokenType {
ini_parser.go#L158: step := parseTable[k.Kind][tok.Type()]
ini_parser.go#L190: if tok.Type() != TokenOp {
ini_parser.go#L316: k, tok.Type()))
literal_tokens.go#L204: if tok.Type() != TokenLit {
skipper.go#L28: s.prevTok.Type() == TokenNL &&
skipper.go#L29: tok.Type() != TokenWS {
visitor.go#L53: if rhs.Root.Type() != TokenLit {
![]() |
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. |