abc.soot.util
Class RedirectedExceptionSpecTag

java.lang.Object
  extended by abc.soot.util.RedirectedExceptionSpecTag

public class RedirectedExceptionSpecTag
extends java.lang.Object

Author:
Ganesh Sittampalam

Field Summary
 Body body
          The body containing the replacement statements
static java.lang.String name
           
 java.util.List stmts
          The statements whose exception specifications should be checked in place of the existing one
 
Constructor Summary
RedirectedExceptionSpecTag(Body body, java.util.List stmts)
           
 
Method Summary
 java.lang.String getName()
           
 byte[] getValue()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

name

public static final java.lang.String name
See Also:
Constant Field Values

body

public Body body
The body containing the replacement statements


stmts

public java.util.List stmts
The statements whose exception specifications should be checked in place of the existing one

Constructor Detail

RedirectedExceptionSpecTag

public RedirectedExceptionSpecTag(Body body,
                                  java.util.List stmts)
Method Detail

getName

public java.lang.String getName()

getValue

public byte[] getValue()