|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.upb.hni.vmagic.VhdlElement
de.upb.hni.vmagic.configuration.ConfigurationItem
de.upb.hni.vmagic.configuration.AbstractBlockConfiguration
de.upb.hni.vmagic.configuration.BlockStatementConfiguration
public class BlockStatementConfiguration
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 |
---|
public BlockStatementConfiguration(BlockStatement block)
block
- the configured blockMethod Detail |
---|
public BlockStatement getBlock()
public void setBlock(BlockStatement block)
block
- the configured block
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |