public class TypeContextImpl extends AbstractExpressionContext implements TypeContext
| Constructor and Description |
|---|
TypeContextImpl(XMLFormPastport pastport,
SourceType sourceType,
FunctionProvider funProvider) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
evalExpression(java.lang.String exp) |
protected Fun |
getFunction(java.lang.String funName) |
Value |
getNamedValue(java.lang.String valueName) |
SourceType |
getSourceType() |
convertToValue, createNamedValue, executeFunction, getAttribute, getPastport, setAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPastportpublic TypeContextImpl(XMLFormPastport pastport, SourceType sourceType, FunctionProvider funProvider)
public SourceType getSourceType()
getSourceType in interface TypeContextpublic java.lang.String evalExpression(java.lang.String exp)
evalExpression in interface TypeContextpublic Value getNamedValue(java.lang.String valueName)
getNamedValue in interface ExpressionContextprotected Fun getFunction(java.lang.String funName)
getFunction in class AbstractExpressionContextCopyright © 2020. All Rights Reserved.