Uses of Interface
com.pega.pegarules.pub.context.PRStackFrame

Packages that use PRStackFrame
com.pega.pegarules.pub.context   
com.pega.pegarules.pub.runtime Public interfaces for activities, models, whens, edits, and streams. 
 

Uses of PRStackFrame in com.pega.pegarules.pub.context
 

Methods in com.pega.pegarules.pub.context that return PRStackFrame
 PRStackFrame PRStackFrame.getNext()
          Identifies the stack frame, if any, that is executing immediately within this one.
 PRStackFrame PRStackFrame.getPrevious()
          Identifies the stack frame from which the current instance was created.
 PRStackFrame PRStackFrame.getRootOfStack()
          Locates the root (first) frame of the stack that includes this instance.
 PRStackFrame PRStackFrame.getTopOfStack()
          Locates the frame at the top of the stack that includes (or included) this instance.
 

Uses of PRStackFrame in com.pega.pegarules.pub.runtime
 

Methods in com.pega.pegarules.pub.runtime that return PRStackFrame
 PRStackFrame PublicAPI.getStackFrame()
          Identifies the current (top) PRStackFrame instance.
 



Copyright © 2012 Pegasystems Inc. All Rights Reserved.