|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Expression
Method Summary | |
---|---|
java.lang.Object |
evaluate()
Evaluates the expression and return a result |
java.lang.String |
getReferenceTypeName()
Applicable only in the case of complex return types provides the class name of the complex type |
TypeInfo |
getType()
Get the return type of the expression |
boolean |
isArray()
is true if the expression evaluates to an array |
java.lang.String |
toString()
Provides a string representation of the expression |
boolean |
validate()
Validate the expression for semantic correctness |
Method Detail |
---|
java.lang.Object evaluate() throws SPLException
SPLException
TypeInfo getType() throws SPLException
SPLException
boolean validate() throws SPLException
SPLException
java.lang.String toString()
toString
in class java.lang.Object
boolean isArray()
java.lang.String getReferenceTypeName() throws SPLException
SPLException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |