Home
last modified time | relevance | path

Searched refs:printProperyValuePairs (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/qadevOOo/runner/util/
H A Ddbg.java221 printProperyValuePairs(ps[i], new PrintWriter(System.out)); in printProperyValueSequenzePairs()
234 printProperyValuePairs(ps[i], out); in printProperyValueSequenzePairs()
243 public static void printProperyValuePairs(PropertyValue ps){ in printProperyValuePairs() method in dbg
244 printProperyValuePairs(ps, new PrintWriter(System.out)); in printProperyValuePairs()
253 public static void printProperyValuePairs(PropertyValue ps, PrintWriter out){ in printProperyValuePairs() method in dbg
274 printProperyValuePairs((PropertyValue)ps.Value, out); in printProperyValuePairs()

Completed in 13 milliseconds