Uses of Class
de.upb.hni.vmagic.concurrent.BlockStatement

Packages that use BlockStatement
de.upb.hni.vmagic.concurrent Contains concurrent statement meta classes. 
de.upb.hni.vmagic.configuration Contains configuration meta classes. 
 

Uses of BlockStatement in de.upb.hni.vmagic.concurrent
 

Methods in de.upb.hni.vmagic.concurrent with parameters of type BlockStatement
protected  void ConcurrentStatementVisitor.visitBlockStatement(BlockStatement statement)
          Visits a block statement.
 

Uses of BlockStatement in de.upb.hni.vmagic.configuration
 

Methods in de.upb.hni.vmagic.configuration that return BlockStatement
 BlockStatement BlockStatementConfiguration.getBlock()
          Returns the configured block.
 

Methods in de.upb.hni.vmagic.configuration with parameters of type BlockStatement
 void BlockStatementConfiguration.setBlock(BlockStatement block)
          Sets the configured block.
 

Constructors in de.upb.hni.vmagic.configuration with parameters of type BlockStatement
BlockStatementConfiguration(BlockStatement block)
          Creates a block statement configuration.