new matchable operator

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@219 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 72e56c59c8
commit 542e070032
  1. 9
      jode/jode/expr/ConstructorOperator.java

@ -22,7 +22,7 @@ import jode.Type;
import jode.MethodType;
public class ConstructorOperator extends Operator
implements CombineableOperator {
implements MatchableOperator {
MethodType methodType;
Type classType;
@ -43,13 +43,6 @@ public class ConstructorOperator extends Operator
return expr.containsConflictingLoad(this);
}
/**
* Makes a non void expression out of this invoke instruction.
*/
public void makeNonVoid() {
throw new jode.AssertError("already non void");
}
/**
* Checks if the value of the operator can be changed by this expression.
*/

Loading…
Cancel
Save