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

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

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

Subclasses of AbstractGenerateStatement in de.upb.hni.vmagic.concurrent
 class ForGenerateStatement
          For generate statement.
 class IfGenerateStatement
          If generate statement.
 

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

Methods in de.upb.hni.vmagic.configuration that return AbstractGenerateStatement
 AbstractGenerateStatement GenerateStatementConfiguration.getGenerateStatement()
          Returns the configured generate statement.
 

Methods in de.upb.hni.vmagic.configuration with parameters of type AbstractGenerateStatement
 void GenerateStatementConfiguration.setGenerateStatement(AbstractGenerateStatement generateStatement)
          Sets the configured generate statement.
 

Constructors in de.upb.hni.vmagic.configuration with parameters of type AbstractGenerateStatement
GenerateStatementConfiguration(AbstractGenerateStatement generateStatement)
          Creates a generate statement configuration.