public interface IExpression
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getExpression()
Return the raw expression if the type is not constant.
|
java.lang.String |
getType()
Return the type of the expression.
|
IExpressionType |
getTypes()
Returns the object represents all possible expression types.
|
void |
setExpression(java.lang.Object expr)
Sets the raw expression if the type is not constant.
|
void |
setType(java.lang.String type)
Sets the type of the expression.
|
java.lang.Object getExpression()
void setExpression(java.lang.Object expr) throws SemanticException
expr
- the raw expression or the valueSemanticException
java.lang.String getType()
void setType(java.lang.String type) throws SemanticException
type
- the expression type.SemanticException
IExpressionType getTypes()
Copyright © 2008 Actuate Corp. All rights reserved.