|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.satline.expr.FunctionCall
com.satline.expr.ReplaceFunctionTerm
public class ReplaceFunctionTerm
This class defines a substring function term within an expression.
| Constructor Summary | |
|---|---|
ReplaceFunctionTerm()
Default constructor. |
|
ReplaceFunctionTerm(Expression str,
Expression start)
Construct from field values. |
|
ReplaceFunctionTerm(Expression str,
Expression start,
Expression length)
Construct from field values. |
|
| Method Summary | ||
|---|---|---|
|
greet(ExpressionWalker<E,F> visitor,
F arg)
Handle visit of ExpressionWalker. |
|
| Methods inherited from class com.satline.expr.FunctionCall |
|---|
addArgument, equals, getArguments, hashCode |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReplaceFunctionTerm()
public ReplaceFunctionTerm(Expression str,
Expression start)
str - the stringstart - starting positionlength - length of substring
public ReplaceFunctionTerm(Expression str,
Expression start,
Expression length)
str - the stringstart - starting positionlength - length of substring| 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 | |||||||||