Class FunctionCall
java.lang.Object
com.scriptbasic.executors.AbstractExpression
com.scriptbasic.executors.AbstractIdentifieredExpression
com.scriptbasic.executors.AbstractIdentifieredExpressionListedExpression
com.scriptbasic.executors.rightvalues.FunctionCall
- All Implemented Interfaces:
AnalysisResult,Evaluator,Expression
public class FunctionCall extends AbstractIdentifieredExpressionListedExpression
-
Constructor Summary
Constructors Constructor Description FunctionCall() -
Method Summary
Modifier and Type Method Description RightValueevaluate(Interpreter interpreter)Methods inherited from class com.scriptbasic.executors.AbstractIdentifieredExpressionListedExpression
getExpressionList, setExpressionListMethods inherited from class com.scriptbasic.executors.AbstractIdentifieredExpression
getVariableName, setVariableName
-
Constructor Details
-
FunctionCall
public FunctionCall()
-
-
Method Details
-
evaluate
- Throws:
ScriptBasicException
-