getMethodAnalyzer removed (name clashes with InvokeOperator.getMethodAnalyzer

it does something different.


git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@1001 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 25 years ago
parent 60e617facd
commit bbdf110ec2
  1. 4
      jode/jode/expr/ConstructorOperator.java

@ -69,10 +69,6 @@ public class ConstructorOperator extends Operator
return methodType;
}
public MethodAnalyzer getMethodAnalyzer() {
return methodAnalyzer;
}
/**
* Checks if the value of the operator can be changed by this expression.
*/

Loading…
Cancel
Save