Home | History | Annotate | Download | only in src

Lines Matching refs:stringValue

401   public static String constructBase(String stringValue) {
402 Base b = new Base(stringValue);
420 String stringValue = null;
421 Base b = new Base(stringValue);
531 int intValue, double doubleValue, Object objectValue, String stringValue) {
532 Base b = new Base(intValue, doubleValue, objectValue, stringValue);
692 public static String constructDerived(String stringValue) {
693 Derived d = new Derived(stringValue);
782 int intValue, double doubleValue, Object objectValue, String stringValue) {
783 Derived d = new Derived(intValue, doubleValue, objectValue, stringValue);