Home | History | Annotate | Download | only in statics

Lines Matching refs:CONSTRUCTOR_NAME

675                     if (cutf8.getBytes().equals(Const.CONSTRUCTOR_NAME) && (!(o instanceof INVOKESPECIAL)) ) {
678 if ( (! (cutf8.getBytes().equals(Const.CONSTRUCTOR_NAME)) ) && (cutf8.getBytes().startsWith("<")) ) {
699 if (name.equals(Const.CONSTRUCTOR_NAME)) {
700 constraintViolated(o, "Method to invoke must not be '"+Const.CONSTRUCTOR_NAME+"'.");
1231 if (! (o.getMethodName(cpg).equals(Const.CONSTRUCTOR_NAME) )) {