Class ProjogStackTraceElement
java.lang.Object
org.projog.api.ProjogStackTraceElement
An element in a stack trace, as returned by
Projog.getStackTrace(Throwable).
Each element represents a single stack frame. All stack frames represent the evaluation of a clause in a user defined function. The frame at the top of the stack represents the execution point at which the stack trace was generated.
-
Method Summary
Modifier and TypeMethodDescriptionRepresents the user defined predicate this stack trace element was generated for.getTerm()Represents the clause this stack trace element was generated for.
-
Method Details
-
getPredicateKey
Represents the user defined predicate this stack trace element was generated for.- Returns:
- key Represents the user defined predicate this stack trace element was generated for
-
getTerm
Represents the clause this stack trace element was generated for.- Returns:
- the clause this stack trace element was generated for
-