|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectlocal.tomas.expr.FunctionCall
local.tomas.expr.SubstrFunctionTerm
public class SubstrFunctionTerm
This class defines a substring function term within an expression.
| Constructor Summary | |
|---|---|
SubstrFunctionTerm()
Default constructor. |
|
SubstrFunctionTerm(Expression str,
Expression start)
Construct from field values. |
|
SubstrFunctionTerm(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 local.tomas.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 SubstrFunctionTerm()
public SubstrFunctionTerm(Expression str,
Expression start)
str - the stringstart - starting positionlength - length of substring
public SubstrFunctionTerm(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
Expression
greet in interface Expressionvisitor - the ExpressionWalker visiting this objectarg - implementation dependent argument
ExpressionException
|
common-util | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||