|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.hackystat.telemetry.analyzer.language.ast.FunctionCall
public class FunctionCall
Telemetry expression representing a function call. A function can be as simple as "Add" or "Subtract" funciton built into telemetry language, or it can be a custom supplied function doing anything imaginable.
Constructor Summary | |
---|---|
FunctionCall(java.lang.String functionName,
Expression[] parameters)
Constructs this instance. |
Method Summary | |
---|---|
java.lang.String |
getFunctionName()
Gets the name of the function to be invoked. |
Expression[] |
getParameters()
Gets function parameters. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FunctionCall(java.lang.String functionName, Expression[] parameters)
functionName
- The name of the function.parameters
- The function parameters. Null is valid if the function does not
require any parameter.Method Detail |
---|
public java.lang.String getFunctionName()
public Expression[] getParameters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |