de.upb.hni.vmagic.configuration
Class GenerateStatementConfiguration

java.lang.Object
  extended by de.upb.hni.vmagic.VhdlElement
      extended by de.upb.hni.vmagic.configuration.ConfigurationItem
          extended by de.upb.hni.vmagic.configuration.AbstractBlockConfiguration
              extended by de.upb.hni.vmagic.configuration.GenerateStatementConfiguration

public class GenerateStatementConfiguration
extends AbstractBlockConfiguration

Generate statement configuration.


Constructor Summary
GenerateStatementConfiguration(AbstractGenerateStatement generateStatement)
          Creates a generate statement configuration.
 
Method Summary
 AbstractGenerateStatement getGenerateStatement()
          Returns the configured generate statement.
 void setGenerateStatement(AbstractGenerateStatement generateStatement)
          Sets the configured generate statement.
 
Methods inherited from class de.upb.hni.vmagic.configuration.AbstractBlockConfiguration
getConfigurationItems, getUseClauses
 
Methods inherited from class de.upb.hni.vmagic.VhdlElement
getParent, setParent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GenerateStatementConfiguration

public GenerateStatementConfiguration(AbstractGenerateStatement generateStatement)
Creates a generate statement configuration.

Parameters:
generateStatement - the configured generate statement
Method Detail

getGenerateStatement

public AbstractGenerateStatement getGenerateStatement()
Returns the configured generate statement.

Returns:
the configured generate statement

setGenerateStatement

public void setGenerateStatement(AbstractGenerateStatement generateStatement)
Sets the configured generate statement.

Parameters:
generateStatement - the configured generate statement