Uses of Interface
com.scriptbasic.interfaces.ExpressionList
-
Uses of ExpressionList in com.scriptbasic.executors
Classes in com.scriptbasic.executors that implement ExpressionList Modifier and Type Class Description classGenericExpressionListMethods in com.scriptbasic.executors that return ExpressionList Modifier and Type Method Description ExpressionListAbstractIdentifieredExpressionListedExpression. getExpressionList()Methods in com.scriptbasic.executors with parameters of type ExpressionList Modifier and Type Method Description voidAbstractIdentifieredExpressionListedExpression. setExpressionList(ExpressionList expressionList) -
Uses of ExpressionList in com.scriptbasic.executors.commands
Methods in com.scriptbasic.executors.commands that return ExpressionList Modifier and Type Method Description ExpressionListAbstractCommandExpressionListed. getExpressionList()Methods in com.scriptbasic.executors.commands with parameters of type ExpressionList Modifier and Type Method Description voidAbstractCommandExpressionListed. setExpressionList(ExpressionList expressionList) -
Uses of ExpressionList in com.scriptbasic.executors.leftvalues
Methods in com.scriptbasic.executors.leftvalues that return ExpressionList Modifier and Type Method Description ExpressionListArrayElementAccessLeftValueModifier. getIndexList()Methods in com.scriptbasic.executors.leftvalues with parameters of type ExpressionList Modifier and Type Method Description voidArrayElementAccessLeftValueModifier. setIndexList(ExpressionList indexList) -
Uses of ExpressionList in com.scriptbasic.syntax.commands
Methods in com.scriptbasic.syntax.commands that return ExpressionList Modifier and Type Method Description protected ExpressionListAbstractCommandAnalyzer. analyzeExpressionList() -
Uses of ExpressionList in com.scriptbasic.syntax.expression
Methods in com.scriptbasic.syntax.expression that return ExpressionList Modifier and Type Method Description ExpressionListBasicExpressionListAnalyzer. analyze() -
Uses of ExpressionList in com.scriptbasic.utility
Methods in com.scriptbasic.utility with parameters of type ExpressionList Modifier and Type Method Description static java.util.List<RightValue>ExpressionUtility. evaluateExpressionList(Interpreter interpreter, ExpressionList expressionList)