|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IFunction
Represents a function in the language. A function has a name and 0..n Expressions that are parameters.
| Method Summary | |
|---|---|
java.lang.String |
getName()
Get name of the function |
java.util.List<IExpression> |
getParameters()
Get the parameters used in this function. |
void |
setName(java.lang.String name)
Set name of the function |
| Methods inherited from interface org.teiid.connector.language.IExpression |
|---|
getType, setType |
| Methods inherited from interface org.teiid.connector.language.ILanguageObject |
|---|
acceptVisitor |
| Method Detail |
|---|
java.lang.String getName()
java.util.List<IExpression> getParameters()
void setName(java.lang.String name)
name - Function name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||