public interface SymbolsBuilder
A builder for the symbols.
Modifier and Type | Method and Description |
---|---|
void |
buildSymbols(Symbols symbols,
DataTarget target)
Builds the symbols into the target.
|
void buildSymbols(Symbols symbols, DataTarget target) throws IOException, BuildException
Builds the symbols into the target.
symbols
- The symbols.target
- The target.IllegalArgumentException
- If any of the parameters are null
.IOException
- If an I/O error occurs.BuildException
- If an error occurs during the building.Copyright © 2015–2019. All rights reserved.