Uses of Class
de.upb.hni.vmagic.statement.ForStatement

Packages that use ForStatement
de.upb.hni.vmagic.statement Contains sequential statement meta classes. 
 

Uses of ForStatement in de.upb.hni.vmagic.statement
 

Methods in de.upb.hni.vmagic.statement with parameters of type ForStatement
protected  void SequentialStatementVisitor.visitForStatement(ForStatement statement)
          Visits a for statement.