Lines Matching defs:stringValue
405 stringValue) {
406 Base b = new Base(stringValue);
425 String stringValue = null;
426 Base b = new Base(stringValue);
539 int intValue, double doubleValue, Object objectValue, String stringValue) {
540 Base b = new Base(intValue, doubleValue, objectValue, stringValue);
707 public static String constructDerived(String stringValue) {
708 Derived d = new Derived(stringValue);
800 int intValue, double doubleValue, Object objectValue, String stringValue) {
801 Derived d = new Derived(intValue, doubleValue, objectValue, stringValue);