menu
ngcompiler package
documentation
v1/src/compiler/ir/model.dart
IRVisitor<R, C>
visitMatchedDirective abstract method
visitMatchedDirective abstract method
dark_mode
light_mode
visitMatchedDirective
abstract method
R
visitMatchedDirective
(
MatchedDirective
matchedDirective
, [
C?
context
])
Implementation
R visitMatchedDirective(MatchedDirective matchedDirective, [C? context]);
ngcompiler package
documentation
v1/src/compiler/ir/model
IRVisitor<R, C>
visitMatchedDirective abstract method
IRVisitor class