Uses of Class
org.camunda.bpm.engine.impl.pvm.runtime.InstantiationStack
-
Packages that use InstantiationStack Package Description org.camunda.bpm.engine.impl.pvm.runtime -
-
Uses of InstantiationStack in org.camunda.bpm.engine.impl.pvm.runtime
Fields in org.camunda.bpm.engine.impl.pvm.runtime declared as InstantiationStack Modifier and Type Field Description protected InstantiationStack
ScopeInstantiationContext. instantiationStack
Methods in org.camunda.bpm.engine.impl.pvm.runtime that return InstantiationStack Modifier and Type Method Description InstantiationStack
ScopeInstantiationContext. getInstantiationStack()
Methods in org.camunda.bpm.engine.impl.pvm.runtime with parameters of type InstantiationStack Modifier and Type Method Description void
ScopeInstantiationContext. setInstantiationStack(InstantiationStack instantiationStack)
-