public final class ProjogStackTraceElement extends Object
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.
Modifier and Type | Method and Description |
---|---|
PredicateKey |
getPredicateKey()
Represents the user defined predicate this stack trace element was generated for.
|
Term |
getTerm()
Represents the clause this stack trace element was generated for.
|
public PredicateKey getPredicateKey()
public Term getTerm()
Copyright © 2024. All rights reserved.