|
|||||||||
| Home >> All >> org >> scoja >> server >> [ expr overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.scoja.server.expr
Class String2StringFunction

java.lang.Objectorg.scoja.server.expr.StringExpressionAtPython
org.scoja.server.expr.String2StringFunction
- All Implemented Interfaces:
- StringExpression
- Direct Known Subclasses:
- RegexMappingFunction, SecureFunction, StringMappingFunction, WithoutLinesFunction
- public abstract class String2StringFunction
- extends StringExpressionAtPython
| Field Summary | |
protected StringExpression |
subexpr1
|
| Constructor Summary | |
String2StringFunction(StringExpression subexpr1)
|
|
| Method Summary | |
org.scoja.server.core.QStr |
eval(org.scoja.server.core.EventContext env)
|
| Methods inherited from class org.scoja.server.expr.StringExpressionAtPython |
__eq__ |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
subexpr1
protected final StringExpression subexpr1
| Constructor Detail |
String2StringFunction
public String2StringFunction(StringExpression subexpr1)
| Method Detail |
eval
public org.scoja.server.core.QStr eval(org.scoja.server.core.EventContext env)
|
|||||||||
| Home >> All >> org >> scoja >> server >> [ expr overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC