org.jbpm.pvm.internal.el
Class UelMethodExpression

java.lang.Object
  extended by org.jbpm.pvm.internal.el.Expression
      extended by org.jbpm.pvm.internal.el.UelMethodExpression
All Implemented Interfaces:
java.io.Serializable

public class UelMethodExpression
extends Expression

Author:
Tom Baeyens, Huisheng Xu
See Also:
Serialized Form

Field Summary
protected  javax.el.MethodExpression methodExpression
           
 
Fields inherited from class org.jbpm.pvm.internal.el.Expression
LANGUAGE_UEL_METHOD, LANGUAGE_UEL_VALUE
 
Constructor Summary
UelMethodExpression(javax.el.MethodExpression methodExpression)
           
 
Method Summary
 java.lang.Object evaluateInScope(ScopeInstanceImpl scopeInstance)
           
 java.lang.String getExpressionString()
           
 boolean isLiteralText()
           
 
Methods inherited from class org.jbpm.pvm.internal.el.Expression
create, create, evaluate, evaluate, evaluate, getElContext, initExpressionObjects
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

methodExpression

protected javax.el.MethodExpression methodExpression
Constructor Detail

UelMethodExpression

public UelMethodExpression(javax.el.MethodExpression methodExpression)
Method Detail

evaluateInScope

public java.lang.Object evaluateInScope(ScopeInstanceImpl scopeInstance)
Specified by:
evaluateInScope in class Expression

getExpressionString

public java.lang.String getExpressionString()
Specified by:
getExpressionString in class Expression

isLiteralText

public boolean isLiteralText()
Specified by:
isLiteralText in class Expression


Copyright © 2010 JBoss Community. All Rights Reserved.