Uses of Class
at.dms.kjc.JSwitchStatement

Packages that use JSwitchStatement
at.dms.kjc   
 

Uses of JSwitchStatement in at.dms.kjc
 

Methods in at.dms.kjc that return JSwitchStatement
 JSwitchStatement KjcParser.jSwitchStatement()
           
 

Methods in at.dms.kjc with parameters of type JSwitchStatement
 void KjcPrettyPrinter.visitSwitchStatement(JSwitchStatement self, JExpression expr, JSwitchGroup[] body)
          prints a switch statement
 void KjcVisitor.visitSwitchStatement(JSwitchStatement self, JExpression expr, JSwitchGroup[] body)
          visits a switch statement
 

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