Uses of Class
org.openl.rules.tbasic.runtime.TBasicVM
-
Packages that use TBasicVM Package Description org.openl.rules.tbasic.runtime -
-
Uses of TBasicVM in org.openl.rules.tbasic.runtime
Methods in org.openl.rules.tbasic.runtime that return TBasicVM Modifier and Type Method Description TBasicVMTBasicContextHolderEnv. getTbasicVm()Constructors in org.openl.rules.tbasic.runtime with parameters of type TBasicVM Constructor Description TBasicContextHolderEnv(IRuntimeEnv env, DelegatedDynamicObject tbasicTarget, Object[] params, TBasicVM tbasicVM)Create an instance ofTBasicContextHolderEnvinitialized with environment,DelegatedDynamicObjectfor variables,execution VM and parameters.
-