Class ConstructorUtils
- java.lang.Object
-
- org.benf.cfr.reader.bytecode.analysis.opgraph.op4rewriters.util.ConstructorUtils
-
public class ConstructorUtils extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ConstructorUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static MethodPrototype
getDelegatingPrototype(Method constructor)
static boolean
isDelegating(Method constructor)
-
-
-
Method Detail
-
getDelegatingPrototype
public static MethodPrototype getDelegatingPrototype(Method constructor)
-
isDelegating
public static boolean isDelegating(Method constructor)
-
-