|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.datanucleus.query.evaluator.memory.StringIndexOfMethodEvaluator
public class StringIndexOfMethodEvaluator
Evaluator for the method "{stringExpr}.indexOf(strExpr [,numExpr])".
| Field Summary | |
|---|---|
protected static Localiser |
LOCALISER
Localisation utility for output messages |
| Constructor Summary | |
|---|---|
StringIndexOfMethodEvaluator()
|
|
| Method Summary | |
|---|---|
java.lang.Object |
evaluate(InvokeExpression expr,
java.lang.Object invokedValue,
InMemoryExpressionEvaluator eval)
Method to evaluate the InvokeExpression, as part of the overall evaluation defined by the InMemoryExpressionEvaluator. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final Localiser LOCALISER
| Constructor Detail |
|---|
public StringIndexOfMethodEvaluator()
| Method Detail |
|---|
public java.lang.Object evaluate(InvokeExpression expr,
java.lang.Object invokedValue,
InMemoryExpressionEvaluator eval)
InvocationEvaluator
evaluate in interface InvocationEvaluatorexpr - The expression for invocationinvokedValue - Value on which we are invokingeval - The overall evaluator for in-memory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||