Class FunctionArgument
java.lang.Object
com.googlecode.aviator.runtime.FunctionArgument
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FunctionArgumentReturns the parameter expression.intgetIndex()Returns the parameter index in function,starts from zero.toString()
-
Field Details
-
index
private final int index -
expression
-
-
Constructor Details
-
FunctionArgument
-
-
Method Details
-
getIndex
public int getIndex()Returns the parameter index in function,starts from zero.- Returns:
-
getExpression
-
toString
-
from
-