github.com/aws/aws-sdk-go/internal/ini.AST.Kind (field)
21 uses
github.com/aws/aws-sdk-go/internal/ini (current package)
ast.go#L56: Kind ASTKind
ast.go#L64: Kind: kind,
ast.go#L71: Kind: kind,
expression.go#L19: if len(children) == 0 || ast.Kind != ASTKindEqualExpr {
ini_parser.go#L158: step := parseTable[k.Kind][tok.Type()]
ini_parser.go#L174: if k.Kind != ASTKindStart {
ini_parser.go#L184: if k.Kind != ASTKindStart {
ini_parser.go#L195: if k.Kind != ASTKindExpr {
ini_parser.go#L219: switch k.Kind {
ini_parser.go#L232: fmt.Sprintf("invalid expression: AST contains no children %s", k.Kind),
ini_parser.go#L257: if k.Kind != ASTKindStart {
ini_parser.go#L273: switch k.Kind {
ini_parser.go#L288: fmt.Sprintf("invalid statement: expected statement: %v", k.Kind),
ini_parser.go#L294: if k.Kind != ASTKindStart {
ini_parser.go#L305: if k.Kind == ASTKindStart {
visitor.go#L41: switch expr.Kind {
visitor.go#L44: switch opExpr.Kind {
visitor.go#L77: switch stmt.Kind {
visitor.go#L80: if child.Kind != ASTKindSectionStatement {
visitor.go#L88: return NewParseError(fmt.Sprintf("unsupported statement: %s", stmt.Kind))
walker.go#L6: switch node.Kind {
![]() |
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. |