|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.satline.expr.BinaryTerm
com.satline.expr.LikeTerm
public class LikeTerm
This class defines a like term within an expression.
| Field Summary |
|---|
| Fields inherited from class com.satline.expr.BinaryTerm |
|---|
left, right |
| Constructor Summary | |
|---|---|
LikeTerm()
Default constructor. |
|
LikeTerm(Expression left,
Expression right)
Constructor using fields. |
|
| Method Summary | ||
|---|---|---|
|
greet(ExpressionWalker<E,F> visitor,
F arg)
Handle visit of ExpressionWalker. |
|
| Methods inherited from class com.satline.expr.BinaryTerm |
|---|
equals, getLeft, getRight, hashCode, setLeft, setRight |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LikeTerm()
public LikeTerm(Expression left,
Expression right)
left - left operandright - right operand| Method Detail |
|---|
public <E,F> E greet(ExpressionWalker<E,F> visitor,
F arg)
throws ExpressionException
visitor - - the ExpressionWalker visiting this objectarg - - implementation dependent argument
ExpressionException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||