Searched defs:valueOf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DExpression.java39 * expression is create using the valueOf() factory method, which is
95 static Expression valueOf(String raw) throws IllegalArgumentException method in class:Expression
102 if ((exp = KVOpExpression.valueOf(raw)) == null)
103 if ((exp = KVExpression.valueOf(raw)) == null)
104 exp = KExpression.valueOf(raw);
224 * Private constructor used in the valueOf() factory method.
250 static Expression valueOf(String raw) throws IllegalArgumentException method in class:KVOpExpression
402 * Private constructor used in the valueOf() factory method.
426 static Expression valueOf(String raw) throws IllegalArgumentException method in class:KVExpression
555 * Private constructor used in the valueOf() factor
577 static Expression valueOf(String raw) throws IllegalArgumentException method in class:KExpression
[all...]

Completed in 67 milliseconds