Uses of Interface
com.scriptbasic.spi.LeftValueList
| Package | Description |
|---|---|
| com.scriptbasic.executors | |
| com.scriptbasic.executors.commands | |
| com.scriptbasic.spi | |
| com.scriptbasic.syntax.commands | |
| com.scriptbasic.syntax.leftvalue |
-
Uses of LeftValueList in com.scriptbasic.executors
Classes in com.scriptbasic.executors that implement LeftValueList Modifier and Type Class Description classGenericLeftValueList -
Uses of LeftValueList in com.scriptbasic.executors.commands
Methods in com.scriptbasic.executors.commands that return LeftValueList Modifier and Type Method Description LeftValueListCommandSub. getArguments()LeftValueListAbstractCommandLeftValueListed. getLeftValueList()Methods in com.scriptbasic.executors.commands with parameters of type LeftValueList Modifier and Type Method Description voidCommandSub. setArguments(LeftValueList arguments)voidAbstractCommandLeftValueListed. setLeftValueList(LeftValueList leftValueList) -
Uses of LeftValueList in com.scriptbasic.spi
Methods in com.scriptbasic.spi with parameters of type LeftValueList Modifier and Type Method Description default voidInterpreterHook. beforeSubroutineCall(java.lang.String subroutineName, LeftValueList arguments, RightValue[] argumentValues)This method is called before the interpreter invokes a subroutine.voidSimpleHook. beforeSubroutineCall(java.lang.String subroutineName, LeftValueList arguments, RightValue[] argumentValues)voidSimpleHook. beforeSubroutineCallEx(java.lang.String subroutineName, LeftValueList arguments, RightValue[] argumentValues) -
Uses of LeftValueList in com.scriptbasic.syntax.commands
Methods in com.scriptbasic.syntax.commands that return LeftValueList Modifier and Type Method Description protected LeftValueListAbstractCommandAnalyzer. analyzeSimpleLeftValueList() -
Uses of LeftValueList in com.scriptbasic.syntax.leftvalue
Methods in com.scriptbasic.syntax.leftvalue that return LeftValueList Modifier and Type Method Description LeftValueListBasicSimpleLeftValueListAnalyzer. analyze()