Uses of Class
at.dms.kjc.JLoopStatement

Packages that use JLoopStatement
at.dms.kjc   
 

Uses of JLoopStatement in at.dms.kjc
 

Subclasses of JLoopStatement in at.dms.kjc
 class JDoStatement
          Do Statement: JLS 14.11.
 class JForStatement
          For Statement.
 class JWhileStatement
          While Statement: JLS 14.10.
 

Methods in at.dms.kjc with parameters of type JLoopStatement
 CLoopContext CBodyContext.createLoopContext(JLoopStatement self)
          Creates a loop context with this body context as its parent.
 

Constructors in at.dms.kjc with parameters of type JLoopStatement
CLoopContext(CBodyContext parent, JLoopStatement self)
          Construct a block context, it supports local variable allocation throw statement and return statement.