MCPcopy
hub / github.com/google/mangle / VisitClause

Method VisitClause

parse/gen/mangle_visitor.go:35–35  ·  view source on GitHub ↗

Visit a parse tree produced by MangleParser#clause.

(ctx *ClauseContext)

Source from the content-addressed store, hash-verified

33
34 // Visit a parse tree produced by MangleParser#clause.
35 VisitClause(ctx *ClauseContext) interface{}
36
37 // Visit a parse tree produced by MangleParser#temporalAnnotation.
38 VisitTemporalAnnotation(ctx *TemporalAnnotationContext) interface{}

Callers 1

AcceptMethod · 0.65

Implementers 2

Parserparse/parse.go
BaseMangleVisitorparse/gen/mangle_base_visitor.go

Calls

no outgoing calls

Tested by

no test coverage detected