Uses of Class
at.dms.kjc.JSwitchLabel

Packages that use JSwitchLabel
at.dms.kjc   
 

Uses of JSwitchLabel in at.dms.kjc
 

Methods in at.dms.kjc that return JSwitchLabel
 JSwitchLabel KjcParser.jACase()
           
 

Methods in at.dms.kjc with parameters of type JSwitchLabel
 void KjcPrettyPrinter.visitSwitchLabel(JSwitchLabel self, JExpression expr)
          prints an array length expression
 void KjcPrettyPrinter.visitSwitchGroup(JSwitchGroup self, JSwitchLabel[] labels, JStatement[] stmts)
          prints an array length expression
 void KjcVisitor.visitSwitchLabel(JSwitchLabel self, JExpression expr)
          visits an array length expression
 void KjcVisitor.visitSwitchGroup(JSwitchGroup self, JSwitchLabel[] labels, JStatement[] stmts)
          visits an array length expression
 

Constructors in at.dms.kjc with parameters of type JSwitchLabel
JSwitchGroup(TokenReference where, JSwitchLabel[] labels, JStatement[] statements)
          Construct a node in the parsing tree This method is directly called by the parser