removeLocal

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@740 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent ed222cc7d7
commit 2f636075e0
  1. 4
      jode/jode/expr/CheckNullOperator.java

@ -73,6 +73,10 @@ public class CheckNullOperator extends Operator {
local.setType(type);
}
public void removeLocal() {
local.remove();
}
/**
* Sets the return type of this operator.
*/

Loading…
Cancel
Save