public interface IMEExpression extends IMExpression, IMEElement
Modifier and Type | Method and Description |
---|---|
void |
setClazz(Class clazz)
Set the clazz.
|
void |
setContent(Object content)
Set the expression content (i.e. parsed expression or condition).
|
void |
setExpression(String expression,
String language)
Set the expression.
|
void |
setVariable(String var)
Set the variable name.
|
getClassname, getClazz, getLanguage, getParsedExpression, getText, getVariable
setDescription, setName
getDescription, getName
void setExpression(String expression, String language)
expression
- The expression.language
- The language (null for default java-like language).void setContent(Object content)
content
- The content.void setClazz(Class clazz)
clazz
- The clazz.void setVariable(String var)
var
- The variable name.Copyright © 2012. All Rights Reserved.