|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IExpression
Represents an expression in the language. Subinterfaces define specific types of expressions, such as literal values, element references, and functions.
| Method Summary | |
|---|---|
java.lang.Class |
getType()
Determine the type returned by this expression. |
void |
setType(java.lang.Class type)
Set the type returned by this expression. |
| Methods inherited from interface org.teiid.connector.language.ILanguageObject |
|---|
acceptVisitor |
| Method Detail |
|---|
java.lang.Class getType()
void setType(java.lang.Class type)
type - The type, as defined by a Java class
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||