javap/src/main/java/org/apidesign/javap/MethodData.java
branchexceptions
changeset 376 059cb07ac9b3
parent 307 eaf4e8387065
parent 288 6d1e8eccdc98
child 392 44a5802816be
     1.1 --- a/javap/src/main/java/org/apidesign/javap/MethodData.java	Wed Dec 12 11:04:02 2012 +0100
     1.2 +++ b/javap/src/main/java/org/apidesign/javap/MethodData.java	Mon Dec 24 08:19:55 2012 +0100
     1.3 @@ -357,10 +357,10 @@
     1.4      /**
     1.5       * Return exception table in code attributre.
     1.6       */
     1.7 -    public Vector getexception_table(){
     1.8 -        return exception_table;
     1.9 +    public TrapDataIterator getTrapDataIterator(){
    1.10 +        return new TrapDataIterator(exception_table);
    1.11      }
    1.12 -
    1.13 +    
    1.14  
    1.15      /**
    1.16       * Return method attributes.