Uses of Class
at.dms.kjc.JThrowStatement

Packages that use JThrowStatement
at.dms.kjc   
at.dms.kjc.lir Provides a set of low-level stubs (LIR stands for Low-level IR) for compiling to the original (and mostly obsolete) uniprocessor backend. 
at.dms.kjc.sir Contains the heart of the StreamIt Intermediate Representation, or SIR for short. 
at.dms.util   
 

Uses of JThrowStatement in at.dms.kjc
 

Methods in at.dms.kjc with parameters of type JThrowStatement
protected  void JThrowStatement.deepCloneInto(JThrowStatement other)
          Clones all fields of this into
 Object ReplacingVisitor.visitThrowStatement(JThrowStatement self, JExpression expr)
          prints a throw statement
 Object Kopi2SIR.visitThrowStatement(JThrowStatement self, JExpression expr)
          visits a throw statement
 void KjcVisitor.visitThrowStatement(JThrowStatement self, JExpression expr)
          visits a throw statement
 void KjcPrettyPrinter.visitThrowStatement(JThrowStatement self, JExpression expr)
          prints a throw statement
 void KjcEmptyVisitor.visitThrowStatement(JThrowStatement self, JExpression expr)
          prints a throw statement
 Object EmptyAttributeVisitor.visitThrowStatement(JThrowStatement self, JExpression expr)
          prints a throw statement
 T AttributeVisitor.visitThrowStatement(JThrowStatement self, JExpression expr)
          visits a throw statement
 

Uses of JThrowStatement in at.dms.kjc.lir
 

Methods in at.dms.kjc.lir with parameters of type JThrowStatement
 void LIRToC.visitThrowStatement(JThrowStatement self, JExpression expr)
          prints a throw statement
 

Uses of JThrowStatement in at.dms.kjc.sir
 

Methods in at.dms.kjc.sir with parameters of type JThrowStatement
 void SIRToStreamIt.visitThrowStatement(JThrowStatement self, JExpression expr)
          prints a throw statement
 

Uses of JThrowStatement in at.dms.util
 

Methods in at.dms.util with parameters of type JThrowStatement
 void IRPrinter.visitThrowStatement(JThrowStatement self, JExpression expr)
          visits a throw statement