computeSemanticsInformation abstract method
- List<
InlineSpanSemanticsInformation> collector
Walks the InlineSpan tree and accumulates a list of InlineSpanSemanticsInformation objects.
This method should not be directly called. Use getSemanticsInformation instead.
PlaceholderSpans in the tree will be represented with a InlineSpanSemanticsInformation.placeholder value.
Implementation
@protected
void computeSemanticsInformation(List<InlineSpanSemanticsInformation> collector);