public interface org.springframework.expression.ConstructorExecutor
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: org.springframework.expression.ConstructorExecutor
  super_class: java.lang.Object
{
  public abstract org.springframework.expression.TypedValue execute(org.springframework.expression.EvaluationContext, java.lang.Object[]);
    descriptor: (Lorg/springframework/expression/EvaluationContext;[Ljava/lang/Object;)Lorg/springframework/expression/TypedValue;
    flags: (0x0481) ACC_PUBLIC, ACC_VARARGS, ACC_ABSTRACT
    Exceptions:
      throws org.springframework.expression.AccessException
    MethodParameters:
           Name  Flags
      context    
      arguments  
}
SourceFile: "ConstructorExecutor.java"