org.jbpm.pvm.internal.el
Class StaticTextExpression

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

public class StaticTextExpression
extends Expression

This is a static text expression, didn't contains any script expression.

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

Field Summary
 
Fields inherited from class org.jbpm.pvm.internal.el.Expression
LANGUAGE_UEL_METHOD, LANGUAGE_UEL_VALUE
 
Constructor Summary
StaticTextExpression(java.lang.String text)
           
 
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
 

Constructor Detail

StaticTextExpression

public StaticTextExpression(java.lang.String text)
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.