Uses of Interface
com.scriptbasic.spi.LeftValueList
Packages that use LeftValueList
Package
Description
-
Uses of LeftValueList in com.scriptbasic.executors
Classes in com.scriptbasic.executors that implement LeftValueList -
Uses of LeftValueList in com.scriptbasic.executors.commands
Methods in com.scriptbasic.executors.commands that return LeftValueListModifier and TypeMethodDescriptionCommandSub.getArguments()AbstractCommandLeftValueListed.getLeftValueList()Methods in com.scriptbasic.executors.commands with parameters of type LeftValueListModifier and TypeMethodDescriptionvoidCommandSub.setArguments(LeftValueList arguments) voidAbstractCommandLeftValueListed.setLeftValueList(LeftValueList leftValueList) -
Uses of LeftValueList in com.scriptbasic.spi
Methods in com.scriptbasic.spi with parameters of type LeftValueListModifier and TypeMethodDescriptiondefault voidInterpreterHook.beforeSubroutineCall(String subroutineName, LeftValueList arguments, RightValue[] argumentValues) This method is called before the interpreter invokes a subroutine.voidSimpleHook.beforeSubroutineCall(String subroutineName, LeftValueList arguments, RightValue[] argumentValues) voidSimpleHook.beforeSubroutineCallEx(String subroutineName, LeftValueList arguments, RightValue[] argumentValues) -
Uses of LeftValueList in com.scriptbasic.syntax.commands
Methods in com.scriptbasic.syntax.commands that return LeftValueListModifier and TypeMethodDescriptionprotected LeftValueListAbstractCommandAnalyzer.analyzeSimpleLeftValueList() -
Uses of LeftValueList in com.scriptbasic.syntax.leftvalue
Methods in com.scriptbasic.syntax.leftvalue that return LeftValueList