interface Itemizer
ItemStorage
.Modifier and Type | Method and Description |
---|---|
void |
finish(ItemStorage itemStorage)
Called after the last line to flush remaining items.
|
void |
itemizeLine(Line line,
ItemStorage itemStorage)
Itemize the given line and stores all found items in the item storage.
|
void itemizeLine(Line line, ItemStorage itemStorage)
line
- the line to itemizeitemStorage
- the storage for the found itemsvoid finish(ItemStorage itemStorage)
itemStorage
- the storage for the found itemsCopyright © 2024. All rights reserved.