Package com.oracle.truffle.sl.builtins
Class SLStackTraceBuiltin
java.lang.Object
com.oracle.truffle.api.nodes.Node
com.oracle.truffle.sl.builtins.SLBuiltinNode
com.oracle.truffle.sl.builtins.SLStackTraceBuiltin
- All Implemented Interfaces:
com.oracle.truffle.api.nodes.NodeInterface,Cloneable
Returns a string representation of the current stack. This includes the
CallTargets and
the contents of the Frame.-
Nested Class Summary
Nested classes/interfaces inherited from class com.oracle.truffle.api.nodes.Node
com.oracle.truffle.api.nodes.Node.Child, com.oracle.truffle.api.nodes.Node.Children -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.oracle.truffle.sl.builtins.SLBuiltinNode
executeMethods inherited from class com.oracle.truffle.api.nodes.Node
accept, adoptChildren, atomic, atomic, copy, deepCopy, getChildren, getCost, getDebugProperties, getDescription, getEncapsulatingSourceSection, getLock, getParent, getRootNode, getSourceSection, insert, insert, isAdoptable, isSafelyReplaceableBy, notifyInserted, onReplace, replace, replace, reportPolymorphicSpecialize, reportReplace, toString
-
Field Details
-
FRAME
public static final com.oracle.truffle.api.strings.TruffleString FRAME -
SEPARATOR
public static final com.oracle.truffle.api.strings.TruffleString SEPARATOR -
EQUALS
public static final com.oracle.truffle.api.strings.TruffleString EQUALS -
UNKNOWN
public static final com.oracle.truffle.api.strings.TruffleString UNKNOWN
-
-
Constructor Details
-
SLStackTraceBuiltin
public SLStackTraceBuiltin()
-
-
Method Details
-
trace
public com.oracle.truffle.api.strings.TruffleString trace()
-