@PublicSpi
public static interface ForestAction.Visitor
| Modifier and Type | Method and Description |
|---|---|
void |
visit(ForestAction.Add add) |
void |
visit(ForestAction.Copy copy) |
void |
visit(ForestAction.Move move) |
void |
visit(ForestAction.Remove remove) |
void visit(@NotNull
ForestAction.Remove remove)
throws StructureException
StructureExceptionvoid visit(@NotNull
ForestAction.Move move)
throws StructureException
StructureExceptionvoid visit(@NotNull
ForestAction.Add add)
throws StructureException
StructureExceptionvoid visit(@NotNull
ForestAction.Copy copy)
throws StructureException
StructureExceptionCopyright © 2019 ALM Works. All Rights Reserved.