java.lang.Object
com.orchestranetworks.addon.dex.common.generation.TableGenerationResult<C,T> 
Defines table generation results.
- Since:
 - 2.3.0
 
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionReturns the list of the generated tables.Iterator<com.onwbp.base.text.UserMessage>Returns the warning messages of this. 
- 
Constructor Details
- 
TableGenerationResult
public TableGenerationResult() 
 - 
 - 
Method Details
- 
getWarningMessages
Returns the warning messages of this. - 
getTables
Returns the list of the generated tables. 
 -