Uses of Interface
com.scriptbasic.interfaces.InternalInterpreter
-
Packages that use InternalInterpreter Package Description com.scriptbasic.executors com.scriptbasic.spi -
-
Uses of InternalInterpreter in com.scriptbasic.executors
Classes in com.scriptbasic.executors that implement InternalInterpreter Modifier and Type Class Description classBasicInterpreter -
Uses of InternalInterpreter in com.scriptbasic.spi
Subinterfaces of InternalInterpreter in com.scriptbasic.spi Modifier and Type Interface Description interfaceInterpreterAn interpreter instance executes a program.
-