kawa.standard
Class try_catch

java.lang.Object
  extended by kawa.standard.try_catch

public class try_catch
extends java.lang.Object

Utility method for try-catch.


Constructor Summary
try_catch()
           
 
Method Summary
static Expression rewrite(java.lang.Object try_part, java.lang.Object clauses)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

try_catch

public try_catch()
Method Detail

rewrite

public static Expression rewrite(java.lang.Object try_part,
                                 java.lang.Object clauses)