From 7e96eb87ff35115a85cf37b54c839b466bc1a522 Mon Sep 17 00:00:00 2001 From: jochen Date: Wed, 28 Apr 1999 16:25:52 +0000 Subject: [PATCH] getMethodType added git-svn-id: https://svn.code.sf.net/p/jode/code/trunk@692 379699f6-c40d-0410-875b-85095c16579e --- jode/jode/expr/ConstructorOperator.java | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/jode/jode/expr/ConstructorOperator.java b/jode/jode/expr/ConstructorOperator.java index 36283e7..60da3e9 100644 --- a/jode/jode/expr/ConstructorOperator.java +++ b/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