field access methods

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@267 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 8f668dc5b1
commit b8a4d64568
  1. 7
      jode/jode/flow/CatchBlock.java

@ -50,6 +50,13 @@ public class CatchBlock extends StructuredBlock {
used.addElement(exceptionLocal);
}
public Type getExceptionType() {
return exceptionType;
}
public LocalInfo getLocal() {
return exceptionLocal;
}
/**
* Sets the catch block.

Loading…
Cancel
Save