|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlocal.tomas.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(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 local.tomas.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(Object obj)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||