getMethodType added

git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@692 379699f6-c40d-0410-875b-85095c16579e
stable
jochen 26 years ago
parent 3b8f1c50d4
commit 7e96eb87ff
  1. 4
      jode/jode/expr/ConstructorOperator.java

@ -34,6 +34,10 @@ public class ConstructorOperator extends Operator
this.methodType = methodType;
}
public MethodType getMethodType() {
return methodType;
}
/**
* Checks if the value of the given expression can change, due to
* side effects in this expression. If this returns false, the

Loading…
Cancel
Save