public class SymbolsBuilderImpl extends Object implements SymbolsBuilder
 A SymbolsBuilder implementation.
 
| Constructor and Description | 
|---|
SymbolsBuilderImpl()
 Creates a builder. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
buildSymbols(Symbols symbols,
            DataTarget target)
 Builds the symbols into the target. 
 | 
public void buildSymbols(Symbols symbols, DataTarget target) throws IOException, BuildException
SymbolsBuilderBuilds the symbols into the target.
buildSymbols in interface SymbolsBuildersymbols - The symbols.target - The target.IOException - If an I/O error occurs.BuildException - If an error occurs during the building.Copyright © 2015–2019. All rights reserved.