Esempio n. 1
0
  public double fieldDouble() {

    if (!path) {
      FieldAccess field1 = this.field();
      return field1.getDouble(objectUnderTest);
    } else {
      return BeanUtils.idxDouble(objectUnderTest, name.toString());
    }
  }