Package com.oracle.truffle.api.frame
package com.oracle.truffle.api.frame
-
ClassDescriptionRepresents a frame containing values of local variables of the guest language.Descriptor of the slots of frame objects.Callback interface for
TruffleRuntime.iterateFrames(com.oracle.truffle.api.frame.FrameInstanceVisitor<T>)
.A slot in a frame that can store a value of a given type.Exception thrown if the frame slot type does not match the access type.Represents a materialized frame containing values of local variables of the guest language.Represents a frame containing values of local variables of the guest language.