menu
smithy package
documentation
ast.dart
Shape
accept<R> abstract method
accept<R> abstract method
dark_mode
light_mode
accept<
R
>
abstract method
R
accept
<
R
>(
ShapeVisitor
<
R
>
visitor
, [
Shape
?
parent
])
Implementation
R accept<R>(ShapeVisitor<R> visitor, [Shape? parent]);
smithy package
documentation
ast
Shape
accept<R> abstract method
Shape class