MCPcopy Create free account
hub / github.com/cel-rust/cel-rust / CELParserContext

Interface CELParserContext

cel/src/parser/gen/celparser.rs:280–285  ·  view source on GitHub ↗

Trait for monomorphized trait object that corresponds to the nodes of parse tree generated for CELParser

Source from the content-addressed store, hash-verified

278
279/// Trait for monomorphized trait object that corresponds to the nodes of parse tree generated for CELParser
280pub trait CELParserContext<'input>:
281 for<'x> Listenable<dyn CELListener<'input> + 'x>
282 + for<'x> Visitable<dyn CELVisitor<'input> + 'x>
283 + ParserRuleContext<'input, TF = LocalTokenFactory<'input>, Ctx = CELParserContextType>
284{
285}
286
287antlr4rust::coerce_from! { 'input : CELParserContext<'input> }
288

Callers

nothing calls this directly

Implementers 1

celparser.rscel/src/parser/gen/celparser.rs

Calls

no outgoing calls

Tested by

no test coverage detected