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

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

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

Methods in de.upb.hni.vmagic.statement with parameters of type IfStatement
protected  void SequentialStatementVisitor.visitIfStatement(IfStatement statement)
          Visits a if statement.