Class FunctionArgument
java.lang.Object
com.googlecode.aviator.runtime.FunctionArgument
A function argument.
- Since:
- 4.2.0
- Author:
- dennis(killme2008@gmail.com)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FunctionArgumentReturns the parameter expression.intgetIndex()Returns the parameter index in function,starts from zero.toString()
-
Constructor Details
-
FunctionArgument
-
-
Method Details
-
getIndex
public int getIndex()Returns the parameter index in function,starts from zero.- Returns:
-
getExpression
-
toString
-
from
-