menu
cedar package
documentation
ast.dart
ExprVisitorWithArg<R, A>
visitNegate abstract method
visitNegate abstract method
dark_mode
light_mode
visitNegate
abstract method
R
visitNegate
(
ExprNegate
negate
,
A
arg
)
Implementation
R visitNegate(ExprNegate negate, A arg);
cedar package
documentation
ast
ExprVisitorWithArg<R, A>
visitNegate abstract method
ExprVisitorWithArg class