de.upb.hni.vmagic.configuration
Class BlockStatementConfiguration

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.BlockStatementConfiguration

public class BlockStatementConfiguration
extends AbstractBlockConfiguration

Block statement configuration.


Constructor Summary
BlockStatementConfiguration(BlockStatement block)
          Creates a block statement configuration.
 
Method Summary
 BlockStatement getBlock()
          Returns the configured block.
 void setBlock(BlockStatement block)
          Sets the configured block.
 
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

BlockStatementConfiguration

public BlockStatementConfiguration(BlockStatement block)
Creates a block statement configuration.

Parameters:
block - the configured block
Method Detail

getBlock

public BlockStatement getBlock()
Returns the configured block.

Returns:
the configured block

setBlock

public void setBlock(BlockStatement block)
Sets the configured block.

Parameters:
block - the configured block