|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.camunda.bpm.engine.impl.juel.AstNode
org.camunda.bpm.engine.impl.juel.AstText
public final class AstText
| Constructor Summary | |
|---|---|
AstText(String value)
|
|
| Method Summary | |
|---|---|
void |
appendStructure(StringBuilder b,
Bindings bindings)
|
Object |
eval(Bindings bindings,
ELContext context)
|
int |
getCardinality()
Get the node's number of children. |
AstNode |
getChild(int i)
Get i'th child |
MethodInfo |
getMethodInfo(Bindings bindings,
ELContext context,
Class<?> returnType,
Class<?>[] paramTypes)
Get method information. |
Class<?> |
getType(Bindings bindings,
ELContext context)
Get the value type accepted in ExpressionNode.setValue(Bindings, ELContext, Object). |
ValueReference |
getValueReference(Bindings bindings,
ELContext context)
Get value reference. |
Object |
invoke(Bindings bindings,
ELContext context,
Class<?> returnType,
Class<?>[] paramTypes,
Object[] paramValues)
Invoke method. |
boolean |
isLeftValue()
|
boolean |
isLiteralText()
|
boolean |
isMethodInvocation()
|
boolean |
isReadOnly(Bindings bindings,
ELContext context)
Determine whether ExpressionNode.setValue(Bindings, ELContext, Object) will throw a
PropertyNotWritableException. |
void |
setValue(Bindings bindings,
ELContext context,
Object value)
Assign value. |
String |
toString()
|
| Methods inherited from class org.camunda.bpm.engine.impl.juel.AstNode |
|---|
getStructuralId, getValue |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AstText(String value)
| Method Detail |
|---|
public boolean isLiteralText()
true if this node represents literal textpublic boolean isLeftValue()
true if the subtree rooted at this node could be used as an lvalue
expression (identifier or property sequence with non-literal prefix).public boolean isMethodInvocation()
true if the subtree rooted at this node is a method invocation.
public Class<?> getType(Bindings bindings,
ELContext context)
ExpressionNodeExpressionNode.setValue(Bindings, ELContext, Object).
bindings - bindings containing variables and functionscontext - evaluation context
null for non-lvalue nodes
public boolean isReadOnly(Bindings bindings,
ELContext context)
ExpressionNodeExpressionNode.setValue(Bindings, ELContext, Object) will throw a
PropertyNotWritableException.
bindings - bindings containing variables and functionscontext - evaluation context
true if this a read-only expression node
public void setValue(Bindings bindings,
ELContext context,
Object value)
ExpressionNode
bindings - bindings containing variables and functionscontext - evaluation contextvalue - value to set
public ValueReference getValueReference(Bindings bindings,
ELContext context)
ExpressionNode
public Object eval(Bindings bindings,
ELContext context)
eval in class AstNode
public MethodInfo getMethodInfo(Bindings bindings,
ELContext context,
Class<?> returnType,
Class<?>[] paramTypes)
ExpressionNodenull.
bindings - bindings containing variables and functionscontext - evaluation contextreturnType - expected method return type (may be null meaning don't care)paramTypes - expected method argument types
null
public Object invoke(Bindings bindings,
ELContext context,
Class<?> returnType,
Class<?>[] paramTypes,
Object[] paramValues)
ExpressionNode
bindings - bindings containing variables and functionscontext - evaluation contextreturnType - expected method return type (may be null meaning don't care)paramTypes - expected method argument typesparamValues - parameter values
public String toString()
toString in class Object
public void appendStructure(StringBuilder b,
Bindings bindings)
appendStructure in class AstNodepublic int getCardinality()
Node
public AstNode getChild(int i)
Node
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||