Uses of Class
at.dms.kjc.JCatchClause

Packages that use JCatchClause
at.dms.kjc   
 

Uses of JCatchClause in at.dms.kjc
 

Methods in at.dms.kjc that return JCatchClause
 JCatchClause KjcParser.jCatchHandler()
           
 

Methods in at.dms.kjc with parameters of type JCatchClause
 void KjcPrettyPrinter.visitTryCatchStatement(JTryCatchStatement self, JBlock tryClause, JCatchClause[] catchClauses)
          prints a try-catch statement
 void KjcPrettyPrinter.visitCatchClause(JCatchClause self, JFormalParameter exception, JBlock body)
          prints an array length expression
 void KjcVisitor.visitTryCatchStatement(JTryCatchStatement self, JBlock tryClause, JCatchClause[] catchClauses)
          visits a try-catch statement
 void KjcVisitor.visitCatchClause(JCatchClause self, JFormalParameter exception, JBlock body)
          visits an array length expression
 

Constructors in at.dms.kjc with parameters of type JCatchClause
JTryCatchStatement(TokenReference where, JBlock tryClause, JCatchClause[] catchClauses, JavaStyleComment[] comments)
          Construct a node in the parsing tree.