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

/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DExpression.java34 * This class provides the base implementation of an Expression. All
35 * types of Expression must inherit from this class.
42 abstract class Expression class
45 * Expression importance
50 * Expression name
57 protected Expression(long imp, String name) method in class:Expression
95 static Expression valueOf(String raw) throws IllegalArgumentException
97 Expression exp = null;
163 * @param o Expression to examine for contradiction.
165 public abstract boolean contradicts(Expression
[all...]

Completed in 56 milliseconds