public interface IExpression
| 限定符和类型 | 方法和说明 |
|---|---|
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 valueSemanticExceptionjava.lang.String getType()
void setType(java.lang.String type)
throws SemanticException
type - the expression type.SemanticExceptionIExpressionType getTypes()
Copyright © 2008 Actuate Corp. All rights reserved.