|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IExpression
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
java.lang.Object getExpression()
void setExpression(java.lang.Object expr)
throws SemanticException
expr - the raw expression or the value
SemanticExceptionjava.lang.String getType()
void setType(java.lang.String type)
throws SemanticException
type - the expression type.
SemanticExceptionIExpressionType getTypes()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||