|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.satline.expr.UnaryTerm
public abstract class UnaryTerm
This class defines a binary term (having two operands) within an expression.
| Constructor Summary | |
|---|---|
protected |
UnaryTerm()
Default constructor. |
protected |
UnaryTerm(Expression operand)
Constructor from attributes. |
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Compares this object against the specified object. |
Expression |
getOperand()
Get operand. |
int |
hashCode()
|
void |
setOperand(Expression operand)
Set operand. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.satline.expr.Expression |
|---|
greet |
| Constructor Detail |
|---|
protected UnaryTerm()
protected UnaryTerm(Expression operand)
operand - - operand| Method Detail |
|---|
public Expression getOperand()
public void setOperand(Expression operand)
operand - - operand of term.public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectobj - - object to compare with
public int hashCode()
hashCode in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||