Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W 

A

accept(NodeVisitor) - Method in class com.oracle.truffle.api.nodes.Node
Invokes the NodeVisitor.visit(Node) method for this node and recursively also for all child nodes.
accessAsPointer() - Method in interface com.oracle.truffle.api.interop.ForeignAccess.StandardFactory
Handles Message.AS_POINTER message.
accessExecute(int) - Method in interface com.oracle.truffle.api.interop.ForeignAccess.StandardFactory
Handles Message.EXECUTE messages.
accessGetSize() - Method in interface com.oracle.truffle.api.interop.ForeignAccess.StandardFactory
Handles Message.GET_SIZE message.
accessHasKeys() - Method in interface com.oracle.truffle.api.interop.ForeignAccess.StandardFactory
Handles Message.HAS_KEYS message.
accessHasSize() - Method in interface com.oracle.truffle.api.interop.ForeignAccess.StandardFactory
Handles Message.HAS_SIZE message.
accessInvoke(int) - Method in interface com.oracle.truffle.api.interop.ForeignAccess.StandardFactory
Handles Message.INVOKE messages.
accessIsBoxed() - Method in interface com.oracle.truffle.api.interop.ForeignAccess.StandardFactory
Handles Message.IS_BOXED message.
accessIsExecutable() - Method in interface com.oracle.truffle.api.interop.ForeignAccess.StandardFactory
Handles Message.IS_EXECUTABLE message.
accessIsInstantiable() - Method in interface com.oracle.truffle.api.interop.ForeignAccess.StandardFactory
Handles Message.IS_INSTANTIABLE message.
accessIsNull() - Method in interface com.oracle.truffle.api.interop.ForeignAccess.StandardFactory
Handles Message.IS_NULL message.
accessIsPointer() - Method in interface com.oracle.truffle.api.interop.ForeignAccess.StandardFactory
Handles Message.IS_POINTER message.
accessKeyInfo() - Method in interface com.oracle.truffle.api.interop.ForeignAccess.StandardFactory
Handles Message.KEY_INFO message.
accessKeys() - Method in interface com.oracle.truffle.api.interop.ForeignAccess.StandardFactory
Handles request for access to a message not known in version 0.10.
accessMessage(Message) - Method in interface com.oracle.truffle.api.interop.ForeignAccess.Factory
Provides an AST snippet to access a TruffleObject.
accessMessage(Message) - Method in interface com.oracle.truffle.api.interop.ForeignAccess.StandardFactory
Handles request for access to a non-standard (unknown) message.
accessNew(int) - Method in interface com.oracle.truffle.api.interop.ForeignAccess.StandardFactory
Handles Message.NEW messages.
accessRead() - Method in interface com.oracle.truffle.api.interop.ForeignAccess.StandardFactory
Handles Message.READ message.
accessRemove() - Method in interface com.oracle.truffle.api.interop.ForeignAccess.StandardFactory
Handles Message.REMOVE message.
accessToNative() - Method in interface com.oracle.truffle.api.interop.ForeignAccess.StandardFactory
Handles Message.TO_NATIVE message.
accessUnbox() - Method in interface com.oracle.truffle.api.interop.ForeignAccess.StandardFactory
Handles Message.UNBOX message.
accessWrite() - Method in interface com.oracle.truffle.api.interop.ForeignAccess.StandardFactory
Handles Message.WRITE message.
add(String) - Method in class com.oracle.truffle.api.utilities.JSONHelper.JSONArrayBuilder
 
add(Number) - Method in class com.oracle.truffle.api.utilities.JSONHelper.JSONArrayBuilder
 
add(Boolean) - Method in class com.oracle.truffle.api.utilities.JSONHelper.JSONArrayBuilder
 
add(JSONHelper.JSONStringBuilder) - Method in class com.oracle.truffle.api.utilities.JSONHelper.JSONArrayBuilder
 
add(String, String) - Method in class com.oracle.truffle.api.utilities.JSONHelper.JSONObjectBuilder
 
add(String, Number) - Method in class com.oracle.truffle.api.utilities.JSONHelper.JSONObjectBuilder
 
add(String, Boolean) - Method in class com.oracle.truffle.api.utilities.JSONHelper.JSONObjectBuilder
 
add(String, JSONHelper.JSONStringBuilder) - Method in class com.oracle.truffle.api.utilities.JSONHelper.JSONObjectBuilder
 
addActiveListener(Consumer<Boolean>) - Method in class com.oracle.truffle.api.instrumentation.AllocationReporter
Add a listener that is notified when active value of this reporter changes.
addAllowedImplicitCast(Layout.ImplicitCast) - Method in class com.oracle.truffle.api.object.Layout.Builder
Add an allowed implicit cast in this layout.
addBreakpointAddedListener(Consumer<Breakpoint>) - Method in class com.oracle.truffle.api.debug.Debugger
Add a listener that is notified when a new breakpoint is added into list of breakpoints.
addBreakpointRemovedListener(Consumer<Breakpoint>) - Method in class com.oracle.truffle.api.debug.Debugger
Add a listener that is notified when a breakpoint is removed from list of breakpoints.
addFrameSlot(Object) - Method in class com.oracle.truffle.api.frame.FrameDescriptor
Adds frame slot.
addFrameSlot(Object, FrameSlotKind) - Method in class com.oracle.truffle.api.frame.FrameDescriptor
Adds frame slot.
addFrameSlot(Object, Object, FrameSlotKind) - Method in class com.oracle.truffle.api.frame.FrameDescriptor
Adds new frame slot to FrameDescriptor.getSlots() list.
addLocation(Location) - Method in class com.oracle.truffle.api.object.Shape.Allocator
Reserves space for the given location, so that it will not be available to subsequently allocated locations.
addProperty(Property) - Method in class com.oracle.truffle.api.object.Shape
Add a new property in the map, yielding a new or cached Shape object.
addToHostClassPath(TruffleFile) - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Adds an entry to the Java host class loader.
adoptChildren() - Method in class com.oracle.truffle.api.nodes.Node
 
AllocationEvent - Class in com.oracle.truffle.api.instrumentation
An event representing an allocation of a guest language value.
AllocationEventFilter - Class in com.oracle.truffle.api.instrumentation
An instrumentation filter of allocations of guest language values.
AllocationEventFilter.Builder - Class in com.oracle.truffle.api.instrumentation
A builder of AllocationEventFilter.
AllocationListener - Interface in com.oracle.truffle.api.instrumentation
Listener to be notified about guest language value allocations.
AllocationReporter - Class in com.oracle.truffle.api.instrumentation
Reporter of guest language value allocations.
allocator() - Method in class com.oracle.truffle.api.object.Shape
Obtain an Shape.Allocator instance for the purpose of allocating locations.
Allocator() - Constructor for class com.oracle.truffle.api.object.Shape.Allocator
 
AlwaysValidAssumption - Class in com.oracle.truffle.api.utilities
An assumption that is always valid.
and(SourceSectionFilter) - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.Builder
Adds all the filters defined in the given filter.
ANY - Static variable in class com.oracle.truffle.api.instrumentation.AllocationEventFilter
A filter that matches all allocations in all languages.
ANY - Static variable in class com.oracle.truffle.api.instrumentation.SourceFilter
A filter that matches any source.
ANY - Static variable in class com.oracle.truffle.api.instrumentation.SourceSectionFilter
A filter that matches everything.
AOT - Static variable in class com.oracle.truffle.api.TruffleOptions
Forces ahead-of-time initialization.
append(Property) - Method in class com.oracle.truffle.api.object.Shape
Append the property, relocating it to the next allocated location.
appendTo(StringBuilder) - Method in class com.oracle.truffle.api.utilities.JSONHelper.JSONArrayBuilder
 
appendTo(StringBuilder) - Method in class com.oracle.truffle.api.utilities.JSONHelper.JSONObjectBuilder
 
appendTo(StringBuilder) - Method in class com.oracle.truffle.api.utilities.JSONHelper.JSONStringBuilder
 
appendValue(StringBuilder, Object) - Static method in class com.oracle.truffle.api.utilities.JSONHelper.JSONStringBuilder
 
areOptionsCompatible(OptionValues, OptionValues) - Method in class com.oracle.truffle.api.TruffleLanguage
Returns true if the combination of two sets of options allow to share or reuse the same language instance, else false.
arguments(Object) - Method in class com.oracle.truffle.api.Scope.Builder
Set arguments of the scope.
ArityException - Exception in com.oracle.truffle.api.interop
An exception thrown if a foreign function or method invocation provides the wrong number of arguments.
array() - Static method in class com.oracle.truffle.api.utilities.JSONHelper
 
as(Class<T>) - Method in class com.oracle.truffle.api.debug.DebugValue
Converts the debug value into a Java type.
AS_POINTER - Static variable in class com.oracle.truffle.api.interop.Message
Converts truffle value to a raw 64bit pointer value.
asBoxedGuestValue(Object) - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Wraps primitive interop values in a TruffleObject exposing their methods as members.
asGuestValue(Object) - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Converts a existing Java host object to a guest language value.
asHostException(Throwable) - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Unwraps a host exception thrown by a Java method invocation.
asHostObject(Object) - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Returns the java host representation of a Truffle guest object if it represents a Java host language object.
asHostSymbol(Class<?>) - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Converts a Java class to a host symbol as if by lookupHostSymbol(symbolClass.getName()) but without an actual lookup.
asInLanguage(LanguageInfo) - Method in class com.oracle.truffle.api.debug.DebugValue
Returns a debug value that presents itself as seen by the provided language.
AssumedValue<T> - Class in com.oracle.truffle.api.utilities
A value that the compiler can assume is constant, but can be changed by invalidation.
AssumedValue(T) - Constructor for class com.oracle.truffle.api.utilities.AssumedValue
 
AssumedValue(String, T) - Constructor for class com.oracle.truffle.api.utilities.AssumedValue
 
Assumption - Interface in com.oracle.truffle.api
An assumption is a global boolean flag that starts with the value true (i.e., the assumption is valid) and can subsequently be invalidated (using Assumption.invalidate()).
atomic(Runnable) - Method in class com.oracle.truffle.api.nodes.Node
 
atomic(Callable<T>) - Method in class com.oracle.truffle.api.nodes.Node
 
attachAllocationListener(AllocationEventFilter, T) - Method in class com.oracle.truffle.api.instrumentation.Instrumenter
Attach a listener to be notified about allocations of guest language values.
attachContextsListener(T, boolean) - Method in class com.oracle.truffle.api.instrumentation.Instrumenter
Attach a listener to be notified about changes in contexts in guest language application.
attachErrConsumer(T) - Method in class com.oracle.truffle.api.instrumentation.Instrumenter
Attach an output stream as a consumer of the error output .
attachExecuteSourceListener(SourceFilter, T, boolean) - Method in class com.oracle.truffle.api.instrumentation.Instrumenter
Starts notifications for each newly executed Source and returns a binding that can be used to terminate notifications.
attachExecutionEventFactory(SourceSectionFilter, T) - Method in class com.oracle.truffle.api.instrumentation.Instrumenter
Starts execution event notification for a given event filter and factory.
attachExecutionEventFactory(SourceSectionFilter, SourceSectionFilter, T) - Method in class com.oracle.truffle.api.instrumentation.Instrumenter
Starts execution event notification for a given event filter and factory.
attachExecutionEventListener(SourceSectionFilter, T) - Method in class com.oracle.truffle.api.instrumentation.Instrumenter
Starts execution event notification for a given event filter and listener.
attachExecutionEventListener(SourceSectionFilter, SourceSectionFilter, T) - Method in class com.oracle.truffle.api.instrumentation.Instrumenter
Starts execution event notification for a given event filter and listener.
attachLoadSourceListener(SourceFilter, T, boolean) - Method in class com.oracle.truffle.api.instrumentation.Instrumenter
Starts notifications for each newly loaded Source and returns a binding that can be used to terminate notifications.
attachLoadSourceSectionListener(SourceSectionFilter, T, boolean) - Method in class com.oracle.truffle.api.instrumentation.Instrumenter
Starts notifications for each SourceSection in every newly loaded Source and returns a binding that can be used to terminate notifications.
attachOutConsumer(T) - Method in class com.oracle.truffle.api.instrumentation.Instrumenter
Attach an output stream as a consumer of the standard output.
attachThreadsListener(T, boolean) - Method in class com.oracle.truffle.api.instrumentation.Instrumenter
Attach a listener to be notified about changes in threads in guest language application.

B

bailout(String) - Static method in class com.oracle.truffle.api.CompilerDirectives
Bails out of a compilation (e.g., for guest language features that should never be compiled).
between(int, int) - Static method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.IndexRange
Constructs a new index range between one a first index inclusive and a second index exclusive.
BooleanLocation - Interface in com.oracle.truffle.api.object
 
BranchProfile - Class in com.oracle.truffle.api.profiles
BranchProfiles are profiles to speculate on branches that are unlikely to be visited.
Breakpoint - Class in com.oracle.truffle.api.debug
A request that guest language program execution be suspended at specified locations on behalf of a debugging client session.
Breakpoint.Builder - Class in com.oracle.truffle.api.debug
Builder implementation for a new breakpoint.
Breakpoint.ExceptionBuilder - Class in com.oracle.truffle.api.debug
Builder implementation for a new breakpoint of EXCEPTION kind.
Breakpoint.Kind - Enum in com.oracle.truffle.api.debug
Specifies a breakpoint kind.
Breakpoint.ResolveListener - Interface in com.oracle.truffle.api.debug
This listener is called when a breakpoint is resolved at the target location.
breakpointResolved(Breakpoint, SourceSection) - Method in interface com.oracle.truffle.api.debug.Breakpoint.ResolveListener
Notify about a breakpoint resolved at the specified location.
build() - Method in class com.oracle.truffle.api.debug.Breakpoint.Builder
 
build() - Method in class com.oracle.truffle.api.debug.Breakpoint.ExceptionBuilder
 
build() - Method in class com.oracle.truffle.api.debug.StepConfig.Builder
Create a step configuration from this builder.
build() - Method in class com.oracle.truffle.api.debug.SuspensionFilter.Builder
Create a new suspension filter configured by the builder methods.
build() - Method in class com.oracle.truffle.api.instrumentation.AllocationEventFilter.Builder
Create an instance of AllocationEventFilter based on the current setup of this builder.
build() - Method in class com.oracle.truffle.api.instrumentation.SourceFilter.Builder
Finalizes and constructs the SourceFilter instance.
build() - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.Builder
Finalizes and constructs the SourceSectionFilter instance.
build() - Method in class com.oracle.truffle.api.object.Layout.Builder
Build Layout from the configuration in this builder.
build() - Method in class com.oracle.truffle.api.Scope.Builder
Uses configuration of this builder to create new Scope object.
build() - Method in class com.oracle.truffle.api.source.Source.LiteralBuilder
Uses configuration of this builder to create new Source object.
build() - Method in class com.oracle.truffle.api.source.Source.SourceBuilder
Uses configuration of this builder to create new Source object.
build() - Method in class com.oracle.truffle.api.TruffleContext.Builder
Builds the new context instance.
byLength(int, int) - Static method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.IndexRange
Constructs a new index range with a given first index inclusive and a given length.
ByteValueProfile - Class in com.oracle.truffle.api.profiles
Specialized value profile to capture certain properties of byte runtime values.

C

Cached - Annotation Type in com.oracle.truffle.api.dsl
A parameter annotated with Cached in a Specialization refers to a cached value of a specialization instance.
cached(boolean) - Method in class com.oracle.truffle.api.source.Source.LiteralBuilder
Enables or disables code caching for this source.
cached(boolean) - Method in class com.oracle.truffle.api.source.Source.SourceBuilder
Enables or disables code caching for this source.
call(Object...) - Method in interface com.oracle.truffle.api.CallTarget
Calls this target as a root method.
call(Object[]) - Method in class com.oracle.truffle.api.nodes.DirectCallNode
call(CallTarget, Object[]) - Method in class com.oracle.truffle.api.nodes.IndirectCallNode
Performs an indirect call to the given CallTarget target with the provided arguments.
CallTarget - Interface in com.oracle.truffle.api
Represents the target of a call.
callTarget - Variable in class com.oracle.truffle.api.nodes.DirectCallNode
 
canExecute() - Method in class com.oracle.truffle.api.debug.DebugValue
Returns true if this value can be executed (represents a guest language function), else false.
canHandle(TruffleObject) - Method in interface com.oracle.truffle.api.interop.ForeignAccess.Factory
Checks whether provided TruffleObject can be accessed using AST snippets produced by this ForeignAccess.Factory.
CanResolve - Annotation Type in com.oracle.truffle.api.interop
Annotation to put on your node to provide a language check for the receiver object.
canSet(DynamicObject, Object) - Method in class com.oracle.truffle.api.object.Location
Returns true if the location can be set to the given value.
canSet(Object) - Method in class com.oracle.truffle.api.object.Location
Returns true if the location can be set to the value.
canStore(Object) - Method in class com.oracle.truffle.api.object.Location
Returns true if the location is compatible with the type of the value.
castExact(Object, Class<T>) - Static method in class com.oracle.truffle.api.CompilerDirectives
Casts the given object to the exact class represented by clazz.
CATCHES - Static variable in class com.oracle.truffle.api.instrumentation.StandardTags.TryBlockTag
Name of the catches function.
changeType(ObjectType) - Method in class com.oracle.truffle.api.object.Shape
Change the shape's type, yielding a new shape.
check() - Method in interface com.oracle.truffle.api.Assumption
Checks that this assumption is still valid.
check(DynamicObject) - Method in class com.oracle.truffle.api.object.Shape
Check whether this shape is identical to the given shape.
check() - Method in class com.oracle.truffle.api.utilities.AlwaysValidAssumption
 
check() - Method in class com.oracle.truffle.api.utilities.NeverValidAssumption
 
check() - Method in class com.oracle.truffle.api.utilities.UnionAssumption
 
checkShape(DynamicObject, Shape) - Static method in class com.oracle.truffle.api.object.Location
clone() - Method in class com.oracle.truffle.api.nodes.NodeCloneable
 
cloneCallTarget() - Method in class com.oracle.truffle.api.nodes.DirectCallNode
Clones the CallTarget instance returned by DirectCallNode.getCallTarget() in an uninitialized state for this DirectCallNode.
cloneNode(T) - Static method in class com.oracle.truffle.api.nodes.NodeUtil
 
cloneUninitialized() - Method in class com.oracle.truffle.api.nodes.RootNode
Creates an uninitialized copy of an already initialized/executed root node if it is supported.
close() - Method in class com.oracle.truffle.api.debug.DebuggerSession
Closes the current debugging session and disposes all installed breakpoints.
close() - Method in class com.oracle.truffle.api.TruffleContext
Closes this context and disposes its resources.
collectNodes(Node, Node) - Static method in class com.oracle.truffle.api.nodes.NodeUtil
 
columnEndsIn(SourceSectionFilter.IndexRange...) - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.Builder
Add a filter for all sources sections where the column ends in one of the given index ranges.
columnIn(SourceSectionFilter.IndexRange...) - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.Builder
Add a filter for all source sections where the columns are contained in one of the given index ranges.
columnIn(int, int) - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.Builder
Add a filter for all source sections where the column is inside a startColumn (first index inclusive) plus a given length (last index exclusive).
columnIs(int) - Method in class com.oracle.truffle.api.debug.Breakpoint.Builder
Specifies the breakpoint's column number.
columnNotIn(SourceSectionFilter.IndexRange...) - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.Builder
Add a filter for all source sections where columns are not contained in one of the given index ranges.
columnStartsIn(SourceSectionFilter.IndexRange...) - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.Builder
Add a filter for all source sections where the column starts in one of the given index ranges.
com.oracle.truffle.api - package com.oracle.truffle.api
Do you want to implement your own Truffle based language? In such case start here.
com.oracle.truffle.api.debug - package com.oracle.truffle.api.debug
The debug package contains a debugger API that can be used to install breakpoints, step through and control the execution of Truffle guest language applications.
com.oracle.truffle.api.dsl - package com.oracle.truffle.api.dsl
Domain specific language that allows to specify specializing AST nodes in a declarative way.
com.oracle.truffle.api.frame - package com.oracle.truffle.api.frame
Package containing stack frame representation classes.
com.oracle.truffle.api.instrumentation - package com.oracle.truffle.api.instrumentation
The instrumentation API provides a way to introspect and inject behavior into interpreters written using the Truffle framework.
com.oracle.truffle.api.interop - package com.oracle.truffle.api.interop
This package contains classes that specify the contract for inter-operability between Truffle languages.
com.oracle.truffle.api.nodes - package com.oracle.truffle.api.nodes
Abstract syntax tree nodes are the basic building block for your TruffleLanguage.
com.oracle.truffle.api.object - package com.oracle.truffle.api.object
Dynamic object storage model.
com.oracle.truffle.api.object.dsl - package com.oracle.truffle.api.object.dsl
Domain specific language for using the Truffle dynamic object storage model to create classic class hierarchies.
com.oracle.truffle.api.profiles - package com.oracle.truffle.api.profiles
A profile is a Truffle utility class that uses the Truffle compiler directives to guard for and/or forward runtime information to the compiler.
com.oracle.truffle.api.source - package com.oracle.truffle.api.source
Represents a source file.
com.oracle.truffle.api.utilities - package com.oracle.truffle.api.utilities
Various utility classes that aim to make the development of TruffleLanguage guest languages easier.
compilationConstant(Object) - Static method in class com.oracle.truffle.api.CompilerAsserts
Assertion that the corresponding value is reduced to a constant during compilation.
CompilerAsserts - Class in com.oracle.truffle.api
Assertions about the code produced by the Truffle compiler.
CompilerDirectives - Class in com.oracle.truffle.api
Directives that influence the optimizations of the Truffle compiler.
CompilerDirectives.CompilationFinal - Annotation Type in com.oracle.truffle.api
Marks fields that should be considered final for a Truffle compilation although they are not final while executing in the interpreter.
CompilerDirectives.TruffleBoundary - Annotation Type in com.oracle.truffle.api
Marks a method that it is considered as a boundary for Truffle partial evaluation.
CompilerDirectives.ValueType - Annotation Type in com.oracle.truffle.api
Marks classes as value types.
CompilerOptions - Interface in com.oracle.truffle.api
Allows options to be set to control the compilation of a specific RootNode, without creating a dependency on the specific compiler used.
concat(T[], T[]) - Static method in class com.oracle.truffle.api.nodes.NodeUtil
 
ConditionProfile - Class in com.oracle.truffle.api.profiles
ConditionProfiles are useful to profile the outcome of conditions.
config(String, Object) - Method in class com.oracle.truffle.api.TruffleContext.Builder
Sets a config parameter that the child context of this language can access using TruffleLanguage.Env.getConfig().
config(String) - Method in class com.oracle.truffle.api.TruffleLogger
Logs a message with config level.
config(Supplier<String>) - Method in class com.oracle.truffle.api.TruffleLogger
Logs a message with config level.
connectNodes(Object, Object) - Method in class com.oracle.truffle.api.nodes.GraphPrintVisitor.GraphPrintAdapter
Deprecated.
 
connectNodes(Object, Object, String) - Method in class com.oracle.truffle.api.nodes.GraphPrintVisitor.GraphPrintAdapter
Deprecated.
 
constantLocation(Object) - Method in class com.oracle.truffle.api.object.Shape.Allocator
Creates a new location from a constant value.
containsKey(Object) - Method in class com.oracle.truffle.api.object.DynamicObject
Returns true if this object contains a property with the given key.
content(CharSequence) - Method in class com.oracle.truffle.api.source.Source.SourceBuilder
Specifies character based content of to-be-built Source.
content(ByteSequence) - Method in class com.oracle.truffle.api.source.Source.SourceBuilder
Specifies byte based content of to-be-built Source.
contextClosed(DebugContext) - Method in interface com.oracle.truffle.api.debug.DebugContextsListener
Notifies about close of a polyglot context.
contextCreated(DebugContext) - Method in interface com.oracle.truffle.api.debug.DebugContextsListener
Notifies about creation of a new polyglot context.
ContextsListener - Interface in com.oracle.truffle.api.instrumentation
Listener to be notified about changes of contexts in guest language application.
ControlFlowException - Exception in com.oracle.truffle.api.nodes
An exception thrown to model control flow in a Truffle interpreter.
ControlFlowException() - Constructor for exception com.oracle.truffle.api.nodes.ControlFlowException
Creates an exception thrown to model control flow.
copy() - Method in class com.oracle.truffle.api.frame.FrameDescriptor
Deeper copy of the descriptor.
copy() - Method in class com.oracle.truffle.api.instrumentation.ProbeNode
Creates a shallow copy of this node.
copy() - Method in class com.oracle.truffle.api.nodes.Node
Creates a shallow copy of this node.
copy() - Method in class com.oracle.truffle.api.nodes.RootNode
 
copy(Shape) - Method in class com.oracle.truffle.api.object.DynamicObject
Create a shallow copy of this object.
copy() - Method in class com.oracle.truffle.api.object.Shape.Allocator
Creates an copy of this allocator state.
copy(TruffleFile, CopyOption...) - Method in class com.oracle.truffle.api.TruffleFile
Copies the file.
copyWithFlags(int) - Method in class com.oracle.truffle.api.object.Property
Create a copy of the property with the given flags.
copyWithRelocatable(boolean) - Method in class com.oracle.truffle.api.object.Property
 
count(int) - Method in class com.oracle.truffle.api.debug.StepConfig.Builder
Provide the step count.
countNodes(Node) - Static method in class com.oracle.truffle.api.nodes.NodeUtil
 
countNodes(Node, NodeUtil.NodeCountFilter) - Static method in class com.oracle.truffle.api.nodes.NodeUtil
 
create(Object...) - Static method in interface com.oracle.truffle.api.dsl.Introspection.Provider
Factory method to create Node introspection data.
create(EventContext) - Method in interface com.oracle.truffle.api.instrumentation.ExecutionEventNodeFactory
Returns a new instance of ExecutionEventNode for this particular source location.
create(Class<? extends TruffleObject>, ForeignAccess.StandardFactory) - Static method in class com.oracle.truffle.api.interop.ForeignAccess
Creates new instance of ForeignAccess that delegates to provided factory.
create(ForeignAccess.StandardFactory, RootNode) - Static method in class com.oracle.truffle.api.interop.ForeignAccess
Creates new instance of ForeignAccess that delegates to provided factory.
create(ForeignAccess.Factory) - Static method in class com.oracle.truffle.api.interop.ForeignAccess
Creates new instance of ForeignAccess that delegates to provided factory.
create(CallTarget) - Static method in class com.oracle.truffle.api.nodes.DirectCallNode
 
create() - Static method in class com.oracle.truffle.api.nodes.IndirectCallNode
 
create(Object, Location, int) - Static method in class com.oracle.truffle.api.object.Property
Create a new property.
create() - Static method in class com.oracle.truffle.api.profiles.BranchProfile
Call to create a new instance of a branch profile.
createAllocator() - Method in class com.oracle.truffle.api.object.Layout
Create an allocator for static property creation.
createAssumption() - Method in interface com.oracle.truffle.api.TruffleRuntime
Creates a new assumption object that can be checked and invalidated.
createAssumption(String) - Method in interface com.oracle.truffle.api.TruffleRuntime
Creates a new assumption object with a given name that can be checked and invalidated.
createBinaryProfile() - Static method in class com.oracle.truffle.api.profiles.ConditionProfile
Returns a ConditionProfile that speculates on conditions to be never true or to be never false.
createCallTarget(RootNode) - Method in interface com.oracle.truffle.api.TruffleRuntime
Creates a new call target for a given root node.
CreateCast - Annotation Type in com.oracle.truffle.api.dsl
Specifies a factory method that creates a Node which is used to cast this child.
createClassProfile() - Static method in class com.oracle.truffle.api.profiles.ValueProfile
Returns a value profile that profiles the exact class of a value.
createCompilerOptions() - Method in interface com.oracle.truffle.api.TruffleRuntime
Creates an object which allows you to test for support of and set options specific for this runtime.
createConstantNode(Object) - Static method in class com.oracle.truffle.api.nodes.RootNode
Helper method to create a root node that always returns the same value.
createContext(TruffleLanguage.Env) - Method in class com.oracle.truffle.api.TruffleLanguage
Creates internal representation of the executing context suitable for given environment.
createCountingProfile() - Static method in class com.oracle.truffle.api.profiles.ConditionProfile
Returns a ConditionProfile that speculates on conditions to be never true or to be never false.
createCountingProfile() - Static method in class com.oracle.truffle.api.profiles.LoopConditionProfile
Returns a LoopConditionProfile that speculates on loop conditions to be never true.
createDirectCallNode(CallTarget) - Method in interface com.oracle.truffle.api.TruffleRuntime
Creates a new runtime specific version of DirectCallNode.
createDirectories(FileAttribute<?>...) - Method in class com.oracle.truffle.api.TruffleFile
Creates a directory and all nonexistent parent directories.
createDirectory(FileAttribute<?>...) - Method in class com.oracle.truffle.api.TruffleFile
Creates a new directory.
createElementForNode(Object) - Method in class com.oracle.truffle.api.nodes.GraphPrintVisitor.GraphPrintAdapter
Deprecated.
 
createEqualityProfile() - Static method in class com.oracle.truffle.api.profiles.PrimitiveValueProfile
Returns a PrimitiveValueProfile that speculates on the primitive equality or object identity of a value.
createEqualityProfile() - Static method in class com.oracle.truffle.api.profiles.ValueProfile
Returns a value profile that profiles the object equality of a value.
createFactory() - Method in class com.oracle.truffle.api.object.Shape
Create a DynamicObjectFactory for creating instances of this shape.
createFile(FileAttribute<?>...) - Method in class com.oracle.truffle.api.TruffleFile
Creates a new empty file.
createIdentityProfile() - Static method in class com.oracle.truffle.api.profiles.ByteValueProfile
Returns a value profile that profiles the exact value of a byte.
createIdentityProfile() - Static method in class com.oracle.truffle.api.profiles.IntValueProfile
Returns a value profile that profiles the exact value of an int.
createIdentityProfile() - Static method in class com.oracle.truffle.api.profiles.LongValueProfile
Returns a value profile that profiles the exact value of an long.
createIdentityProfile() - Static method in class com.oracle.truffle.api.profiles.ValueProfile
Returns a value profile that profiles the object identity of a value.
createIndirectCallNode() - Method in interface com.oracle.truffle.api.TruffleRuntime
Creates a new runtime specific version of IndirectCallNode.
createLayout() - Static method in class com.oracle.truffle.api.object.Layout
Equivalent to Layout.newLayout().build().
createLayout(Layout.Builder) - Method in interface com.oracle.truffle.api.object.LayoutFactory
 
createLink(TruffleFile) - Method in class com.oracle.truffle.api.TruffleFile
Creates a new link to an existing target (optional operation).
createLocation(Shape, Object) - Method in interface com.oracle.truffle.api.object.LocationFactory
 
createLoopNode(RepeatingNode) - Method in interface com.oracle.truffle.api.TruffleRuntime
Creates a new loop node with an implementation provided by a Truffle runtime implementation.
createMaterializedFrame(Object[]) - Method in interface com.oracle.truffle.api.TruffleRuntime
Creates a new materialized frame object that can be used to store values.
createMaterializedFrame(Object[], FrameDescriptor) - Method in interface com.oracle.truffle.api.TruffleRuntime
Creates a new materialized frame object with the given frame descriptor that can be used to store values.
createNode(Object...) - Method in interface com.oracle.truffle.api.dsl.NodeFactory
Instantiates the node using the arguments array.
createNode() - Method in class com.oracle.truffle.api.interop.Message
Creates an AST node for this message.
createProperty(Object, Location) - Method in interface com.oracle.truffle.api.object.LayoutFactory
 
createProperty(Object, Location, int) - Method in interface com.oracle.truffle.api.object.LayoutFactory
 
createRawIdentityProfile() - Static method in class com.oracle.truffle.api.profiles.DoubleValueProfile
Returns a value profile that profiles the exact value of a double using Double.doubleToRawLongBits(double).
createRawIdentityProfile() - Static method in class com.oracle.truffle.api.profiles.FloatValueProfile
Returns a value profile that profiles the exact value of a float using Float.floatToRawIntBits(float).
createSection(int) - Method in class com.oracle.truffle.api.source.Source
Creates a representation of a line of text in the source identified only by line number, from which the character information will be computed.
createSection(int, int) - Method in class com.oracle.truffle.api.source.Source
Creates a representation of a contiguous region of text in the source.
createSection(int, int, int) - Method in class com.oracle.truffle.api.source.Source
Creates a representation of a contiguous region of text in the source.
createSeparateShape(Object) - Method in class com.oracle.truffle.api.object.Shape
Clone off a separate shape with new shared data.
createShape(ObjectType) - Method in class com.oracle.truffle.api.object.Layout
Create a root shape.
createShape(ObjectType, Object) - Method in class com.oracle.truffle.api.object.Layout
Create a root shape.
createShape(ObjectType, Object, int) - Method in class com.oracle.truffle.api.object.Layout
Create a root shape.
createSymbolicLink(TruffleFile, FileAttribute<?>...) - Method in class com.oracle.truffle.api.TruffleFile
Creates a symbolic link to a target (optional operation).
createThread(Runnable) - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Creates a new thread that has access to the current language context.
createThread(Runnable, TruffleContext) - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Creates a new thread that has access to the given context.
createThread(Runnable, TruffleContext, ThreadGroup) - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Creates a new thread that has access to the given context.
createThread(Runnable, TruffleContext, ThreadGroup, long) - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Creates a new thread that has access to the given context.
createUnavailableSection() - Method in class com.oracle.truffle.api.source.Source
Returns an unavailable source section indicating that the source location is not available.
createUnwind(Object) - Method in class com.oracle.truffle.api.instrumentation.EventContext
Create an unwind throwable, that when thrown, abruptly breaks execution of a node and unwinds it off the execution stack.
createUnwind(Object, EventBinding<?>) - Method in class com.oracle.truffle.api.instrumentation.EventContext
Create an unwind throwable, that when thrown, abruptly breaks execution of a node and unwinds it off the execution stack.
createVirtualFrame(Object[], FrameDescriptor) - Method in interface com.oracle.truffle.api.TruffleRuntime
Creates a new virtual frame object that can be used to store values and is potentially optimizable by the runtime.
createWrapper(ProbeNode) - Method in interface com.oracle.truffle.api.instrumentation.InstrumentableNode
Returns a new, never adopted, unshared wrapper node implementation for this instrumentable node.
CyclicAssumption - Class in com.oracle.truffle.api.utilities
Holds an Assumption, and knows how to recreate it with the same properties on invalidation.
CyclicAssumption(String) - Constructor for class com.oracle.truffle.api.utilities.CyclicAssumption
 

D

DebugContext - Class in com.oracle.truffle.api.debug
Representation of a polyglot context in a guest language execution.
DebugContextsListener - Interface in com.oracle.truffle.api.debug
Listener to be notified about changes of contexts in guest language application.
DebugException - Exception in com.oracle.truffle.api.debug
Information about an exception thrown from a guest language.
DebugException.CatchLocation - Class in com.oracle.truffle.api.debug
Represents an exception catch location.
Debugger - Class in com.oracle.truffle.api.debug
Class that simplifies implementing a debugger on top of Truffle.
DebuggerSession - Class in com.oracle.truffle.api.debug
Represents a single debugging session of a Debugger.
DebuggerTags - Class in com.oracle.truffle.api.debug
Set of debugger-specific tags.
DebuggerTags.AlwaysHalt - Class in com.oracle.truffle.api.debug
Marks program locations where debugger should always halt like if on a breakpoint.
DebugScope - Class in com.oracle.truffle.api.debug
Representation of guest language scope at the current suspension point.
DebugStackFrame - Class in com.oracle.truffle.api.debug
Represents a frame in the guest language stack.
DebugStackTraceElement - Class in com.oracle.truffle.api.debug
Represents a trace element in the guest language stack trace.
DebugThreadsListener - Interface in com.oracle.truffle.api.debug
Listener to be notified about changes of threads in guest language application.
DebugValue - Class in com.oracle.truffle.api.debug
Represents a value accessed using the debugger API.
declaredLocation(Object) - Method in class com.oracle.truffle.api.object.Shape.Allocator
Creates a new declared location with a default value.
deepCopy() - Method in class com.oracle.truffle.api.nodes.Node
Creates a deep copy of this node.
define(Object, Object) - Method in class com.oracle.truffle.api.object.DynamicObject
Define new property or redefine existing property.
define(Object, Object, int) - Method in class com.oracle.truffle.api.object.DynamicObject
Define new property or redefine existing property.
define(Object, Object, int, LocationFactory) - Method in class com.oracle.truffle.api.object.DynamicObject
Define new property with a static location or change existing property.
defineProperty(Object, Object, int) - Method in class com.oracle.truffle.api.object.Shape
Add or change property in the map, yielding a new or cached Shape object.
defineProperty(Object, Object, int, LocationFactory) - Method in class com.oracle.truffle.api.object.Shape
Add or change property in the map, yielding a new or cached Shape object.
delete(Object) - Method in class com.oracle.truffle.api.object.DynamicObject
Delete property.
delete() - Method in class com.oracle.truffle.api.TruffleFile
Deletes the file.
DetailedRewriteReasons - Static variable in class com.oracle.truffle.api.TruffleOptions
Enables the generation of detailed rewrite reasons.
DirectCallNode - Class in com.oracle.truffle.api.nodes
Represents a direct call to a CallTarget.
DirectCallNode(CallTarget) - Constructor for class com.oracle.truffle.api.nodes.DirectCallNode
 
dispose() - Method in class com.oracle.truffle.api.debug.Breakpoint
Permanently prevents this breakpoint from affecting execution.
dispose() - Method in class com.oracle.truffle.api.instrumentation.EventBinding
Cancels the subscription permanently.
disposeContext(C) - Method in class com.oracle.truffle.api.TruffleLanguage
disposeThread(C, Thread) - Method in class com.oracle.truffle.api.TruffleLanguage
Invoked the last time code will be executed for this thread and context.
DoubleLocation - Interface in com.oracle.truffle.api.object
 
DoubleValueProfile - Class in com.oracle.truffle.api.profiles
Specialized value profile to capture certain properties of double runtime values.
DynamicObject - Class in com.oracle.truffle.api.object
Represents an object members of which can be dynamically added and removed at run time.
DynamicObject() - Constructor for class com.oracle.truffle.api.object.DynamicObject
Constructor for subclasses.
DynamicObjectFactory - Interface in com.oracle.truffle.api.object
This factory can be used to create a new DynamicObject from an initial shape, with its instance properties initialized to the values passed to DynamicObjectFactory.newInstance(Object...).

E

endsWith(String) - Method in class com.oracle.truffle.api.TruffleFile
Tests if this TruffleFile path ends with the given path.
endsWith(TruffleFile) - Method in class com.oracle.truffle.api.TruffleFile
Tests if this TruffleFile path ends with the given TruffleFile path.
ensureVirtualized(Object) - Static method in class com.oracle.truffle.api.CompilerDirectives
Ensures that the given object will be virtual (escape analyzed) at all points that are dominated by the current position.
ensureVirtualizedHere(Object) - Static method in class com.oracle.truffle.api.CompilerDirectives
Ensures that the given object will be virtual at the current position.
enter() - Method in class com.oracle.truffle.api.profiles.BranchProfile
Call when an unlikely branch is entered.
enter() - Method in class com.oracle.truffle.api.TruffleContext
Enters this context and returns an object representing the previous context.
entering(String, String) - Method in class com.oracle.truffle.api.TruffleLogger
Logs entry into method.
entering(String, String, Object) - Method in class com.oracle.truffle.api.TruffleLogger
Logs entry into method with single parameter.
entering(String, String, Object[]) - Method in class com.oracle.truffle.api.TruffleLogger
Logs entry into method with multiple parameters.
equals(Object) - Method in class com.oracle.truffle.api.debug.DebugStackFrame
 
equals(Object) - Method in class com.oracle.truffle.api.interop.Message
Compares types of two messages.
equals(Object) - Method in class com.oracle.truffle.api.object.HiddenKey
 
equals(Object) - Method in class com.oracle.truffle.api.object.Location
Abstract to force overriding.
equals(DynamicObject, Object) - Method in class com.oracle.truffle.api.object.ObjectType
Delegate method for Object.equals(Object).
equals(Object) - Method in class com.oracle.truffle.api.source.Source
equals(Object) - Method in class com.oracle.truffle.api.source.SourceSection
 
equals(Object) - Method in class com.oracle.truffle.api.TruffleFile
err() - Method in class com.oracle.truffle.api.instrumentation.TruffleInstrument.Env
Standard error writer for Engine this instrument is being executed in.
err() - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Standard error writer provided by Context.Builder.err(OutputStream) this language is being executed in.
eval(String) - Method in class com.oracle.truffle.api.debug.DebugStackFrame
Evaluates the given code in the state of the current execution and in the same guest language as the current language is defined in.
evaluate(String, String) - Method in class com.oracle.truffle.api.debug.DebugContext
Evaluate the given code in this context.
EventBinding<T> - Class in com.oracle.truffle.api.instrumentation
An instrumentation handle for a subscription to a filtered stream of execution event notifications.
EventContext - Class in com.oracle.truffle.api.instrumentation
Represents the context of an execution event.
ExactMath - Class in com.oracle.truffle.api
This class contains methods that will be part of java.lang.Math starting with JDK 8.
ExecutableNode - Class in com.oracle.truffle.api.nodes
Represents an executable node in a Truffle AST.
ExecutableNode(TruffleLanguage<?>) - Constructor for class com.oracle.truffle.api.nodes.ExecutableNode
Creates new executable node with a given language instance.
EXECUTE - Static variable in class com.oracle.truffle.api.interop.Message
The non-object oriented execution message.
execute(VirtualFrame) - Method in class com.oracle.truffle.api.nodes.ExecutableNode
Execute this fragment at the place where it was parsed.
execute(VirtualFrame) - Method in class com.oracle.truffle.api.nodes.RootNode
Executes this function using the specified frame and returns the result value.
Executed - Annotation Type in com.oracle.truffle.api.dsl
This annotation declares a child field to be executed and used as dynamic input values for specializations.
executeLoop(VirtualFrame) - Method in class com.oracle.truffle.api.nodes.LoopNode
Invokes one loop invocation by repeatedly call execute) on the repeating node the loop was initialized with.
executeRepeating(VirtualFrame) - Method in interface com.oracle.truffle.api.nodes.RepeatingNode
Repeatedly invoked by a loop node implementation until the method returns false or throws an exception.
ExecuteSourceEvent - Class in com.oracle.truffle.api.instrumentation
Represents a source execute event from a ExecuteSourceListener.
ExecuteSourceListener - Interface in com.oracle.truffle.api.instrumentation
A listener attached by an Instrumenter to specific sources of a guest language program to listen to execute source events.
ExecutionEventListener - Interface in com.oracle.truffle.api.instrumentation
A listener attached by an Instrumenter to specific locations of a guest language program to listen to execution events.
ExecutionEventNode - Class in com.oracle.truffle.api.instrumentation
An event node created by an ExecutionEventNodeFactory for a specific locations of a guest language program to listen to instrumentation events.
ExecutionEventNode() - Constructor for class com.oracle.truffle.api.instrumentation.ExecutionEventNode
 
ExecutionEventNodeFactory - Interface in com.oracle.truffle.api.instrumentation
Event node factories are factories of event nodes for a program location.
exists(LinkOption...) - Method in class com.oracle.truffle.api.TruffleFile
Tests existence of a file.
exiting(String, String) - Method in class com.oracle.truffle.api.TruffleLogger
Logs a return from method.
exiting(String, String, Object) - Method in class com.oracle.truffle.api.TruffleLogger
Logs a return from method with result.
ExplodeLoop - Annotation Type in com.oracle.truffle.api.nodes
Specifies for a method that the loops with constant number of invocations should be fully unrolled.
ExplodeLoop.LoopExplosionKind - Enum in com.oracle.truffle.api.nodes
Controls behavior of ExplodeLoop annotation.
exportSymbol(String, Object) - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Explicitly exports a symbol to the polyglot bindings object.

F

Fallback - Annotation Type in com.oracle.truffle.api.dsl
A method annotated with Fallback is treated as a Specialization that implicitly links all the guards of all other declared Specialization annotated methods of the operation in a negated form.
FASTPATH_PROBABILITY - Static variable in class com.oracle.truffle.api.CompilerDirectives
 
fillIn(Throwable) - Static method in class com.oracle.truffle.api.TruffleStackTraceElement
Fills in the guest language stack frames from the current frames on the stack.
fillInStackTrace() - Method in exception com.oracle.truffle.api.debug.DebugException
Unsupported, DebugException instances are not writable therefore filling the stack trace has no effect for them.
fillInStackTrace() - Method in exception com.oracle.truffle.api.nodes.ControlFlowException
For performance reasons, this exception does not record any stack trace information.
fillInStackTrace() - Method in exception com.oracle.truffle.api.nodes.SlowPathException
For performance reasons, this exception does not record any stack trace information.
finalizeContext(C) - Method in class com.oracle.truffle.api.TruffleLanguage
Performs language context finalization actions that are necessary before language contexts are disposed.
finalLocation() - Static method in class com.oracle.truffle.api.object.Location
 
FinalLocationException - Exception in com.oracle.truffle.api.object
This exception is thrown on an attempt to assign a value to a final location.
FinalLocationException() - Constructor for exception com.oracle.truffle.api.object.FinalLocationException
Default constructor.
find(TruffleInstrument.Env) - Static method in class com.oracle.truffle.api.debug.Debugger
Finds the debugger associated with a given instrument environment.
find(Engine) - Static method in class com.oracle.truffle.api.debug.Debugger
Finds the debugger associated with a given an engine.
find(TruffleLanguage.Env) - Static method in class com.oracle.truffle.api.debug.Debugger
Finds the debugger associated with a given language environment.
findAllNodeInstances(Node, Class<T>) - Static method in class com.oracle.truffle.api.nodes.NodeUtil
 
findAllParents(Node, Class<T>) - Static method in class com.oracle.truffle.api.nodes.NodeUtil
 
findAnnotation(Class<?>, Class<T>) - Static method in class com.oracle.truffle.api.nodes.NodeUtil
Find annotation in class/interface hierarchy.
findFirstNodeInstance(Node, Class<T>) - Static method in class com.oracle.truffle.api.nodes.NodeUtil
 
findFrameSlot(Object) - Method in class com.oracle.truffle.api.frame.FrameDescriptor
Finds an existing slot.
findLanguage(Object) - Method in class com.oracle.truffle.api.instrumentation.TruffleInstrument.Env
Find a language that created the value, if any.
findLanguage(TruffleFile) - Static method in class com.oracle.truffle.api.source.Source
Returns the first language that supports evaluating the probed mime type of a given file.
findLanguage(URL) - Static method in class com.oracle.truffle.api.source.Source
Returns the first language that supports evaluating the probed mime type of a given URL.
findLanguage(String) - Static method in class com.oracle.truffle.api.source.Source
Returns the first installed language that supports evaluating sources for a given MIME type.
findLocalScopes(Node, Frame) - Method in class com.oracle.truffle.api.instrumentation.TruffleInstrument.Env
Find a list of local scopes enclosing the given node.
findLocalScopes(C, Node, Frame) - Method in class com.oracle.truffle.api.TruffleLanguage
Find a hierarchy of local scopes enclosing the given node.
findMetaObject(LanguageInfo, Object) - Method in class com.oracle.truffle.api.instrumentation.TruffleInstrument.Env
Uses the provided language to find a meta-object of a value, if any.
findMetaObject(Object) - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Find a meta-object of a value, if any.
findMetaObject(C, Object) - Method in class com.oracle.truffle.api.TruffleLanguage
Find a meta-object of a value, if any.
findMimeType(TruffleFile) - Static method in class com.oracle.truffle.api.source.Source
Returns the probed MIME type for a given file, or null if no MIME type could be resolved.
findMimeType(URL) - Static method in class com.oracle.truffle.api.source.Source
Returns the probed MIME type for a given url, or null if no MIME type could be resolved.
findNearestNodeAt(int, Set<Class<? extends Tag>>) - Method in interface com.oracle.truffle.api.instrumentation.InstrumentableNode
Find the nearest node to the given source character index according to the guest language control flow, that is tagged with some of the given tags.
findNodeChildren(Node) - Static method in class com.oracle.truffle.api.nodes.NodeUtil
 
findOrAddFrameSlot(Object) - Method in class com.oracle.truffle.api.frame.FrameDescriptor
Finds an existing slot or creates new one.
findOrAddFrameSlot(Object, FrameSlotKind) - Method in class com.oracle.truffle.api.frame.FrameDescriptor
Finds an existing slot or creates new one.
findOrAddFrameSlot(Object, Object, FrameSlotKind) - Method in class com.oracle.truffle.api.frame.FrameDescriptor
Finds an existing slot or creates new one.
findParent(Node, Class<T>) - Static method in class com.oracle.truffle.api.nodes.NodeUtil
 
findProvidedTag(LanguageInfo, String) - Static method in class com.oracle.truffle.api.instrumentation.Tag
Finds a provided tag by the language using its identifier.
findSourceLocation(LanguageInfo, Object) - Method in class com.oracle.truffle.api.instrumentation.TruffleInstrument.Env
Uses the provided language to find a source location where a value is declared, if any.
findSourceLocation(C, Object) - Method in class com.oracle.truffle.api.TruffleLanguage
Find a source location where a value is declared, if any.
findTopScopes(String) - Method in class com.oracle.truffle.api.instrumentation.TruffleInstrument.Env
Find a list of top scopes of a language.
findTopScopes(C) - Method in class com.oracle.truffle.api.TruffleLanguage
Find a hierarchy of top-most scopes of the language, if any.
fine(String) - Method in class com.oracle.truffle.api.TruffleLogger
Logs a message with fine level.
fine(Supplier<String>) - Method in class com.oracle.truffle.api.TruffleLogger
Logs a message with fine level.
finer(String) - Method in class com.oracle.truffle.api.TruffleLogger
Logs a message with finer level.
finer(Supplier<String>) - Method in class com.oracle.truffle.api.TruffleLogger
Logs a message with finer level.
finest(String) - Method in class com.oracle.truffle.api.TruffleLogger
Logs a message with finest level.
finest(Supplier<String>) - Method in class com.oracle.truffle.api.TruffleLogger
Logs a message with finest level.
FloatValueProfile - Class in com.oracle.truffle.api.profiles
Specialized value profile to capture certain properties of float runtime values.
forceInlining() - Method in class com.oracle.truffle.api.nodes.DirectCallNode
Enforces the runtime system to inline the CallTarget at this call site.
forEachChild(Node, NodeVisitor) - Static method in class com.oracle.truffle.api.nodes.NodeUtil
Executes a closure for every non-null child of the parent node.
ForeignAccess - Class in com.oracle.truffle.api.interop
Encapsulates types of access to TruffleObject.
ForeignAccess.Factory - Interface in com.oracle.truffle.api.interop
Interface of a factory that produces AST snippets that can access a foreign TruffleObject.
ForeignAccess.StandardFactory - Interface in com.oracle.truffle.api.interop
Specialized factory that handles standard foreign messages.
Frame - Interface in com.oracle.truffle.api.frame
Represents a frame containing values of local variables of the guest language.
FrameDescriptor - Class in com.oracle.truffle.api.frame
Descriptor of the slots of frame objects.
FrameDescriptor() - Constructor for class com.oracle.truffle.api.frame.FrameDescriptor
Constructs empty descriptor.
FrameDescriptor(Object) - Constructor for class com.oracle.truffle.api.frame.FrameDescriptor
Constructs new descriptor with specified FrameDescriptor.getDefaultValue().
FrameInstance - Interface in com.oracle.truffle.api.frame
Represents a current frame instance on the stack.
FrameInstance.FrameAccess - Enum in com.oracle.truffle.api.frame
FrameInstanceVisitor<T> - Interface in com.oracle.truffle.api.frame
FrameSlot - Class in com.oracle.truffle.api.frame
A slot in a Frame and FrameDescriptor that can store a value of a given type.
FrameSlotKind - Enum in com.oracle.truffle.api.frame
 
FrameSlotTypeException - Exception in com.oracle.truffle.api.frame
Exception thrown if the frame slot type does not match the access type.
FrameSlotTypeException() - Constructor for exception com.oracle.truffle.api.frame.FrameSlotTypeException
 
FrameUtil - Class in com.oracle.truffle.api.frame
 

G

GeneratedBy - Annotation Type in com.oracle.truffle.api.dsl
Marks a type as being generated based on another class or method of a class.
GenerateNodeFactory - Annotation Type in com.oracle.truffle.api.dsl
Annotate nodes or base classes of nodes to generate factory handlers implementing the NodeFactory interface.
GenerateWrapper - Annotation Type in com.oracle.truffle.api.instrumentation
Generates a default wrapper subclass of an annotated InstrumentableNode subclass.
GenerateWrapper.IncomingConverter - Annotation Type in com.oracle.truffle.api.instrumentation
Annotates a method to be used as incoming value converter.
GenerateWrapper.OutgoingConverter - Annotation Type in com.oracle.truffle.api.instrumentation
Annotates a method to be used as outgoing value converter.
get(Class<? extends Node>) - Static method in class com.oracle.truffle.api.nodes.NodeClass
 
get(Node) - Static method in class com.oracle.truffle.api.nodes.NodeClass
 
get(Object) - Method in class com.oracle.truffle.api.object.DynamicObject
Get property value.
get(Object, Object) - Method in class com.oracle.truffle.api.object.DynamicObject
Get property value.
get(DynamicObject, Shape) - Method in class com.oracle.truffle.api.object.Location
Get object value as object at this location in store.
get(DynamicObject, boolean) - Method in class com.oracle.truffle.api.object.Location
Get object value as object at this location in store.
get(DynamicObject) - Method in class com.oracle.truffle.api.object.Location
Get object value as object at this location in store.
get(DynamicObject, Shape) - Method in class com.oracle.truffle.api.object.Property
Gets the value of this property of the object.
get(DynamicObject, boolean) - Method in class com.oracle.truffle.api.object.Property
Gets the value of this property of the object.
get(DynamicObject, Shape) - Method in interface com.oracle.truffle.api.object.TypedLocation
Get object value as object at this location in store.
get(DynamicObject, boolean) - Method in interface com.oracle.truffle.api.object.TypedLocation
Get object value as object at this location in store.
get() - Method in class com.oracle.truffle.api.TruffleLanguage.ContextReference
Returns the current context associated with the language this reference was created with.
get() - Method in class com.oracle.truffle.api.utilities.AssumedValue
Get the current value, updating it if it has been AssumedValue.set(T).
GET_SIZE - Static variable in class com.oracle.truffle.api.interop.Message
Getter of the size.
getAbsoluteFile() - Method in class com.oracle.truffle.api.TruffleFile
Resolves this TruffleFile to absolute TruffleFile.
getActualArity() - Method in exception com.oracle.truffle.api.interop.ArityException
Returns the actual number of arguments provided by the foreign access.
getAllowedImplicitCasts(Layout.Builder) - Static method in class com.oracle.truffle.api.object.Layout
 
getApplicationArguments() - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Returns the application arguments that were provided for this context.
getArgumentNames() - Method in class com.oracle.truffle.api.TruffleLanguage.ParsingRequest
Argument names.
getArguments() - Method in class com.oracle.truffle.api.debug.DebugScope
Get arguments of this scope.
getArguments() - Method in interface com.oracle.truffle.api.frame.Frame
Retrieves the arguments object from this frame.
getArguments(Frame) - Static method in class com.oracle.truffle.api.interop.ForeignAccess
Read only access to foreign call arguments inside of a frame.
getArguments() - Method in class com.oracle.truffle.api.Scope
Get arguments of this scope.
getArray() - Method in class com.oracle.truffle.api.debug.DebugValue
Provides array elements when this value represents an array.
getAssumption() - Method in class com.oracle.truffle.api.utilities.CyclicAssumption
 
getBoolean(FrameSlot) - Method in interface com.oracle.truffle.api.frame.Frame
Read access to a local variable of type boolean.
getBoolean(DynamicObject, Shape) - Method in interface com.oracle.truffle.api.object.BooleanLocation
 
getBoolean(DynamicObject, boolean) - Method in interface com.oracle.truffle.api.object.BooleanLocation
 
getBooleanSafe(Frame, FrameSlot) - Static method in class com.oracle.truffle.api.frame.FrameUtil
Read a frame slot that is guaranteed to be of the desired kind (either previously checked by a guard or statically known).
getBreakpointConditionException(Breakpoint) - Method in class com.oracle.truffle.api.debug.SuspendedEvent
Returns the cause of failure, if any, during evaluation of a breakpoint's condition.
getBreakpoints() - Method in class com.oracle.truffle.api.debug.Debugger
Returns all breakpoints installed in this debugger instance, in the install order.
getBreakpoints() - Method in class com.oracle.truffle.api.debug.DebuggerSession
Returns all breakpoints installed in this session, in the install order.
getBreakpoints() - Method in class com.oracle.truffle.api.debug.SuspendedEvent
Returns the breakpoints that individually would cause the "hit" where execution is suspended.
getByte(FrameSlot) - Method in interface com.oracle.truffle.api.frame.Frame
Read access to a local variable of type byte.
getBytes() - Method in class com.oracle.truffle.api.source.Source
Returns the bytes of the source if it is a byte based source.
getByteSafe(Frame, FrameSlot) - Static method in class com.oracle.truffle.api.frame.FrameUtil
Read a frame slot that is guaranteed to be of the desired kind (either previously checked by a guard or statically known).
getCachedData(int) - Method in class com.oracle.truffle.api.dsl.Introspection.SpecializationInfo
Returns the cached state for a given specialization instance.
getCallerFrame() - Method in interface com.oracle.truffle.api.TruffleRuntime
Accesses the caller frame.
getCallNode() - Method in interface com.oracle.truffle.api.frame.FrameInstance
Returns a node representing the callsite of the next new target on the stack.
getCallTarget() - Method in interface com.oracle.truffle.api.frame.FrameInstance
 
getCallTarget() - Method in class com.oracle.truffle.api.nodes.DirectCallNode
Returns the originally supplied CallTarget when this call node was created.
getCallTarget() - Method in class com.oracle.truffle.api.nodes.RootNode
 
getCallTarget() - Method in exception com.oracle.truffle.api.OptimizationFailedException
 
getCanonicalFile(LinkOption...) - Method in class com.oracle.truffle.api.TruffleFile
Returns a TruffleFile representing the real (canonical) path of an existing file.
getCapability(Class<T>) - Method in interface com.oracle.truffle.api.TruffleRuntime
Requests a capability from the runtime.
getCatchLocation() - Method in exception com.oracle.truffle.api.debug.DebugException
Get source code location where this exception is to be caught.
getCharacters() - Method in class com.oracle.truffle.api.source.Source
Returns all characters of the source.
getCharacters(int) - Method in class com.oracle.truffle.api.source.Source
Gets the text (not including a possible terminating newline) in a (1-based) numbered line.
getCharacters() - Method in class com.oracle.truffle.api.source.SourceSection
Returns the source code fragment described by this section.
getCharEndIndex() - Method in class com.oracle.truffle.api.source.SourceSection
Returns the index of the text position immediately following the last character in the section.
getCharIndex() - Method in class com.oracle.truffle.api.source.SourceSection
Returns the 0-based index of the first character in this section.
getCharLength() - Method in class com.oracle.truffle.api.source.SourceSection
Returns the length of this section in characters.
getChildren() - Method in class com.oracle.truffle.api.nodes.Node
Iterator over the children of this node.
getClonedCallTarget() - Method in class com.oracle.truffle.api.nodes.DirectCallNode
Returns the split CallTarget if this call site's CallTarget is cloned.
getColumnNumber(int) - Method in class com.oracle.truffle.api.source.Source
Given a 0-based character offset, return the 1-based number of the column at the position.
getCompilerOptions() - Method in class com.oracle.truffle.api.nodes.RootNode
Get compiler options specific to this RootNode.
getCondition() - Method in class com.oracle.truffle.api.debug.Breakpoint
Returns the expression used to create the current breakpoint condition, null if no condition set.
getConfig() - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Configuration arguments passed from an outer language context to an inner language context.
getContext() - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Returns the polyglot context associated with this environment.
getContextReference() - Method in class com.oracle.truffle.api.TruffleLanguage
Creates a reference to the current context to be stored in an AST.
getCost() - Method in class com.oracle.truffle.api.instrumentation.ProbeNode
 
getCost() - Method in class com.oracle.truffle.api.nodes.Node
Returns a rough estimate for the cost of this Node.
getCreationTime(LinkOption...) - Method in class com.oracle.truffle.api.TruffleFile
Returns the creation time.
getCurrentCallTarget() - Method in class com.oracle.truffle.api.nodes.DirectCallNode
Returns the used call target when DirectCallNode.call(java.lang.Object[]) is invoked.
getCurrentContext(Class<T>) - Method in class com.oracle.truffle.api.nodes.RootNode
Returns the current context associated with the root node language and thread.
getCurrentContext(Class<T>) - Static method in class com.oracle.truffle.api.TruffleLanguage
Returns the current language context entered on the current thread.
getCurrentFrame() - Method in interface com.oracle.truffle.api.TruffleRuntime
Accesses the current frame, i.e., the frame of the closest CallTarget.
getCurrentLanguage(Class<T>) - Static method in class com.oracle.truffle.api.TruffleLanguage
Returns the current language instance for the current thread.
getCurrentRootNode() - Method in class com.oracle.truffle.api.nodes.DirectCallNode
Returns the RootNode associated with CallTarget returned by DirectCallNode.getCurrentCallTarget().
getDebugger() - Method in class com.oracle.truffle.api.debug.DebuggerSession
Returns the debugger instance that this session is associated with.
getDebugProperties() - Method in class com.oracle.truffle.api.nodes.Node
Returns properties of this node interesting for debugging and can be overwritten by subclasses to add their own custom properties.
getDebugStackTrace() - Method in exception com.oracle.truffle.api.debug.DebugException
Gets stack trace elements of guest languages.
getDeclaredValue(String) - Method in class com.oracle.truffle.api.debug.DebugScope
Get a local variable declared in this scope by name.
getDeclaredValues() - Method in class com.oracle.truffle.api.debug.DebugScope
Get local variables declared in this scope, valid at the current suspension point.
getDefaultMimeType() - Method in class com.oracle.truffle.api.nodes.LanguageInfo
Returns the default MIME type of a language or null if no default mime-type is set.
getDefaultValue() - Method in class com.oracle.truffle.api.frame.FrameDescriptor
Default value for the created slots.
getDelegateNode() - Method in interface com.oracle.truffle.api.instrumentation.InstrumentableNode.WrapperNode
The instrumentable guest language node, adopted as a child, whose execution events the wrapper reports to the instrumentation framework.
getDescription() - Method in class com.oracle.truffle.api.nodes.Node
Returns a user-readable description of the purpose of the Node, or "" if no description is available.
getDouble(FrameSlot) - Method in interface com.oracle.truffle.api.frame.Frame
Read access to a local variable of type double.
getDouble(DynamicObject, Shape) - Method in interface com.oracle.truffle.api.object.DoubleLocation
 
getDouble(DynamicObject, boolean) - Method in interface com.oracle.truffle.api.object.DoubleLocation
 
getDoubleSafe(Frame, FrameSlot) - Static method in class com.oracle.truffle.api.frame.FrameUtil
Read a frame slot that is guaranteed to be of the desired kind (either previously checked by a guard or statically known).
getElement() - Method in class com.oracle.truffle.api.instrumentation.EventBinding
 
getEncapsulatingSourceSection() - Method in class com.oracle.truffle.api.nodes.Node
Retrieves the segment of guest language source code that is represented by this Node, if present; otherwise retrieves the segment represented by the nearest AST ancestor that has this information.
getEndColumn() - Method in class com.oracle.truffle.api.source.SourceSection
Returns the 1-based column number of the last character in this section (inclusive).
getEndLine() - Method in class com.oracle.truffle.api.source.SourceSection
Returns 1-based line number of the last character in this section (inclusive).
getException() - Method in class com.oracle.truffle.api.debug.SuspendedEvent
Returns the debugger representation of a guest language exception that caused this suspended event (via an exception breakpoint, for instance).
getExceptionObject() - Method in exception com.oracle.truffle.api.debug.DebugException
Get a guest language object representing the exception, if any.
getExceptionObject() - Method in interface com.oracle.truffle.api.TruffleException
Returns an additional guest language object.
getExecutionSignature() - Method in interface com.oracle.truffle.api.dsl.NodeFactory
Returns a list of children that will be executed by the created node.
getExitStatus() - Method in interface com.oracle.truffle.api.TruffleException
Returns the exit status if this exception indicates that the application was exited.
getExpectedArity() - Method in exception com.oracle.truffle.api.interop.ArityException
Returns the number of arguments that the foreign object expects.
getExportedSymbols() - Method in class com.oracle.truffle.api.debug.DebuggerSession
Returns a polyglot scope - symbols explicitly exported by languages.
getExportedSymbols() - Method in class com.oracle.truffle.api.instrumentation.TruffleInstrument.Env
Returns the polyglot scope - symbols explicitly exported by languages.
getFactory() - Static method in class com.oracle.truffle.api.object.Layout
 
getFieldName(Object) - Method in class com.oracle.truffle.api.nodes.NodeClass
 
getFieldObject(Object, Node) - Method in class com.oracle.truffle.api.nodes.NodeClass
 
getFieldType(Object) - Method in class com.oracle.truffle.api.nodes.NodeClass
 
getFieldValue(Object, Node) - Method in class com.oracle.truffle.api.nodes.NodeClass
 
getFinalAssumption() - Method in class com.oracle.truffle.api.object.Location
Returns the assumption that this location is final.
getFlags() - Method in class com.oracle.truffle.api.object.Property
Get property flags, which are free for language-specific use.
getFloat(FrameSlot) - Method in interface com.oracle.truffle.api.frame.Frame
Read access to a local variable of type float.
getFloatSafe(Frame, FrameSlot) - Static method in class com.oracle.truffle.api.frame.FrameUtil
Read a frame slot that is guaranteed to be of the desired kind (either previously checked by a guard or statically known).
getForeignAccess() - Method in interface com.oracle.truffle.api.interop.TruffleObject
Provides the ForeignAccessFactory instance for this TruffleObject instance.
getForeignAccessFactory(DynamicObject) - Method in class com.oracle.truffle.api.object.ObjectType
Create a ForeignAccess to access a specific DynamicObject.
getFrame() - Method in class com.oracle.truffle.api.debug.DebugException.CatchLocation
 
getFrame(FrameInstance.FrameAccess) - Method in interface com.oracle.truffle.api.frame.FrameInstance
Accesses the underlying frame using a specified access mode.
getFrame() - Method in class com.oracle.truffle.api.TruffleLanguage.InlineParsingRequest
Specifies the execution context for parsing.
getFrame() - Method in class com.oracle.truffle.api.TruffleStackTraceElement
Returns the materialized frame.
getFrameDescriptor() - Method in interface com.oracle.truffle.api.frame.Frame
 
getFrameDescriptor() - Method in class com.oracle.truffle.api.nodes.RootNode
 
getFrameSlotKind(FrameSlot) - Method in class com.oracle.truffle.api.frame.FrameDescriptor
Kind of the provided slot.
getGroup(LinkOption...) - Method in class com.oracle.truffle.api.TruffleFile
Returns the group owner of the file.
getHitCount() - Method in class com.oracle.truffle.api.debug.Breakpoint
 
getId() - Method in class com.oracle.truffle.api.InstrumentInfo
Gets the id clients can use to acquire this instrument.
getId() - Method in class com.oracle.truffle.api.nodes.LanguageInfo
Returns the unique id of the language.
getId() - Method in class com.oracle.truffle.api.object.Shape
 
getIdentifier() - Method in class com.oracle.truffle.api.frame.FrameSlot
Identifier of the slot.
getIdentifier(Class<? extends Tag>) - Static method in class com.oracle.truffle.api.instrumentation.Tag
Returns the alias of a particular tag or null if no alias was specified for this tag.
getIdentifiers() - Method in class com.oracle.truffle.api.frame.FrameDescriptor
Retrieve the current set of all the identifiers associated with this frame descriptor.
getIgnoreCount() - Method in class com.oracle.truffle.api.debug.Breakpoint
 
getInfo() - Method in class com.oracle.truffle.api.frame.FrameSlot
Information about the slot.
getInputContext(int) - Method in class com.oracle.truffle.api.instrumentation.ExecutionEventNode
Returns the event context of an input by index.
getInputCount() - Method in class com.oracle.truffle.api.instrumentation.ExecutionEventNode
Returns the total number of instrumented input nodes that may produce input events when executed.
getInputValues() - Method in class com.oracle.truffle.api.debug.SuspendedEvent
Returns the input values of the current source element gathered from return values of it's executed children.
getInstances() - Method in class com.oracle.truffle.api.dsl.Introspection.SpecializationInfo
Returns the number of dynamic specialization instances that are active for this specialization.
getInstrumentedNode() - Method in class com.oracle.truffle.api.instrumentation.EventContext
Accessor to the instrumented node at which the event occurred.
getInstrumentedSourceSection() - Method in class com.oracle.truffle.api.instrumentation.EventContext
Returns the SourceSection that is being instrumented.
getInstrumenter() - Method in class com.oracle.truffle.api.instrumentation.TruffleInstrument.Env
Returns the instrumenter which lets you instrument guest language ASTs.
getInstruments() - Method in class com.oracle.truffle.api.instrumentation.TruffleInstrument.Env
Returns a map instrument id to instrument info of all instruments that are installed in the environment.
getInstruments() - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Returns a map instrument-id to instrument instance of all instruments that are installed in the environment.
getInt(FrameSlot) - Method in interface com.oracle.truffle.api.frame.Frame
Read access to a local variable of type int.
getInt(DynamicObject, Shape) - Method in interface com.oracle.truffle.api.object.IntLocation
 
getInt(DynamicObject, boolean) - Method in interface com.oracle.truffle.api.object.IntLocation
 
getInternal(DynamicObject) - Method in class com.oracle.truffle.api.object.Location
 
getIntrospectionData() - Method in interface com.oracle.truffle.api.dsl.Introspection.Provider
Returns internal reflection data in undefined format.
getIntSafe(Frame, FrameSlot) - Static method in class com.oracle.truffle.api.frame.FrameUtil
Read a frame slot that is guaranteed to be of the desired kind (either previously checked by a guard or statically known).
getKey() - Method in class com.oracle.truffle.api.object.Property
Get property identifier.
getKeyList(Shape.Pred<Property>) - Method in class com.oracle.truffle.api.object.Shape
Get a filtered list of property keys in insertion order.
getKeyList() - Method in class com.oracle.truffle.api.object.Shape
Get a list of all property keys in insertion order.
getKeys() - Method in class com.oracle.truffle.api.object.Shape
Get all property keys in insertion order.
getKind() - Method in class com.oracle.truffle.api.debug.Breakpoint
Returns the kind of this breakpoint.
getLanguage() - Method in class com.oracle.truffle.api.debug.DebugStackFrame
Returns public information about the language of this frame.
getLanguage() - Method in class com.oracle.truffle.api.instrumentation.AllocationEvent
Returns the language performing the allocation.
getLanguage(Class<C>) - Method in class com.oracle.truffle.api.nodes.ExecutableNode
Returns the language instance associated with this executable node.
getLanguage() - Method in class com.oracle.truffle.api.source.Source
Returns the language this source was created with.
getLanguageHome() - Method in class com.oracle.truffle.api.TruffleLanguage
Returns the home location for this language.
getLanguageInfo() - Method in class com.oracle.truffle.api.nodes.ExecutableNode
Returns public information about the language.
getLanguages() - Method in class com.oracle.truffle.api.instrumentation.TruffleInstrument.Env
Returns a map language id to language info of all languages that are installed in the environment.
getLanguages() - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Returns a map mime-type to language instance of all languages that are installed in the environment.
getLastAccessTime(LinkOption...) - Method in class com.oracle.truffle.api.TruffleFile
Returns the last access time.
getLastModifiedTime(LinkOption...) - Method in class com.oracle.truffle.api.TruffleFile
Returns the last modified time.
getLastProperty() - Method in class com.oracle.truffle.api.object.Shape
Get the last added property.
getLayout() - Method in class com.oracle.truffle.api.object.Shape
Get the shape's layout.
getLeafAssumption() - Method in class com.oracle.truffle.api.object.Shape
Get an assumption that the shape is a leaf.
getLength() - Method in class com.oracle.truffle.api.source.Source
Gets the number of characters or bytes of the source.
getLineCount() - Method in class com.oracle.truffle.api.source.Source
The number of text lines in the source, including empty lines; characters at the end of the source without a terminating newline count as a line.
getLineLength(int) - Method in class com.oracle.truffle.api.source.Source
The number of characters (not counting a possible terminating newline) in a (1-based) numbered line.
getLineNumber(int) - Method in class com.oracle.truffle.api.source.Source
Given a 0-based character offset, return the 1-based number of the line that includes the position.
getLineStartOffset(int) - Method in class com.oracle.truffle.api.source.Source
Given a 1-based line number, return the 0-based offset of the first character in the line.
getLocation() - Method in class com.oracle.truffle.api.object.Property
Get the property location.
getLocation() - Method in interface com.oracle.truffle.api.TruffleException
Returns a node indicating the location where this exception occurred in the AST.
getLocation() - Method in class com.oracle.truffle.api.TruffleLanguage.InlineParsingRequest
Specifies the code location for parsing.
getLocation() - Method in class com.oracle.truffle.api.TruffleStackTraceElement
Returns a node representing the callsite on the stack.
getLocationDescription() - Method in class com.oracle.truffle.api.debug.Breakpoint
 
getLock() - Method in class com.oracle.truffle.api.nodes.Node
Returns a lock object that can be used to synchronize modifications to the AST.
getLogger(String) - Static method in class com.oracle.truffle.api.TruffleLogger
Find or create a root logger for a given language or instrument.
getLogger(String, Class<?>) - Static method in class com.oracle.truffle.api.TruffleLogger
Find or create a logger for a given language or instrument class.
getLogger(String, String) - Static method in class com.oracle.truffle.api.TruffleLogger
Find or create a logger for a given language or instrument.
getLong(FrameSlot) - Method in interface com.oracle.truffle.api.frame.Frame
Read access to a local variable of type long.
getLong(DynamicObject, Shape) - Method in interface com.oracle.truffle.api.object.LongLocation
 
getLong(DynamicObject, boolean) - Method in interface com.oracle.truffle.api.object.LongLocation
 
getLongSafe(Frame, FrameSlot) - Static method in class com.oracle.truffle.api.frame.FrameUtil
Read a frame slot that is guaranteed to be of the desired kind (either previously checked by a guard or statically known).
getMessage() - Method in exception com.oracle.truffle.api.dsl.UnsupportedSpecializationException
 
getMetaObject() - Method in class com.oracle.truffle.api.debug.DebugValue
Get a meta-object of this value, if any.
getMethodName() - Method in class com.oracle.truffle.api.dsl.Introspection.SpecializationInfo
Returns the method name of the introspected specialization.
getMimeType() - Method in class com.oracle.truffle.api.source.Source
Returns the MIME type that is associated with this source.
getMimeTypes() - Method in class com.oracle.truffle.api.nodes.LanguageInfo
Returns the MIME types supported by this language.
getMutex() - Method in class com.oracle.truffle.api.object.Shape
Get mutex object shared by related shapes, i.e.
getName() - Method in interface com.oracle.truffle.api.Assumption
A name for the assumption that is used for debug output.
getName() - Method in class com.oracle.truffle.api.debug.DebugScope
Get a human readable name of this scope.
getName() - Method in class com.oracle.truffle.api.debug.DebugStackFrame
A description of the AST (expected to be a method or procedure name in most languages) that identifies the AST for the benefit of guest language programmers using tools; it might appear, for example in the context of a stack dump or trace and is not expected to be called often.
getName() - Method in class com.oracle.truffle.api.debug.DebugStackTraceElement
A description of the trace element.
getName() - Method in class com.oracle.truffle.api.debug.DebugValue
Returns the name of this value as it is referred to from its origin.
getName() - Method in class com.oracle.truffle.api.InstrumentInfo
Gets a human readable name of this instrument.
getName() - Method in class com.oracle.truffle.api.nodes.LanguageInfo
Returns the unique name of the language.
getName() - Method in class com.oracle.truffle.api.nodes.RootNode
A description of the AST (expected to be a method or procedure name in most languages) that identifies the AST for the benefit of guest language programmers using tools; it might appear, for example in the context of a stack dump or trace and is not expected to be called often.
getName() - Method in class com.oracle.truffle.api.object.HiddenKey
 
getName() - Method in class com.oracle.truffle.api.Scope
Human readable name of this scope.
getName() - Method in class com.oracle.truffle.api.source.Source
Returns the name of this resource holding a guest language program.
getName() - Method in class com.oracle.truffle.api.TruffleFile
Returns the name of this TruffleFile.
getName() - Method in class com.oracle.truffle.api.TruffleLogger
Returns the name of the logger.
getName() - Method in interface com.oracle.truffle.api.TruffleRuntime
Name describing this runtime implementation for debugging purposes.
getName() - Method in class com.oracle.truffle.api.utilities.AlwaysValidAssumption
 
getName() - Method in class com.oracle.truffle.api.utilities.NeverValidAssumption
 
getName() - Method in class com.oracle.truffle.api.utilities.UnionAssumption
 
getNewSize() - Method in class com.oracle.truffle.api.instrumentation.AllocationEvent
Returns a size of the allocated value in bytes.
getNode() - Method in exception com.oracle.truffle.api.dsl.UnsupportedSpecializationException
Returns the Node that caused the this UnsupportedSpecializationException.
getNode() - Method in class com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent
Returns the instrumentable Truffle node that caused this event.
getNode() - Method in class com.oracle.truffle.api.Scope
Get a node representing this scope.
getNodeClass() - Method in interface com.oracle.truffle.api.dsl.NodeFactory
Returns the node class that will get created by NodeFactory.createNode(Object...).
getNodeFields() - Method in class com.oracle.truffle.api.nodes.NodeClass
 
getNodeObject() - Method in class com.oracle.truffle.api.instrumentation.EventContext
Returns a language provided object that represents the instrumented node properties.
getNodeObject() - Method in interface com.oracle.truffle.api.instrumentation.InstrumentableNode
Returns an interop capable object that contains all keys and values of attributes associated with this node.
getNodeSignatures() - Method in interface com.oracle.truffle.api.dsl.NodeFactory
Returns a list of signatures that can be used to invoke NodeFactory.createNode(Object...).
getNotInFrameAssumption(Object) - Method in class com.oracle.truffle.api.frame.FrameDescriptor
Make an assumption that no slot with the specified identifier is present in this frame descriptor.
getNthParent(Node, int) - Static method in class com.oracle.truffle.api.nodes.NodeUtil
Get the nth parent of a node, where the 0th parent is the node itself.
getObject(FrameSlot) - Method in interface com.oracle.truffle.api.frame.Frame
Read access to a local variable of type Object.
getObjectSafe(Frame, FrameSlot) - Static method in class com.oracle.truffle.api.frame.FrameUtil
Read a frame slot that is guaranteed to be of the desired kind (either previously checked by a guard or statically known).
getObjectType() - Method in class com.oracle.truffle.api.object.Shape
Get the shape's operations.
getOldSize() - Method in class com.oracle.truffle.api.instrumentation.AllocationEvent
Returns an old size of the value prior to the allocation, in bytes.
getOptionDescriptors() - Method in class com.oracle.truffle.api.instrumentation.TruffleInstrument
Returns a set of option descriptors that are supported by this instrument.
getOptionDescriptors() - Method in class com.oracle.truffle.api.TruffleLanguage
Returns a set of option descriptors that are supported by this language.
getOptions() - Method in class com.oracle.truffle.api.instrumentation.TruffleInstrument.Env
Returns option values for the options described in TruffleLanguage.getOptionDescriptors().
getOptions() - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Returns option values for the options described in TruffleLanguage.getOptionDescriptors().
getOriginalLanguage() - Method in class com.oracle.truffle.api.debug.DebugValue
Get the original language that created the value, if any.
getOwner(LinkOption...) - Method in class com.oracle.truffle.api.TruffleFile
Returns the owner of the file.
getParent() - Method in class com.oracle.truffle.api.debug.DebugContext
Get a parent context of this context, if any.
getParent() - Method in class com.oracle.truffle.api.debug.DebugScope
Get a parent scope.
getParent() - Method in class com.oracle.truffle.api.nodes.Node
The current parent node of this node.
getParent() - Method in class com.oracle.truffle.api.object.Shape
 
getParent() - Method in class com.oracle.truffle.api.TruffleContext
Get a parent context of this context, if any.
getParent() - Method in class com.oracle.truffle.api.TruffleFile
Returns a parent TruffleFile or null when the file does not have a parent.
getParent() - Method in class com.oracle.truffle.api.TruffleLogger
Returns the parent TruffleLogger.
getPath() - Method in class com.oracle.truffle.api.source.Source
The fully qualified name of the source.
getPath() - Method in class com.oracle.truffle.api.TruffleFile
Returns the string representation of this TruffleFile.
getPolyglotBindings() - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Returns a TruffleObject that represents the polyglot bindings.
getPolymorphicUnboxing(Layout.Builder) - Static method in class com.oracle.truffle.api.object.Layout
 
getPosixPermissions(LinkOption...) - Method in class com.oracle.truffle.api.TruffleFile
Returns the file's Posix permissions.
getPriority() - Method in interface com.oracle.truffle.api.object.LayoutFactory
 
getPriority() - Method in interface com.oracle.truffle.api.TruffleRuntimeAccess
Allows disambiguation if more than one TruffleRuntime implementation is available.
getProbeNode() - Method in interface com.oracle.truffle.api.instrumentation.InstrumentableNode.WrapperNode
A child of the wrapper, through which the wrapper reports execution events related to the guest language delegate node.
getProperties() - Method in class com.oracle.truffle.api.debug.DebugValue
Provides properties representing an internal structure of this value.
getProperties() - Method in class com.oracle.truffle.api.object.Shape
An Iterable over the shape's properties in insertion order.
getProperty(String) - Method in class com.oracle.truffle.api.debug.DebugValue
Get a property value by its name.
getProperty(Object) - Method in class com.oracle.truffle.api.object.Shape
Get a property entry by key.
getPropertyCount() - Method in class com.oracle.truffle.api.object.Shape
Get number of properties in this shape.
getPropertyList(Shape.Pred<Property>) - Method in class com.oracle.truffle.api.object.Shape
Get a list of properties that this Shape stores.
getPropertyList() - Method in class com.oracle.truffle.api.object.Shape
Get a list of all properties that this Shape stores.
getPropertyListInternal(boolean) - Method in class com.oracle.truffle.api.object.Shape
Returns all (also hidden) property objects in this shape.
getReader() - Method in class com.oracle.truffle.api.source.Source
Access to the source contents.
getReceiver(Frame) - Static method in class com.oracle.truffle.api.interop.ForeignAccess
The foreign receiver in the frame.
getRepeatingNode() - Method in class com.oracle.truffle.api.nodes.LoopNode
Returns the repeating node the loop node was created with.
getResult() - Method in exception com.oracle.truffle.api.nodes.UnexpectedResultException
 
getReturnValue() - Method in class com.oracle.truffle.api.debug.SuspendedEvent
Returns the return value of the currently executed source location.
getRoot() - Method in class com.oracle.truffle.api.object.Shape
Get the root shape.
getRootNode() - Method in class com.oracle.truffle.api.nodes.Node
Get the root node of the tree a node belongs to.
getRootNode() - Method in interface com.oracle.truffle.api.RootCallTarget
 
getRuntime() - Static method in class com.oracle.truffle.api.Truffle
Gets the singleton TruffleRuntime object.
getRuntime() - Method in interface com.oracle.truffle.api.TruffleRuntimeAccess
Gets the TruffleRuntime implementation available via this access object.
getSavedInputValues(VirtualFrame) - Method in class com.oracle.truffle.api.instrumentation.ExecutionEventNode
Returns all saved input values.
getScope() - Method in class com.oracle.truffle.api.debug.DebugStackFrame
Get the current inner-most scope.
getScope() - Method in class com.oracle.truffle.api.debug.DebugStackTraceElement
Get the current inner-most scope.
getScope() - Method in class com.oracle.truffle.api.debug.DebugValue
Get the scope where this value is declared in.
getSession() - Method in class com.oracle.truffle.api.debug.SuspendedEvent
Returns the debugger session this suspended event was created for.
getShape() - Method in class com.oracle.truffle.api.object.DynamicObject
Get the object's current shape.
getShape() - Method in interface com.oracle.truffle.api.object.DynamicObjectFactory
 
getSharedData() - Method in class com.oracle.truffle.api.object.Shape
Get the shape's shared data.
getSize() - Method in class com.oracle.truffle.api.frame.FrameDescriptor
Returns the size of an array which is needed for storing all the frame slots.
getSlots() - Method in class com.oracle.truffle.api.frame.FrameDescriptor
Retrieve the current list of slots in the descriptor.
getSource() - Method in class com.oracle.truffle.api.instrumentation.ExecuteSourceEvent
Returns the executed source that caused this event.
getSource() - Method in class com.oracle.truffle.api.instrumentation.LoadSourceEvent
Returns the loaded source that caused this event.
getSource() - Method in class com.oracle.truffle.api.source.SourceSection
Representation of the source program that contains this section.
getSource() - Method in class com.oracle.truffle.api.TruffleLanguage.InlineParsingRequest
The source code to parse.
getSource() - Method in class com.oracle.truffle.api.TruffleLanguage.ParsingRequest
The source code to parse.
getSourceLocation() - Method in class com.oracle.truffle.api.debug.DebugValue
Get a source location where this value is declared, if any.
getSourceLocation() - Method in interface com.oracle.truffle.api.TruffleException
Returns a location where this exception occurred in the AST.
getSourceSection() - Method in class com.oracle.truffle.api.debug.DebugException.CatchLocation
 
getSourceSection() - Method in class com.oracle.truffle.api.debug.DebugScope
Get a source section representing this scope.
getSourceSection() - Method in class com.oracle.truffle.api.debug.DebugStackFrame
Returns the source section of the location where the debugging session was suspended.
getSourceSection() - Method in class com.oracle.truffle.api.debug.DebugStackTraceElement
Returns the source section location of this trace element.
getSourceSection() - Method in class com.oracle.truffle.api.debug.SuspendedEvent
Returns the guest language source section of the AST node before/after the execution is suspended.
getSourceSection() - Method in class com.oracle.truffle.api.instrumentation.LoadSourceSectionEvent
Returns the loaded source section that caused this event.
getSourceSection() - Method in class com.oracle.truffle.api.nodes.Node
Retrieves the segment of guest language source code that is represented by this Node.
getSpecialization(Node, String) - Static method in class com.oracle.truffle.api.dsl.Introspection
Returns introspection information for the first specialization that matches a given method name.
getSpecializations(Node) - Static method in class com.oracle.truffle.api.dsl.Introspection
Returns introspection information for all declared specializations as unmodifiable list.
getStackFrames() - Method in class com.oracle.truffle.api.debug.SuspendedEvent
Returns a list of guest language stack frame objects that indicate the current guest language location.
getStackTrace() - Method in exception com.oracle.truffle.api.debug.DebugException
Gets stack trace elements of guest languages.
getStackTrace(Throwable) - Static method in class com.oracle.truffle.api.TruffleStackTraceElement
Returns the guest language frames that are stored in this throwable or null if no guest language frames are available.
getStackTraceElementLimit() - Method in interface com.oracle.truffle.api.TruffleException
Returns the number of guest language frames that should be collected for this exception.
getStartColumn() - Method in class com.oracle.truffle.api.source.SourceSection
Returns the 1-based column number of the first character in this section (inclusive).
getStartLine() - Method in class com.oracle.truffle.api.source.SourceSection
Returns 1-based line number of the first character in this section (inclusive).
getSuppliedNodes() - Method in exception com.oracle.truffle.api.dsl.UnsupportedSpecializationException
Returns the children of the Node returned by UnsupportedSpecializationException.getNode() which produced the values returned by UnsupportedSpecializationException.getSuppliedValues().
getSuppliedValues() - Method in exception com.oracle.truffle.api.dsl.UnsupportedSpecializationException
Returns the dynamic values that were supplied to the node.The array returned by UnsupportedSpecializationException.getSuppliedNodes() has the same length as the array returned by UnsupportedSpecializationException.getSuppliedValues().
getSuppliedValues() - Method in exception com.oracle.truffle.api.interop.UnsupportedTypeException
Returns the arguments of the foreign object access that were not supported by the TruffleObject.
getSuspendAnchor() - Method in class com.oracle.truffle.api.debug.Breakpoint
Returns the suspended position within the guest language source location.
getSuspendAnchor() - Method in class com.oracle.truffle.api.debug.SuspendedEvent
Returns where, within the guest language source section, the suspended position is.
getTarget() - Method in class com.oracle.truffle.api.TruffleStackTraceElement
Returns the call target on the stack.
getThrowLocation() - Method in exception com.oracle.truffle.api.debug.DebugException
Get source code location where this exception was thrown from.
getTopScope(String) - Method in class com.oracle.truffle.api.debug.DebuggerSession
Returns a language top scope.
getTopStackFrame() - Method in class com.oracle.truffle.api.debug.SuspendedEvent
Returns the topmost stack frame returned by SuspendedEvent.getStackFrames().
getTruffleFile(String) - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Returns a TruffleFile for given path.
getTruffleFile(URI) - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Returns a TruffleFile for given URI.
getType() - Method in class com.oracle.truffle.api.nodes.NodeClass
The Class this NodeClass has been created for.
getType() - Method in interface com.oracle.truffle.api.object.BooleanLocation
 
getType() - Method in interface com.oracle.truffle.api.object.DoubleLocation
 
getType() - Method in interface com.oracle.truffle.api.object.IntLocation
 
getType() - Method in class com.oracle.truffle.api.object.Layout
 
getType() - Method in interface com.oracle.truffle.api.object.LongLocation
 
getType() - Method in interface com.oracle.truffle.api.object.ObjectLocation
 
getType() - Method in interface com.oracle.truffle.api.object.TypedLocation
The type of this location.
getUnknownIdentifier() - Method in exception com.oracle.truffle.api.interop.UnknownIdentifierException
Returns the identifier that could not be accessed.
getUnsupportedMessage() - Method in exception com.oracle.truffle.api.interop.UnsupportedMessageException
Returns the Message that was not supported by the TruffleObject.
getURI() - Method in class com.oracle.truffle.api.source.Source
Get URI of the source.
getURL() - Method in class com.oracle.truffle.api.source.Source
The URL if the source is retrieved via URL.
getValidAssumption() - Method in class com.oracle.truffle.api.object.Shape
Get an assumption that the shape is valid.
getValue(FrameSlot) - Method in interface com.oracle.truffle.api.frame.Frame
Read access to a local variable of any type.
getValue() - Method in class com.oracle.truffle.api.instrumentation.AllocationEvent
Returns the value which is a subject of allocation.
getVariables() - Method in class com.oracle.truffle.api.Scope
Get variables declared in this scope.
getVersion() - Method in class com.oracle.truffle.api.frame.FrameDescriptor
Returns an assumption reflecting the frame's current version, which is updated every time a slot is added or removed, or an existing slot's kind is changed.
getVersion() - Method in class com.oracle.truffle.api.InstrumentInfo
Gets the version of this instrument.
getVersion() - Method in class com.oracle.truffle.api.nodes.LanguageInfo
Returns the version of the language.
GraphPrintAdapter() - Constructor for class com.oracle.truffle.api.nodes.GraphPrintVisitor.GraphPrintAdapter
Deprecated.
Default constructor.
GraphPrintVisitor.CustomGraphPrintHandler - Annotation Type in com.oracle.truffle.api.nodes
Deprecated.
 
GraphPrintVisitor.GraphPrintAdapter - Class in com.oracle.truffle.api.nodes
Deprecated.
 
GraphPrintVisitor.GraphPrintHandler - Interface in com.oracle.truffle.api.nodes
Deprecated.
 
GraphPrintVisitor.NullGraphPrintHandler - Annotation Type in com.oracle.truffle.api.nodes
Deprecated.
 

H

HAS_KEYS - Static variable in class com.oracle.truffle.api.interop.Message
Message to check for having properties.
HAS_SIZE - Static variable in class com.oracle.truffle.api.interop.Message
Message to check for having a size.
hasBytes() - Method in class com.oracle.truffle.api.source.Source
Returns true if this source represents a byte based source, else false.
hasCharacters() - Method in class com.oracle.truffle.api.source.Source
Returns true if this source represents a character based source, else false.
hashCode() - Method in class com.oracle.truffle.api.debug.DebugStackFrame
 
hashCode() - Method in class com.oracle.truffle.api.interop.Message
When re-implementing Message.equals(java.lang.Object), it is generally recommended to also implement hashCode().
hashCode() - Method in class com.oracle.truffle.api.object.HiddenKey
 
hashCode() - Method in class com.oracle.truffle.api.object.Location
Abstract to force overriding.
hashCode(DynamicObject) - Method in class com.oracle.truffle.api.object.ObjectType
Delegate method for Object.hashCode().
hashCode() - Method in class com.oracle.truffle.api.source.Source
hashCode() - Method in class com.oracle.truffle.api.source.SourceSection
 
hashCode() - Method in class com.oracle.truffle.api.TruffleFile
hasProperty(Object) - Method in class com.oracle.truffle.api.object.Shape
Check whether the shape has a property with the given key.
hasReadSideEffects() - Method in class com.oracle.truffle.api.debug.DebugValue
Returns true if reading of this value can have side-effects, else false.
hasReadSideEffects(int) - Static method in class com.oracle.truffle.api.interop.KeyInfo
Test if Message.READ may have side-effects.
hasSourceElement(SourceElement) - Method in class com.oracle.truffle.api.debug.SuspendedEvent
Returns true if the underlying guest language source location is denoted as the source element.
hasTag(Class<? extends Tag>) - Method in class com.oracle.truffle.api.instrumentation.EventContext
Returns true if the underlying instrumented AST is tagged with a particular tag.
hasTag(Class<? extends Tag>) - Method in interface com.oracle.truffle.api.instrumentation.InstrumentableNode
Returns true if this node should be considered tagged by a given tag else false.
hasTransitionWithKey(Object) - Method in class com.oracle.truffle.api.object.Shape
Query whether the shape has a transition with the given key.
hasWriteSideEffects() - Method in class com.oracle.truffle.api.debug.DebugValue
Returns true if setting a new value can have side-effects, else false.
hasWriteSideEffects(int) - Static method in class com.oracle.truffle.api.interop.KeyInfo
Test if Message.WRITE may have side-effects.
HiddenKey - Class in com.oracle.truffle.api.object
A unique key to be used for private object fields; excluded from enumeration and compared by object identity.
HiddenKey(String) - Constructor for class com.oracle.truffle.api.object.HiddenKey
 

I

ignoreCount(int) - Method in class com.oracle.truffle.api.debug.Breakpoint.Builder
Specifies the number of times a breakpoint is ignored until it hits (i.e.
ignoreLanguageContextInitialization(boolean) - Method in class com.oracle.truffle.api.debug.SuspensionFilter.Builder
Set to ignore language initialization code.
ImplicitCast - Annotation Type in com.oracle.truffle.api.dsl
 
ImportStatic - Annotation Type in com.oracle.truffle.api.dsl
Imports all public and static methods and fields of the provided classes for the use in DSL expressions of the annotated class or its subclasses.
importSymbol(String) - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Explicitly imports a symbol from the polyglot bindings.
in() - Method in class com.oracle.truffle.api.instrumentation.TruffleInstrument.Env
Input associated with Engine this instrument is being executed in.
in() - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Input stream provided by Context.Builder.in(InputStream) this language is being executed in.
includeInternal(boolean) - Method in class com.oracle.truffle.api.debug.SuspensionFilter.Builder
Set to include or exclude internal code in the filter.
includeInternal(boolean) - Method in class com.oracle.truffle.api.instrumentation.SourceFilter.Builder
Add a filter that includes or excludes internal sources.
includeInternal(boolean) - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.Builder
Add a filter that includes or excludes internal root nodes.
includes(Node) - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter
Checks if the filter includes the given node, i.e.
incompatibleLocation() - Static method in class com.oracle.truffle.api.object.Location
 
IncompatibleLocationException - Exception in com.oracle.truffle.api.object
This exception is thrown on an attempt to assign an incompatible value to a location.
IncompatibleLocationException() - Constructor for exception com.oracle.truffle.api.object.IncompatibleLocationException
Default constructor.
inCompilationRoot() - Static method in class com.oracle.truffle.api.CompilerDirectives
Returns a boolean value indicating whether the method is executed in the root of a Truffle compilation.
inCompiledCode() - Static method in class com.oracle.truffle.api.CompilerDirectives
Returns a boolean value indicating whether the method is executed in the compiled code.
indexIn(SourceSectionFilter.IndexRange...) - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.Builder
Add a filter for all source sections which indices are contained in one of the given index ranges.
indexIn(int, int) - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.Builder
Add a filter for all source sections where the index is inside a startIndex (inclusive) plus a given length (exclusive).
indexNotIn(SourceSectionFilter.IndexRange...) - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.Builder
Add a filter for all source sections which indices are not contained in one of the given index ranges.
IndirectCallNode - Class in com.oracle.truffle.api.nodes
Represents an indirect call to a CallTarget.
IndirectCallNode() - Constructor for class com.oracle.truffle.api.nodes.IndirectCallNode
Constructor for implementation subclasses.
info(String) - Method in class com.oracle.truffle.api.TruffleLogger
Logs a message with info level.
info(Supplier<String>) - Method in class com.oracle.truffle.api.TruffleLogger
Logs a message with info level.
inInterpreter() - Static method in class com.oracle.truffle.api.CompilerDirectives
Returns a boolean value indicating whether the method is executed in the interpreter.
initializeContext(C) - Method in class com.oracle.truffle.api.TruffleLanguage
Perform any complex initialization.
initializeMultipleContexts() - Method in class com.oracle.truffle.api.TruffleLanguage
Initializes this language instance for use with multiple contexts.
initializeMultiThreading(C) - Method in class com.oracle.truffle.api.TruffleLanguage
Invoked before the context is accessed from multiple threads at the same time.
initializeThread(C, Thread) - Method in class com.oracle.truffle.api.TruffleLanguage
Invoked before a context is accessed from a new thread.
inject(boolean) - Method in class com.oracle.truffle.api.profiles.LoopConditionProfile
Provides an alternative way to profile counted loops with less interpreter footprint.
injectBranchProbability(double, boolean) - Static method in class com.oracle.truffle.api.CompilerDirectives
Injects a probability for the given condition into the probability information of the immediately succeeding branch instruction for the condition.
insert(T[]) - Method in class com.oracle.truffle.api.nodes.Node
Inserts new node children into an AST that was already adopted by a parent.
insert(T) - Method in class com.oracle.truffle.api.nodes.Node
Inserts an new node into an AST that was already adopted by a parent.
INSERTABLE - Static variable in class com.oracle.truffle.api.interop.KeyInfo
Single bit that is set if writing a new key is supported.
install(Breakpoint) - Method in class com.oracle.truffle.api.debug.Debugger
Adds a new breakpoint to this Debugger instance and makes it available in all its sessions.
install(Breakpoint) - Method in class com.oracle.truffle.api.debug.DebuggerSession
Adds a new breakpoint to this session and makes it capable of suspending execution.
INSTANCE - Static variable in class com.oracle.truffle.api.utilities.AlwaysValidAssumption
 
INSTANCE - Static variable in class com.oracle.truffle.api.utilities.NeverValidAssumption
 
InstrumentableNode - Interface in com.oracle.truffle.api.instrumentation
Interface implemented by AST nodes that may be instrumentable: an AST location where Truffle instruments are permitted to listen to before and after using execution event listeners.
InstrumentableNode.WrapperNode - Interface in com.oracle.truffle.api.instrumentation
Nodes that the instrumentation framework inserts into guest language ASTs (between Instrumentable guest language nodes and their parents) for the purpose of interposing on execution events and reporting them via the instrumentation framework.
Instrumenter - Class in com.oracle.truffle.api.instrumentation
Provides capabilities to attach listeners for execution, load, output and allocation events.
InstrumentInfo - Class in com.oracle.truffle.api
Represents public information about an instrument.
interactive(boolean) - Method in class com.oracle.truffle.api.source.Source.LiteralBuilder
Marks the source as interactive.
interactive(boolean) - Method in class com.oracle.truffle.api.source.Source.SourceBuilder
Marks the source as interactive.
INTERNAL - Static variable in class com.oracle.truffle.api.interop.KeyInfo
Single bit that is set if an existing key is internal.
internal(boolean) - Method in class com.oracle.truffle.api.source.Source.LiteralBuilder
Marks the source as internal.
internal(boolean) - Method in class com.oracle.truffle.api.source.Source.SourceBuilder
Marks the source as internal.
InteropException - Exception in com.oracle.truffle.api.interop
Common super class for exceptions that can occur when sending interop messages.
interpreterOnly(Runnable) - Static method in class com.oracle.truffle.api.CompilerDirectives
Directive for the compiler that the given runnable should only be executed in the interpreter and ignored in the compiled code.
interpreterOnly(Callable<T>) - Static method in class com.oracle.truffle.api.CompilerDirectives
Directive for the compiler that the given callable should only be executed in the interpreter.
IntLocation - Interface in com.oracle.truffle.api.object
 
Introspectable - Annotation Type in com.oracle.truffle.api.dsl
Annotate a DSL operation using this annotation to be introspectable.
Introspection - Class in com.oracle.truffle.api.dsl
Contains introspection utilities for Truffle DSL.
Introspection.Provider - Interface in com.oracle.truffle.api.dsl
Internal marker interface for DSL generated code to access reflection information.
Introspection.SpecializationInfo - Class in com.oracle.truffle.api.dsl
Represents dynamic introspection information of a specialization of a DSL operation.
IntValueProfile - Class in com.oracle.truffle.api.profiles
Specialized value profile to capture certain properties of int runtime values.
InvalidAssumptionException - Exception in com.oracle.truffle.api.nodes
An exception that should be thrown if an assumption is checked and the check fails.
InvalidAssumptionException() - Constructor for exception com.oracle.truffle.api.nodes.InvalidAssumptionException
Default constructor.
invalidate() - Method in interface com.oracle.truffle.api.Assumption
Invalidates this assumption.
invalidate(String) - Method in interface com.oracle.truffle.api.Assumption
Invalidates this assumption.
invalidate() - Method in class com.oracle.truffle.api.utilities.AlwaysValidAssumption
 
invalidate(String) - Method in class com.oracle.truffle.api.utilities.AlwaysValidAssumption
 
invalidate() - Method in class com.oracle.truffle.api.utilities.CyclicAssumption
 
invalidate(String) - Method in class com.oracle.truffle.api.utilities.CyclicAssumption
 
invalidate() - Method in class com.oracle.truffle.api.utilities.NeverValidAssumption
 
invalidate(String) - Method in class com.oracle.truffle.api.utilities.NeverValidAssumption
 
invalidate() - Method in class com.oracle.truffle.api.utilities.UnionAssumption
 
invalidate(String) - Method in class com.oracle.truffle.api.utilities.UnionAssumption
 
INVOCABLE - Static variable in class com.oracle.truffle.api.interop.KeyInfo
Single bit that is set if invoking an existing key is supported.
INVOKE - Static variable in class com.oracle.truffle.api.interop.Message
The object oriented execute message.
IS_BOXED - Static variable in class com.oracle.truffle.api.interop.Message
Check for value being boxed.
IS_EXECUTABLE - Static variable in class com.oracle.truffle.api.interop.Message
Message to check executability of a foreign object.
IS_INSTANTIABLE - Static variable in class com.oracle.truffle.api.interop.Message
Message to check the ability to create new instances of a foreign object.
IS_NULL - Static variable in class com.oracle.truffle.api.interop.Message
Check for null message.
IS_POINTER - Static variable in class com.oracle.truffle.api.interop.Message
Check for a value being a native pointer.
isAbsolute() - Method in class com.oracle.truffle.api.TruffleFile
Tests if this TruffleFile's path is absolute.
isActive() - Method in class com.oracle.truffle.api.dsl.Introspection.SpecializationInfo
Returns true if the specialization was active at the time when the introspection was performed.
isActive() - Method in class com.oracle.truffle.api.instrumentation.AllocationReporter
Test if the reporter instance is actually doing some reporting when notify methods are called.
isArray() - Method in class com.oracle.truffle.api.debug.DebugValue
Returns true if this value represents an array, false otherwise.
isAssumedFinal() - Method in class com.oracle.truffle.api.object.Location
Returns true if this location is assumed to be final.
isAvailable() - Method in class com.oracle.truffle.api.source.SourceSection
Returns whether this is a special instance that signifies that source information is available.
isBoolean(FrameSlot) - Method in interface com.oracle.truffle.api.frame.Frame
Check whether the given FrameSlot is of type boolean.
isBreakpointsActive(Breakpoint.Kind) - Method in class com.oracle.truffle.api.debug.DebuggerSession
Test whether breakpoints of the given kind are active in this session.
isByte(FrameSlot) - Method in interface com.oracle.truffle.api.frame.Frame
Check whether the given FrameSlot is of type byte.
isCached() - Method in class com.oracle.truffle.api.source.Source
Returns true if code caching is enabled for this source.
isCallTargetCloned() - Method in class com.oracle.truffle.api.nodes.DirectCallNode
Returns true if the target of the DirectCallNode was cloned by the runtime system or by the guest language implementation.
isCallTargetCloningAllowed() - Method in class com.oracle.truffle.api.nodes.DirectCallNode
Returns true if the runtime system supports cloning and the RootNode returns true in RootNode.isCloningAllowed().
isCancelled() - Method in interface com.oracle.truffle.api.TruffleException
Returns true if this exception indicates that guest language application was cancelled during its execution.
isCaptureFramesForTrace() - Method in class com.oracle.truffle.api.nodes.RootNode
Returns true if a TruffleException leaving this node should capture Frame objects in its stack trace in addition to the default information.
isChildField(Object) - Method in class com.oracle.truffle.api.nodes.NodeClass
 
isChildrenField(Object) - Method in class com.oracle.truffle.api.nodes.NodeClass
 
isCloneableField(Object) - Method in class com.oracle.truffle.api.nodes.NodeClass
 
isCloneUninitializedSupported() - Method in class com.oracle.truffle.api.nodes.RootNode
Returns true if RootNode.cloneUninitialized() can be used to create uninitialized copies of an already initialized / executed root node.
isCloningAllowed() - Method in class com.oracle.truffle.api.nodes.RootNode
Returns true if this RootNode is allowed to be cloned.
isCompilationConstant(Object) - Static method in class com.oracle.truffle.api.CompilerDirectives
Returns a boolean indicating whether or not a given value is seen as constant in optimized code.
isConstant() - Method in class com.oracle.truffle.api.object.Location
Returns true if this is a constant value location.
isCounted(Node) - Method in interface com.oracle.truffle.api.nodes.NodeUtil.NodeCountFilter
 
isCreateThreadAllowed() - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Returns true if the creation of new threads is allowed in the current environment.
isDeclared() - Method in class com.oracle.truffle.api.object.Location
Returns true if this is a declared value location.
isDirectory(LinkOption...) - Method in class com.oracle.truffle.api.TruffleFile
Tests if a file is a directory.
isDisposed() - Method in class com.oracle.truffle.api.debug.Breakpoint
 
isDisposed() - Method in class com.oracle.truffle.api.instrumentation.EventBinding
 
isDouble(FrameSlot) - Method in interface com.oracle.truffle.api.frame.Frame
Check whether the given FrameSlot is of type double.
isEmpty() - Method in class com.oracle.truffle.api.object.DynamicObject
Returns true if this object contains no properties.
isEnabled() - Method in class com.oracle.truffle.api.debug.Breakpoint
 
isEngineRoot(RootNode) - Method in class com.oracle.truffle.api.instrumentation.TruffleInstrument.Env
Returns true if the given root node is considered an engine evaluation root for the current execution context.
isExcluded() - Method in class com.oracle.truffle.api.dsl.Introspection.SpecializationInfo
Returns true if the specialization was excluded at the time when the introspection was performed.
isExecutable() - Method in class com.oracle.truffle.api.TruffleFile
Tests if a file is executable.
isExisting(int) - Static method in class com.oracle.truffle.api.interop.KeyInfo
Test if the bits represent an existing key.
isExit() - Method in interface com.oracle.truffle.api.TruffleException
Returns true if the exception indicates that the application was exited within the guest language program.
isFinal() - Method in class com.oracle.truffle.api.object.Location
Returns true if this is a final location, i.e.
isFloat(FrameSlot) - Method in interface com.oracle.truffle.api.frame.Frame
Check whether the given FrameSlot is of type float.
isFunctionScope() - Method in class com.oracle.truffle.api.debug.DebugScope
Test if this scope represents the function scope at the frame it was obtained from.
isHidden() - Method in class com.oracle.truffle.api.object.Property
Is this property hidden from iteration.
isHostException(Throwable) - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Tests whether an exception is a host exception thrown by a Java Interop method invocation.
isHostFunction(Object) - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Returns true if the argument is a Java host language function wrapped using Truffle interop.
isHostLookupAllowed() - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Returns true if host access is generally allowed.
isHostObject(Object) - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Returns true if the argument is Java host language object wrapped using Truffle interop.
isHostSymbol(Object) - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Returns true if the argument is a host symbol, representing the constructor and static members of a Java class, as obtained by e.g.
isIgnoreLanguageContextInitialization() - Method in class com.oracle.truffle.api.debug.SuspensionFilter
Test if execution of language initialization code is to be ignored.
isIncompleteSource() - Method in interface com.oracle.truffle.api.TruffleException
Returns true if this exception indicates a syntax error that is indicating that the syntax is incomplete.
isInlinable() - Method in class com.oracle.truffle.api.nodes.DirectCallNode
Returns true if the underlying runtime system supports inlining for the CallTarget in this DirectCallNode.
isInliningForced() - Method in class com.oracle.truffle.api.nodes.DirectCallNode
Returns true if the CallTarget is forced to be inlined.
isInsertable(int) - Static method in class com.oracle.truffle.api.interop.KeyInfo
Test if writing a new key is supported.
isInstrumentable() - Method in interface com.oracle.truffle.api.instrumentation.InstrumentableNode
Returns true if this node is instrumentable.
isInstrumentable() - Method in class com.oracle.truffle.api.nodes.RootNode
Does this contain AST content that it is possible to instrument.
isInt(FrameSlot) - Method in interface com.oracle.truffle.api.frame.Frame
Check whether the given FrameSlot is of type int.
isInteractive() - Method in class com.oracle.truffle.api.nodes.LanguageInfo
 
isInteractive() - Method in class com.oracle.truffle.api.source.Source
Check whether this source has been marked as interactive.
isInternal() - Method in class com.oracle.truffle.api.debug.DebugStackFrame
Returns whether this stack frame is a language implementation artifact that should be hidden during normal guest language debugging, for example in stack traces.
isInternal() - Method in class com.oracle.truffle.api.debug.DebugStackTraceElement
Returns whether this trace element is a language implementation artifact.
isInternal() - Method in class com.oracle.truffle.api.debug.DebugValue
Returns true if this value represents an internal variable or property, false otherwise.
isInternal(int) - Static method in class com.oracle.truffle.api.interop.KeyInfo
Test if an existing key is internal.
isInternal() - Method in class com.oracle.truffle.api.nodes.LanguageInfo
 
isInternal() - Method in class com.oracle.truffle.api.nodes.RootNode
Returns true if this root node should be considered internal and not be shown to a guest language programmer.
isInternal() - Method in class com.oracle.truffle.api.source.Source
Check whether this source has been marked as internal, meaning that it has been provided by the infrastructure, language implementation, or system library.
isInternalError() - Method in exception com.oracle.truffle.api.debug.DebugException
Returns true if this exception indicates an internal error.
isInternalError() - Method in interface com.oracle.truffle.api.TruffleException
Returns true if this exception indicates an internal error.
isIntrospectable(Node) - Static method in class com.oracle.truffle.api.dsl.Introspection
Returns true if the given node is introspectable.
isInvocable(int) - Static method in class com.oracle.truffle.api.interop.KeyInfo
Test if invoking an existing key is supported.
isLanguageContextInitialized() - Method in class com.oracle.truffle.api.debug.SuspendedEvent
Test if the language context of the source of the event is initialized.
isLanguageContextInitialized() - Method in class com.oracle.truffle.api.instrumentation.EventContext
Test if language context of the source of the event is initialized.
isLeaf() - Method in class com.oracle.truffle.api.object.Shape
Check whether this shape is a leaf in the transition graph, i.e.
isLoggable(Level) - Method in class com.oracle.truffle.api.TruffleLogger
Checks if a message of the given level would be logged by this logger.
isLong(FrameSlot) - Method in interface com.oracle.truffle.api.frame.Frame
Check whether the given FrameSlot is of type long.
isMimeTypeSupported(String) - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Allows it to be determined if this Context can execute code written in a language with a given MIME type.
isModifiable() - Method in class com.oracle.truffle.api.debug.Breakpoint
Test whether this breakpoint can be modified.
isModifiable(int) - Static method in class com.oracle.truffle.api.interop.KeyInfo
Test if writing an existing key is supported.
isNativeAccessAllowed() - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Returns true if access to native code is generally allowed.
isNonNull() - Method in interface com.oracle.truffle.api.object.ObjectLocation
If true, this location does not accept null values.
isObject(FrameSlot) - Method in interface com.oracle.truffle.api.frame.Frame
Check whether the given FrameSlot is of type object.
isObjectOfLanguage(Object) - Method in class com.oracle.truffle.api.TruffleLanguage
Checks whether the object is provided by this language.
isOneShot() - Method in class com.oracle.truffle.api.debug.Breakpoint
 
isPartialEvaluationConstant(Object) - Static method in class com.oracle.truffle.api.CompilerDirectives
Returns a boolean indicating whether or not a given value is seen as constant during the initial partial evaluation phase.
isProfilingEnabled() - Method in interface com.oracle.truffle.api.TruffleRuntime
Whether or not the TruffleRuntime implementation can or wants to use gathered profiling information Truffle compilation.
isReadable() - Method in class com.oracle.truffle.api.debug.DebugValue
Returns true if this value can be read else false.
isReadable(int) - Static method in class com.oracle.truffle.api.interop.KeyInfo
Test if reading an existing key is supported.
isReadable() - Method in class com.oracle.truffle.api.TruffleFile
Tests if a file is readable.
isRegularFile(LinkOption...) - Method in class com.oracle.truffle.api.TruffleFile
Tests if a file is a regular file.
isRelated(Shape) - Method in class com.oracle.truffle.api.object.Shape
Are these two shapes related, i.e.
isRemovable(int) - Static method in class com.oracle.truffle.api.interop.KeyInfo
Test if writing a new key is supported.
isReplacementSafe(Node, Node, Node) - Static method in class com.oracle.truffle.api.nodes.NodeUtil
Determines whether a proposed child replacement would be safe: structurally and type.
isResolved() - Method in class com.oracle.truffle.api.debug.Breakpoint
 
isSafelyReplaceableBy(Node) - Method in class com.oracle.truffle.api.nodes.Node
Checks if this node can be replaced by another node: tree structure & type.
isSame(Property) - Method in class com.oracle.truffle.api.object.Property
Returns true if this property and some other property have the same key and flags.
isShared() - Method in class com.oracle.truffle.api.object.Shape
Whether this shape is shared.
isSymbolicLink() - Method in class com.oracle.truffle.api.TruffleFile
Tests if a file is a symbolic link.
isSyntaxError() - Method in interface com.oracle.truffle.api.TruffleException
Returns true if this exception indicates a parser or syntax error.
isThreadAccessAllowed(Thread, boolean) - Method in class com.oracle.truffle.api.TruffleLanguage
Returns true if code of this language is allowed to be executed on this thread.
isTrivial() - Method in enum com.oracle.truffle.api.nodes.NodeCost
 
isValid() - Method in interface com.oracle.truffle.api.Assumption
Checks whether the assumption is still valid.
isValid() - Method in class com.oracle.truffle.api.object.Shape
Check whether this shape is valid.
isValid() - Method in class com.oracle.truffle.api.utilities.AlwaysValidAssumption
 
isValid() - Method in class com.oracle.truffle.api.utilities.NeverValidAssumption
 
isValid() - Method in class com.oracle.truffle.api.utilities.UnionAssumption
 
isValue() - Method in class com.oracle.truffle.api.object.Location
Returns true if this is a value location.
isVirtualFrame() - Method in interface com.oracle.truffle.api.frame.FrameInstance
 
isVisible(C, Object) - Method in class com.oracle.truffle.api.TruffleLanguage
Decides whether the result of evaluating an interactive source should be printed to stdout.
isWritable() - Method in class com.oracle.truffle.api.debug.DebugValue
Returns true if this value can be written to, else false.
isWritable(int) - Static method in class com.oracle.truffle.api.interop.KeyInfo
Test if writing an existing or new key is supported.
isWritable() - Method in class com.oracle.truffle.api.TruffleFile
Tests if a file is writable.
iterateFrames(FrameInstanceVisitor<T>) - Method in interface com.oracle.truffle.api.TruffleRuntime
Accesses the current stack, i.e., the contents of the Frames and the associated CallTargets.

J

JSONHelper - Class in com.oracle.truffle.api.utilities
Helper function that allows to dump the AST during creation to a JSON format.
JSONHelper.JSONArrayBuilder - Class in com.oracle.truffle.api.utilities
 
JSONHelper.JSONObjectBuilder - Class in com.oracle.truffle.api.utilities
 
JSONHelper.JSONStringBuilder - Class in com.oracle.truffle.api.utilities
 

K

KEY_INFO - Static variable in class com.oracle.truffle.api.interop.Message
Message to retrieve flags about a particular key (a property name).
KeyInfo - Class in com.oracle.truffle.api.interop
This class represents key info bit flags.
KEYS - Static variable in class com.oracle.truffle.api.interop.Message
Obtains list of property names.

L

languageContextCreated(DebugContext, LanguageInfo) - Method in interface com.oracle.truffle.api.debug.DebugContextsListener
Notifies about creation of a language-specific context in an existing polyglot context.
languageContextDisposed(DebugContext, LanguageInfo) - Method in interface com.oracle.truffle.api.debug.DebugContextsListener
Notifies about disposal of a language-specific context in an existing polyglot context.
languageContextFinalized(DebugContext, LanguageInfo) - Method in interface com.oracle.truffle.api.debug.DebugContextsListener
Notifies about finalization of a language-specific context in an existing polyglot context.
languageContextInitialized(DebugContext, LanguageInfo) - Method in interface com.oracle.truffle.api.debug.DebugContextsListener
Notifies about initialization of a language-specific context in an existing polyglot context.
LanguageInfo - Class in com.oracle.truffle.api.nodes
Represents public information about a language.
languageIs(String...) - Method in class com.oracle.truffle.api.instrumentation.SourceFilter.Builder
Add a filter for all sources that specify one of the given language ID.
languages(LanguageInfo...) - Method in class com.oracle.truffle.api.instrumentation.AllocationEventFilter.Builder
Specify languages that are instrumented for allocations of guest language values.
Layout - Annotation Type in com.oracle.truffle.api.object.dsl
Annotate an interface with Layout to generate an implementation of the interface which uses object-model properties.
Layout - Class in com.oracle.truffle.api.object
Describes layout and behavior of a DynamicObject subclass and is used to create shapes.
Layout() - Constructor for class com.oracle.truffle.api.object.Layout
Constructor for subclasses.
Layout.Builder - Class in com.oracle.truffle.api.object
Layout builder.
Layout.ImplicitCast - Enum in com.oracle.truffle.api.object
Specifies the allowed implicit casts between primitive types without losing type information.
LayoutFactory - Interface in com.oracle.truffle.api.object
Implementation class.
leave(Object) - Method in class com.oracle.truffle.api.TruffleContext
Leaves this context and sets the previous context as the new current context.
LIKELY_PROBABILITY - Static variable in class com.oracle.truffle.api.CompilerDirectives
 
lineEndsIn(SourceSectionFilter.IndexRange...) - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.Builder
Add a filter for all source sections where the line ends in one of the given index ranges.
lineIn(SourceSectionFilter.IndexRange...) - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.Builder
Add a filter for all source sections where lines are contained in one of the given index ranges.
lineIn(int, int) - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.Builder
Add a filter for all source sections where the line is inside a startLine (first index inclusive) plus a given length (last index exclusive).
lineIs(int) - Method in class com.oracle.truffle.api.debug.Breakpoint.Builder
Specifies the breakpoint's line number.
lineIs(int) - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.Builder
Add a filter for all sources sections where the line is exactly the given line.
lineNotIn(SourceSectionFilter.IndexRange...) - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.Builder
Add a filter for all source sections where lines are not contained in one of the given index ranges.
lineStartsIn(SourceSectionFilter.IndexRange...) - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.Builder
Add a filter for all source sections where the line starts in one of the given index ranges.
list() - Method in class com.oracle.truffle.api.TruffleFile
Returns a collection of TruffleFiles in the directory denoted by this TruffleFile.
LoadSourceEvent - Class in com.oracle.truffle.api.instrumentation
Represents a source load event from a LoadSourceListener.
LoadSourceListener - Interface in com.oracle.truffle.api.instrumentation
A listener attached by an Instrumenter to specific locations of a guest language program to listen to load source events.
LoadSourceSectionEvent - Class in com.oracle.truffle.api.instrumentation
Represents a source section load event from a LoadSourceSectionListener.
LoadSourceSectionListener - Interface in com.oracle.truffle.api.instrumentation
A listener attached by an Instrumenter to specific locations of a guest language program to listen to sources section load events.
Location - Class in com.oracle.truffle.api.object
Property location.
Location() - Constructor for class com.oracle.truffle.api.object.Location
Constructor for subclasses.
LocationFactory - Interface in com.oracle.truffle.api.object
This interface allows to provide a custom location for a given shape and value.
locationForType(Class<?>, boolean, boolean) - Method in class com.oracle.truffle.api.object.Shape.Allocator
 
locationForType(Class<?>) - Method in class com.oracle.truffle.api.object.Shape.Allocator
Create a new location for a fixed type.
locationForType(Class<?>, EnumSet<LocationModifier>) - Method in class com.oracle.truffle.api.object.Shape.Allocator
Create a new location for a fixed type.
locationForValue(Object, boolean, boolean) - Method in class com.oracle.truffle.api.object.Shape.Allocator
 
locationForValue(Object) - Method in class com.oracle.truffle.api.object.Shape.Allocator
Create a new location compatible with the given initial value.
locationForValue(Object, EnumSet<LocationModifier>) - Method in class com.oracle.truffle.api.object.Shape.Allocator
Create a new location compatible with the given initial value.
LocationModifier - Enum in com.oracle.truffle.api.object
Location modifiers specify the desired semantics and allowed use of a location to be allocated by Shape.Allocator.
log(Level, String) - Method in class com.oracle.truffle.api.TruffleLogger
Logs a message.
log(Level, Supplier<String>) - Method in class com.oracle.truffle.api.TruffleLogger
Logs a message.
log(Level, String, Object) - Method in class com.oracle.truffle.api.TruffleLogger
Logs a message with single parameter.
log(Level, String, Object[]) - Method in class com.oracle.truffle.api.TruffleLogger
Logs a message with multiple parameters.
log(Level, String, Throwable) - Method in class com.oracle.truffle.api.TruffleLogger
Logs a message with an exception.
log(Level, Throwable, Supplier<String>) - Method in class com.oracle.truffle.api.TruffleLogger
Logs a message with an exception.
logp(Level, String, String, String) - Method in class com.oracle.truffle.api.TruffleLogger
Logs a message, specifying source class and source method.
logp(Level, String, String, Supplier<String>) - Method in class com.oracle.truffle.api.TruffleLogger
Logs a message, specifying source class and source method.
logp(Level, String, String, String, Object) - Method in class com.oracle.truffle.api.TruffleLogger
Logs a message with single parameter, specifying source class and source method.
logp(Level, String, String, String, Object[]) - Method in class com.oracle.truffle.api.TruffleLogger
Log a message with multiple parameters, specifying source class and source method.
logp(Level, String, String, String, Throwable) - Method in class com.oracle.truffle.api.TruffleLogger
Logs a message with an exception, specifying source class and source method.
logp(Level, String, String, Throwable, Supplier<String>) - Method in class com.oracle.truffle.api.TruffleLogger
Logs a message with an exception, specifying source class and source method.
LongLocation - Interface in com.oracle.truffle.api.object
 
LongValueProfile - Class in com.oracle.truffle.api.profiles
Specialized value profile to capture certain properties of long runtime values.
lookup(LanguageInfo, Class<S>) - Method in class com.oracle.truffle.api.instrumentation.TruffleInstrument.Env
Queries a language implementation for a special service.
lookup(InstrumentInfo, Class<S>) - Method in class com.oracle.truffle.api.instrumentation.TruffleInstrument.Env
Returns an additional service provided by this instrument, specified by type.
lookup(Class<T>) - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Looks additional service up.
lookup(InstrumentInfo, Class<S>) - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Returns an additional service provided by this instrument, specified by type.
lookup(LanguageInfo, Class<S>) - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Returns an additional service provided by the given language, specified by type.
lookupExecutionEventNode(EventBinding<? extends ExecutionEventNodeFactory>) - Method in class com.oracle.truffle.api.instrumentation.EventContext
Returns the execution event node that was inserted at this location given an event binding.
lookupExecutionEventNode(Node, EventBinding<?>) - Method in class com.oracle.truffle.api.instrumentation.Instrumenter
Returns the execution event node that was inserted at the node's location given an event binding, if any.
lookupExecutionEventNodes(Collection<EventBinding<? extends ExecutionEventNodeFactory>>) - Method in class com.oracle.truffle.api.instrumentation.EventContext
Returns all execution event nodes in the insertion order at this location, whose event bindings are contained in the given collection.
lookupHostSymbol(String) - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Looks up a Java class in the top-most scope the host environment.
LoopConditionProfile - Class in com.oracle.truffle.api.profiles
LoopConditionProfiles are designed to profile the outcome of loop conditions.
LoopNode - Class in com.oracle.truffle.api.nodes
A loop node calls repeating nodes as long as it returns true.
LoopNode() - Constructor for class com.oracle.truffle.api.nodes.LoopNode
Constructor for subclasses.

M

makeIterator(Node) - Method in class com.oracle.truffle.api.nodes.NodeClass
 
makeRecursiveIterator(Node) - Static method in class com.oracle.truffle.api.nodes.NodeUtil
 
makeSharedShape() - Method in class com.oracle.truffle.api.object.Shape
Make a shared variant of this shape, to allow safe usage of this object between threads.
materialize(Object) - Static method in class com.oracle.truffle.api.CompilerDirectives
Ensures that the given object is not virtual, i.e., not removed by Escape Analysis at the point of this call.
materialize() - Method in interface com.oracle.truffle.api.frame.Frame
Materializes this frame, which allows it to be stored in a field or cast to Object.
MaterializedFrame - Interface in com.oracle.truffle.api.frame
Represents a materialized frame containing values of local variables of the guest language.
materializeInstrumentableNodes(Set<Class<? extends Tag>>) - Method in interface com.oracle.truffle.api.instrumentation.InstrumentableNode
Removes optimizations performed in this AST node to restore the syntactic AST structure.
Message - Class in com.oracle.truffle.api.interop
Inter-operability is based on sending messages.
Message() - Constructor for class com.oracle.truffle.api.interop.Message
One can define their own extended message by subclassing.
MessageResolution - Annotation Type in com.oracle.truffle.api.interop
Annotation to put on your node to simplify handling of incoming inter-operability messages.
mimeType(String) - Method in class com.oracle.truffle.api.source.Source.LiteralBuilder
Explicitly assigns a MIME type to the to-be-built Source.
mimeType(String) - Method in class com.oracle.truffle.api.source.Source.SourceBuilder
Explicitly assigns a MIME type to the to-be-built Source.
mimeTypeIs(String...) - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.Builder
Add a filter for all source sections that declare one of the given mime-types.
MODIFIABLE - Static variable in class com.oracle.truffle.api.interop.KeyInfo
Single bit that is set if writing an existing key is supported.
move(TruffleFile, CopyOption...) - Method in class com.oracle.truffle.api.TruffleFile
Moves or renames the file.
multiplyHigh(int, int) - Static method in class com.oracle.truffle.api.ExactMath
 
multiplyHigh(long, long) - Static method in class com.oracle.truffle.api.ExactMath
 
multiplyHighUnsigned(int, int) - Static method in class com.oracle.truffle.api.ExactMath
 
multiplyHighUnsigned(long, long) - Static method in class com.oracle.truffle.api.ExactMath
 

N

name(String) - Method in class com.oracle.truffle.api.source.Source.LiteralBuilder
Specifies a name to the to-be-built Source.
name(String) - Method in class com.oracle.truffle.api.source.Source.SourceBuilder
Specifies a name to the to-be-built Source.
neverPartOfCompilation() - Static method in class com.oracle.truffle.api.CompilerAsserts
Assertion that this code position should never be reached during compilation.
neverPartOfCompilation(String) - Static method in class com.oracle.truffle.api.CompilerAsserts
Assertion that this code position should never be reached during compilation.
NeverValidAssumption - Class in com.oracle.truffle.api.utilities
An assumption that is never valid.
NEW - Static variable in class com.oracle.truffle.api.interop.Message
The allocation message.
newBufferedReader(Charset) - Method in class com.oracle.truffle.api.TruffleFile
Opens a file for reading returning a BufferedReader to access the file content.
newBufferedReader() - Method in class com.oracle.truffle.api.TruffleFile
Opens a file for reading returning a BufferedReader to access the file content.
newBufferedWriter(Charset, OpenOption...) - Method in class com.oracle.truffle.api.TruffleFile
Opens a file for writing returning an BufferedWriter.
newBufferedWriter(OpenOption...) - Method in class com.oracle.truffle.api.TruffleFile
Opens a file for writing returning an BufferedWriter.
newBuilder(URI) - Static method in class com.oracle.truffle.api.debug.Breakpoint
Creates a new breakpoint builder based on a URI location.
newBuilder(Source) - Static method in class com.oracle.truffle.api.debug.Breakpoint
Creates a new breakpoint builder based on a Source.
newBuilder(SourceSection) - Static method in class com.oracle.truffle.api.debug.Breakpoint
Creates a new breakpoint builder based on the textual region of a guest language source element.
newBuilder() - Static method in class com.oracle.truffle.api.debug.StepConfig
Create a new step configuration builder.
newBuilder() - Static method in class com.oracle.truffle.api.debug.SuspensionFilter
Returns a builder for creating a new suspension filter.
newBuilder() - Static method in class com.oracle.truffle.api.instrumentation.AllocationEventFilter
Creates a new AllocationEventFilter instance through a AllocationEventFilter.Builder.
newBuilder() - Static method in class com.oracle.truffle.api.instrumentation.SourceFilter
Creates a new SourceFilter expression using a builder pattern.
newBuilder() - Static method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter
Creates a new SourceSectionFilter expression using a builder pattern.
newBuilder(String, Object) - Static method in class com.oracle.truffle.api.Scope
Create a new Scope builder.
newBuilder(String, CharSequence, String) - Static method in class com.oracle.truffle.api.source.Source
Creates a new character based source from a character sequence.
newBuilder(String, ByteSequence, String) - Static method in class com.oracle.truffle.api.source.Source
Creates a new byte based source from a byte sequence.
newBuilder(String, TruffleFile) - Static method in class com.oracle.truffle.api.source.Source
Creates a new file based source builder from a given file.
newBuilder(String, URL) - Static method in class com.oracle.truffle.api.source.Source
Creates a new URL based source builder from a given URL.
newBuilder(String, Reader, String) - Static method in class com.oracle.truffle.api.source.Source
Creates new character based source from a reader.
newByteChannel(Set<? extends OpenOption>, FileAttribute<?>...) - Method in class com.oracle.truffle.api.TruffleFile
Opens or creates a file returning a SeekableByteChannel to access the file content.
newContextBuilder() - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Returns a new context builder useful to create inner context instances.
newDirectoryStream() - Method in class com.oracle.truffle.api.TruffleFile
Opens a directory, returning a DirectoryStream to iterate over all entries in the directory.
newExceptionBuilder(boolean, boolean) - Static method in class com.oracle.truffle.api.debug.Breakpoint
Creates a new exception breakpoint builder.
newInputStream(OpenOption...) - Method in class com.oracle.truffle.api.TruffleFile
Opens a file for reading returning an InputStream to access the file content.
newInstance(Object...) - Method in interface com.oracle.truffle.api.object.DynamicObjectFactory
Create a new DynamicObject and initialize instance properties with the provided values.
newInstance(Shape) - Method in class com.oracle.truffle.api.object.Layout
 
newInstance() - Method in class com.oracle.truffle.api.object.Shape
Create a new DynamicObject instance with this shape.
newLayout() - Static method in class com.oracle.truffle.api.object.Layout
Creates a new Layout.Builder.
newOutputStream(OpenOption...) - Method in class com.oracle.truffle.api.TruffleFile
Opens a file for writing returning an OutputStream.
NO_FILTER - Static variable in interface com.oracle.truffle.api.nodes.NodeUtil.NodeCountFilter
 
Node - Class in com.oracle.truffle.api.nodes
Abstract base class for all Truffle nodes.
Node() - Constructor for class com.oracle.truffle.api.nodes.Node
 
node(Node) - Method in class com.oracle.truffle.api.Scope.Builder
Set node representing the scope.
Node.Child - Annotation Type in com.oracle.truffle.api.nodes
Marks fields that represent child nodes of this node.
Node.Children - Annotation Type in com.oracle.truffle.api.nodes
Marks array fields that are children of this node.
NodeChild - Annotation Type in com.oracle.truffle.api.dsl
A NodeChild element defines an executable child for the enclosing Node.
NodeChildren - Annotation Type in com.oracle.truffle.api.dsl
 
NodeClass - Class in com.oracle.truffle.api.nodes
Information about a Node class.
NodeClass(Class<? extends Node>) - Constructor for class com.oracle.truffle.api.nodes.NodeClass
 
NodeCloneable - Class in com.oracle.truffle.api.nodes
Declarative base class for node fields that are to be cloned together with the containing node.
NodeCloneable() - Constructor for class com.oracle.truffle.api.nodes.NodeCloneable
Constructor for subclasses.
NodeCost - Enum in com.oracle.truffle.api.nodes
Represents a rough estimate for the cost of a Node.
NodeFactory<T> - Interface in com.oracle.truffle.api.dsl
Enables the dynamic creation of generated nodes.
NodeField - Annotation Type in com.oracle.truffle.api.dsl
A NodeField element defines a field for the generated Node.
NodeFieldAccessor.NodeFieldKind - Enum in com.oracle.truffle.api.nodes
Deprecated.
 
NodeFields - Annotation Type in com.oracle.truffle.api.dsl
A NodeFields element defines a field for the generated Node.
NodeInfo - Annotation Type in com.oracle.truffle.api.nodes
Annotation for providing additional information on nodes.
NodeInterface - Interface in com.oracle.truffle.api.nodes
Common base interface for all Truffle nodes.
nodeReplaced(Node, Node, CharSequence) - Method in interface com.oracle.truffle.api.ReplaceObserver
Returns true if the event is consumed and no parent nodes should be notified by for replaces.
NodeUtil - Class in com.oracle.truffle.api.nodes
Utility class that manages the special access methods for node instances.
NodeUtil.NodeCountFilter - Interface in com.oracle.truffle.api.nodes
 
NodeVisitor - Interface in com.oracle.truffle.api.nodes
Visitor for trees of nodes.
nonAtomicReplace(Node, T, CharSequence) - Static method in class com.oracle.truffle.api.nodes.NodeUtil
 
NONE - Static variable in class com.oracle.truffle.api.interop.KeyInfo
Value of the key info if the key has no capability.
normalize() - Method in class com.oracle.truffle.api.TruffleFile
Returns a TruffleFile with removed redundant name elements in it's path.
notifyInserted(Node) - Method in class com.oracle.truffle.api.nodes.Node
Notifies the framework about the insertion of one or more nodes during execution.
notifyTransferToInterpreter() - Method in interface com.oracle.truffle.api.TruffleRuntime
Internal API method.
Nullable - Annotation Type in com.oracle.truffle.api.object.dsl
Apply to the constructor parameter that corresponds to an object-model DSL property to mark it as being able to contain a null value.

O

object() - Static method in class com.oracle.truffle.api.utilities.JSONHelper
 
ObjectLocation - Interface in com.oracle.truffle.api.object
 
ObjectType - Class in com.oracle.truffle.api.object
An extensible object type descriptor for DynamicObjects.
ObjectType() - Constructor for class com.oracle.truffle.api.object.ObjectType
Default constructor.
onContextClosed(TruffleContext) - Method in interface com.oracle.truffle.api.instrumentation.ContextsListener
Notifies about close of a polyglot context.
onContextCreated(TruffleContext) - Method in interface com.oracle.truffle.api.instrumentation.ContextsListener
Notifies about creation of a new polyglot context.
onCreate(TruffleInstrument.Env) - Method in class com.oracle.truffle.api.instrumentation.TruffleInstrument
Invoked once on each newly allocated TruffleInstrument instance.
onDispose(VirtualFrame) - Method in class com.oracle.truffle.api.instrumentation.ExecutionEventNode
Invoked when an event node is removed from the AST.
onDispose(TruffleInstrument.Env) - Method in class com.oracle.truffle.api.instrumentation.TruffleInstrument
Invoked once on an instance when it becomes disabled, possibly because the underlying engine has been closed.
onEnter(AllocationEvent) - Method in interface com.oracle.truffle.api.instrumentation.AllocationListener
Notifies about an intent to allocate or re-allocate a guest language value.
onEnter(Object, long, long) - Method in class com.oracle.truffle.api.instrumentation.AllocationReporter
Report an intent to allocate a new guest language value, or re-allocate an existing one.
onEnter(EventContext, VirtualFrame) - Method in interface com.oracle.truffle.api.instrumentation.ExecutionEventListener
Invoked immediately before the instrumented node is executed.
onEnter(VirtualFrame) - Method in class com.oracle.truffle.api.instrumentation.ExecutionEventNode
Invoked immediately before the instrumented node is executed.
onEnter(VirtualFrame) - Method in class com.oracle.truffle.api.instrumentation.ProbeNode
Should get invoked before the node is invoked.
oneShot() - Method in class com.oracle.truffle.api.debug.Breakpoint.Builder
Specifies that the breakpoint will disable itself after suspending execution, i.e.
onExecute(ExecuteSourceEvent) - Method in interface com.oracle.truffle.api.instrumentation.ExecuteSourceListener
Invoked whenever a new source is executed.
onFinalize(TruffleInstrument.Env) - Method in class com.oracle.truffle.api.instrumentation.TruffleInstrument
Invoked once on an instance just before all instruments and languages are going to be disposed, possibly because the underlying engine is going to be closed.
onInputValue(EventContext, VirtualFrame, EventContext, int, Object) - Method in interface com.oracle.truffle.api.instrumentation.ExecutionEventListener
Invoked immediately after each return value event of child nodes that match the input filter.
onInputValue(VirtualFrame, EventContext, int, Object) - Method in class com.oracle.truffle.api.instrumentation.ExecutionEventNode
Invoked immediately after each return value event of instrumented input child node that match the input filter.
onLanguageContextCreated(TruffleContext, LanguageInfo) - Method in interface com.oracle.truffle.api.instrumentation.ContextsListener
Notifies about creation of a language-specific context in an existing polyglot context.
onLanguageContextDisposed(TruffleContext, LanguageInfo) - Method in interface com.oracle.truffle.api.instrumentation.ContextsListener
Notifies about disposal of a language-specific context in an existing polyglot context.
onLanguageContextFinalized(TruffleContext, LanguageInfo) - Method in interface com.oracle.truffle.api.instrumentation.ContextsListener
Notifies about finalization of a language-specific context in an existing polyglot context.
onLanguageContextInitialized(TruffleContext, LanguageInfo) - Method in interface com.oracle.truffle.api.instrumentation.ContextsListener
Notifies about initialization of a language-specific context in an existing polyglot context.
onLoad(LoadSourceEvent) - Method in interface com.oracle.truffle.api.instrumentation.LoadSourceListener
Invoked whenever a new source is loaded.
onLoad(LoadSourceSectionEvent) - Method in interface com.oracle.truffle.api.instrumentation.LoadSourceSectionListener
Invoked whenever a new source section is loaded.
onPropertyTransition(Object) - Method in interface com.oracle.truffle.api.object.ShapeListener
Called when a property is added, removed, or replaced.
onReplace(Node, CharSequence) - Method in class com.oracle.truffle.api.nodes.Node
Intended to be implemented by subclasses of Node to receive a notification when the node is rewritten.
onReturnExceptional(EventContext, VirtualFrame, Throwable) - Method in interface com.oracle.truffle.api.instrumentation.ExecutionEventListener
Invoked immediately after an instrumented node did not successfully execute.
onReturnExceptional(VirtualFrame, Throwable) - Method in class com.oracle.truffle.api.instrumentation.ExecutionEventNode
Invoked immediately after an instrumented node did not successfully execute.
onReturnExceptionalOrUnwind(VirtualFrame, Throwable, boolean) - Method in class com.oracle.truffle.api.instrumentation.ProbeNode
Should get invoked if the node did not complete successfully and handle a possible unwind.
onReturnValue(AllocationEvent) - Method in interface com.oracle.truffle.api.instrumentation.AllocationListener
Notifies about an allocated guest language value.
onReturnValue(Object, long, long) - Method in class com.oracle.truffle.api.instrumentation.AllocationReporter
Report an allocation of a new one or re-allocation of an existing guest language value.
onReturnValue(EventContext, VirtualFrame, Object) - Method in interface com.oracle.truffle.api.instrumentation.ExecutionEventListener
Invoked immediately after an instrumented node is successfully executed.
onReturnValue(VirtualFrame, Object) - Method in class com.oracle.truffle.api.instrumentation.ExecutionEventNode
Invoked immediately after an instrumented node is successfully executed.
onReturnValue(VirtualFrame, Object) - Method in class com.oracle.truffle.api.instrumentation.ProbeNode
Should get invoked after the node is invoked successfully.
onSuspend(SuspendedEvent) - Method in interface com.oracle.truffle.api.debug.SuspendedCallback
Called whenever the debugger suspends for a particular session.
onThreadDisposed(TruffleContext, Thread) - Method in interface com.oracle.truffle.api.instrumentation.ThreadsListener
Notifies about disposal of thread-related resources that were used for a guest language execution in a TruffleContext.
onThreadInitialized(TruffleContext, Thread) - Method in interface com.oracle.truffle.api.instrumentation.ThreadsListener
Notifies about initialization of a thread to be used for a guest language execution in a TruffleContext.
onUnwind(EventContext, VirtualFrame, Object) - Method in interface com.oracle.truffle.api.instrumentation.ExecutionEventListener
Invoked when an instrumented node is unwound from the execution stack by unwind throwable thrown in this listener instance.
onUnwind(VirtualFrame, Object) - Method in class com.oracle.truffle.api.instrumentation.ExecutionEventNode
Invoked when an instrumented node is unwound from the execution stack by unwind throwable thrown in this node implementation.
OptimizationFailedException - Exception in com.oracle.truffle.api
 
OptimizationFailedException(Throwable, RootCallTarget) - Constructor for exception com.oracle.truffle.api.OptimizationFailedException
 
Option - Annotation Type in com.oracle.truffle.api
Describes the attributes of an option whose value is in a static field annotated by this annotation.
Option.Group - Annotation Type in com.oracle.truffle.api
Must be applied on classes containing option fields to specify a name prefix if the prefix cannot be inferred by language or instrument.
OPTION_PREFIX - Static variable in class com.oracle.truffle.api.object.Layout
 
out() - Method in class com.oracle.truffle.api.instrumentation.TruffleInstrument.Env
Standard output writer for Engine this instrument is being executed in.
out() - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Standard output writer provided by Context.Builder.out(OutputStream) this language is being executed in.

P

parse(Source, String...) - Method in class com.oracle.truffle.api.instrumentation.TruffleInstrument.Env
Evaluates source of (potentially different) language using the current context.The names of arguments are parameters for the resulting {#link CallTarget} that allow the source to reference the actual parameters passed to CallTarget.call(java.lang.Object...).
parse(Source, String...) - Method in class com.oracle.truffle.api.TruffleLanguage.Env
Evaluates source of (potentially different) language.
parse(TruffleLanguage.ParsingRequest) - Method in class com.oracle.truffle.api.TruffleLanguage
Parses the provided source and generates its appropriate AST representation.
parse(TruffleLanguage.InlineParsingRequest) - Method in class com.oracle.truffle.api.TruffleLanguage
Parses the provided source snippet at the provided location and generates its appropriate AST representation.
parseInline(Source, Node, MaterializedFrame) - Method in class com.oracle.truffle.api.instrumentation.TruffleInstrument.Env
Parses source snippet of the node's language at the provided node location.
partialEvaluationConstant(Object) - Static method in class com.oracle.truffle.api.CompilerAsserts
Assertion that the corresponding value is reduced to a constant during the initial partial evaluation phase.
patchContext(C, TruffleLanguage.Env) - Method in class com.oracle.truffle.api.TruffleLanguage
Notifies the language with pre-initialized context about TruffleLanguage.Env change.
prepareContinue() - Method in class com.oracle.truffle.api.debug.SuspendedEvent
Prepare to execute in Continue mode when guest language program execution resumes.
prepareKill() - Method in class com.oracle.truffle.api.debug.SuspendedEvent
Prepare to terminate the suspended execution represented by this event.
prepareStepInto(int) - Method in class com.oracle.truffle.api.debug.SuspendedEvent
Prepare to execute in step into mode when guest language program execution resumes.
prepareStepInto(StepConfig) - Method in class com.oracle.truffle.api.debug.SuspendedEvent
Prepare to execute in step into mode when guest language program execution resumes.
prepareStepOut(int) - Method in class com.oracle.truffle.api.debug.SuspendedEvent
Prepare to execute in step out mode when guest language program execution resumes.
prepareStepOut(StepConfig) - Method in class com.oracle.truffle.api.debug.SuspendedEvent
Prepare to execute in step out mode when guest language program execution resumes.
prepareStepOver(int) - Method in class com.oracle.truffle.api.debug.SuspendedEvent
Prepare to execute in step over mode when guest language program execution resumes.
prepareStepOver(StepConfig) - Method in class com.oracle.truffle.api.debug.SuspendedEvent
Prepare to execute in step out mode when guest language program execution resumes.
prepareUnwindFrame(DebugStackFrame) - Method in class com.oracle.truffle.api.debug.SuspendedEvent
Prepare to unwind a frame.
PrimitiveValueProfile - Class in com.oracle.truffle.api.profiles
Represents a ValueProfile that speculates on the primitive equality or object identity of values.
printCompactTree(OutputStream, Node) - Static method in class com.oracle.truffle.api.nodes.NodeUtil
 
printCompactTreeToString(Node) - Static method in class com.oracle.truffle.api.nodes.NodeUtil
 
printSourceAttributionTree(Node) - Static method in class com.oracle.truffle.api.nodes.NodeUtil
 
printSourceAttributionTree(OutputStream, Node) - Static method in class com.oracle.truffle.api.nodes.NodeUtil
 
printSourceAttributionTree(PrintWriter, Node) - Static method in class com.oracle.truffle.api.nodes.NodeUtil
 
printStackTrace() - Method in exception com.oracle.truffle.api.debug.DebugException
printStackTrace(PrintStream) - Method in exception com.oracle.truffle.api.debug.DebugException
printStackTrace(PrintWriter) - Method in exception com.oracle.truffle.api.debug.DebugException
printSyntaxTags(Object) - Static method in class com.oracle.truffle.api.nodes.NodeUtil
Originally returned the tags if any, associated with a node; now unsupported.
printTree(OutputStream, Node) - Static method in class com.oracle.truffle.api.nodes.NodeUtil
Prints a human readable form of a Node AST to the given PrintStream.
printTree(PrintWriter, Node) - Static method in class com.oracle.truffle.api.nodes.NodeUtil
 
printTreeToString(Node) - Static method in class com.oracle.truffle.api.nodes.NodeUtil
 
ProbeNode - Class in com.oracle.truffle.api.instrumentation
Represents an event sink for instrumentation events that is embedded in the AST using wrappers if needed.
profile(byte) - Method in class com.oracle.truffle.api.profiles.ByteValueProfile
 
profile(boolean) - Method in class com.oracle.truffle.api.profiles.ConditionProfile
 
profile(double) - Method in class com.oracle.truffle.api.profiles.DoubleValueProfile
 
profile(float) - Method in class com.oracle.truffle.api.profiles.FloatValueProfile
 
profile(int) - Method in class com.oracle.truffle.api.profiles.IntValueProfile
 
profile(long) - Method in class com.oracle.truffle.api.profiles.LongValueProfile
 
profile(boolean) - Method in class com.oracle.truffle.api.profiles.LoopConditionProfile
 
profile(T) - Method in class com.oracle.truffle.api.profiles.PrimitiveValueProfile
 
profile(byte) - Method in class com.oracle.truffle.api.profiles.PrimitiveValueProfile
 
profile(short) - Method in class com.oracle.truffle.api.profiles.PrimitiveValueProfile
 
profile(int) - Method in class com.oracle.truffle.api.profiles.PrimitiveValueProfile
 
profile(long) - Method in class com.oracle.truffle.api.profiles.PrimitiveValueProfile
 
profile(float) - Method in class com.oracle.truffle.api.profiles.PrimitiveValueProfile
 
profile(double) - Method in class com.oracle.truffle.api.profiles.PrimitiveValueProfile
 
profile(boolean) - Method in class com.oracle.truffle.api.profiles.PrimitiveValueProfile
 
profile(char) - Method in class com.oracle.truffle.api.profiles.PrimitiveValueProfile
 
Profile - Class in com.oracle.truffle.api.profiles
A profile is a Truffle utility class that uses the Truffle compiler directives to guard for and/or forward runtime information to the compiler.
profile(T) - Method in class com.oracle.truffle.api.profiles.ValueProfile
 
profileCounted(long) - Method in class com.oracle.truffle.api.profiles.LoopConditionProfile
Provides an alternative way to profile counted loops with less interpreter footprint.
Property - Class in com.oracle.truffle.api.object
Property objects represent the mapping between property identifiers (keys) and storage locations.
Property() - Constructor for class com.oracle.truffle.api.object.Property
Constructor for subclasses.
ProvidedTags - Annotation Type in com.oracle.truffle.api.instrumentation
Specifies a set of tags that are provided by a language implementation.
putFieldObject(Object, Node, Object) - Method in class com.oracle.truffle.api.nodes.NodeClass
 

Q

querySourceSections(SourceSectionFilter) - Method in class com.oracle.truffle.api.instrumentation.Instrumenter
Returns a filtered list of loaded SourceSection instances.
queryTags(Node) - Method in class com.oracle.truffle.api.instrumentation.Instrumenter
Returns an unmodifiable Set of tag classes which where associated with this node.

R

raise(int, int) - Static method in exception com.oracle.truffle.api.interop.ArityException
Raises an ArityException, hidden as a RuntimeException, which allows throwing it without an explicit throws declaration.
raise() - Method in exception com.oracle.truffle.api.interop.InteropException
Re-throw an InteropException as a RuntimeException, which allows throwing it without an explicit throws declaration.
raise(String) - Static method in exception com.oracle.truffle.api.interop.UnknownIdentifierException
Raises an UnknownIdentifierException, hidden as a RuntimeException, which allows throwing it without an explicit throws declaration.
raise(Message) - Static method in exception com.oracle.truffle.api.interop.UnsupportedMessageException
Raises an UnsupportedMessageException, hidden as a RuntimeException, which allows throwing it without an explicit throws declaration.
raise(Object[]) - Static method in exception com.oracle.truffle.api.interop.UnsupportedTypeException
Raises an UnsupportedTypeException, hidden as a RuntimeException, which allows throwing it without an explicit throws declaration.
raise(Exception, Object[]) - Static method in exception com.oracle.truffle.api.interop.UnsupportedTypeException
Raises an UnsupportedTypeException, hidden as a RuntimeException, which allows throwing it without an explicit throws declaration.
READ - Static variable in class com.oracle.truffle.api.interop.Message
Message to read an object field.
READ_SIDE_EFFECTS - Static variable in class com.oracle.truffle.api.interop.KeyInfo
Single bit that is set if Message.READ may have side-effects.
READABLE - Static variable in class com.oracle.truffle.api.interop.KeyInfo
Single bit that is set if reading an existing key is supported.
readAllBytes() - Method in class com.oracle.truffle.api.TruffleFile
Reads a file content as bytes.
registerService(Object) - Method in class com.oracle.truffle.api.instrumentation.TruffleInstrument.Env
Registers additional service.
relativize(TruffleFile) - Method in class com.oracle.truffle.api.TruffleFile
Creates a TruffleFile with a relative path between this TruffleFile and a given TruffleFile.
relocate(Location) - Method in class com.oracle.truffle.api.object.Property
Change the property's location.
REMOVABLE - Static variable in class com.oracle.truffle.api.interop.KeyInfo
Single bit that is set if removing an existing key is supported.
REMOVE - Static variable in class com.oracle.truffle.api.interop.Message
Message to remove a field.
removeActiveListener(Consumer<Boolean>) - Method in class com.oracle.truffle.api.instrumentation.AllocationReporter
Remove a listener that is notified when active value of this reporter changes.
removeBreakpointAddedListener(Consumer<Breakpoint>) - Method in class com.oracle.truffle.api.debug.Debugger
Remove a listener that was added by Debugger.addBreakpointAddedListener(Consumer).
removeBreakpointRemovedListener(Consumer<Breakpoint>) - Method in class com.oracle.truffle.api.debug.Debugger
Remove a listener that was added by Debugger.addBreakpointRemovedListener(Consumer).
removeFrameSlot(Object) - Method in class com.oracle.truffle.api.frame.FrameDescriptor
Removes a slot.
removeProperty(Property) - Method in class com.oracle.truffle.api.object.Shape
Remove the given property from the shape.
RepeatingNode - Interface in com.oracle.truffle.api.nodes
A node that is repeatedly invoked as part of a Truffle loop control structure.
replace(T, CharSequence) - Method in class com.oracle.truffle.api.nodes.Node
Replaces this node with another node.
replace(T) - Method in class com.oracle.truffle.api.nodes.Node
Replaces this node with another node.
replaceChild(Node, Node, Node) - Static method in class com.oracle.truffle.api.nodes.NodeUtil
 
ReplaceObserver - Interface in com.oracle.truffle.api
An observer that is notified whenever a child node is replaced.
replaceProperty(Property, Property) - Method in class com.oracle.truffle.api.object.Shape
Replace a property in the shape.
reportLoopCount(Node, int) - Static method in class com.oracle.truffle.api.nodes.LoopNode
Reports the execution count of a loop for which a no LoopNode was used.
reportPolymorphicSpecialize() - Method in class com.oracle.truffle.api.nodes.Node
Notifies the runtime that this node specialized to a polymorphic state.
ReportPolymorphism - Annotation Type in com.oracle.truffle.api.dsl
Nodes annotated with this annotation (and their subclasses) will, if processed by the DSL, automatically report polymorphic specializations.
ReportPolymorphism.Exclude - Annotation Type in com.oracle.truffle.api.dsl
Nodes (and their subclasses) or specializations annotated with this annotation will be excluded from consideration when reporting polymorphic specializations.
reservePrimitiveExtensionArray() - Method in class com.oracle.truffle.api.object.Shape
Reserve the primitive extension array field.
Resolve - Annotation Type in com.oracle.truffle.api.interop
Annotation to put on your node to simplify handling of incoming inter-operability messages.
resolve(String) - Method in class com.oracle.truffle.api.TruffleFile
Resolves given string path representation against this TruffleFile.
resolveListener(Breakpoint.ResolveListener) - Method in class com.oracle.truffle.api.debug.Breakpoint.Builder
Set a resolve listener.
resolveSibling(String) - Method in class com.oracle.truffle.api.TruffleFile
Resolves given string path representation against the parent of this TruffleFile.
resumeAll() - Method in class com.oracle.truffle.api.debug.DebuggerSession
Resumes all suspended executions that have not yet been notified.
RootCallTarget - Interface in com.oracle.truffle.api
Represents the target of a call to a RootNode, i.e., to another tree of nodes.
rootNameIs(Predicate<String>) - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.Builder
Adds custom predicate to filter inclusion for root names.
RootNode - Class in com.oracle.truffle.api.nodes
Represents the root node in a Truffle AST.
RootNode(TruffleLanguage<?>) - Constructor for class com.oracle.truffle.api.nodes.RootNode
Creates new root node with a given language instance.
RootNode(TruffleLanguage<?>, FrameDescriptor) - Constructor for class com.oracle.truffle.api.nodes.RootNode
Creates new root node given an language environment and frame descriptor.
rootSourceSectionEquals(SourceSection...) - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.Builder
Add a filter for all root source sections that equal one of the given source sections.
runInContext(Supplier<T>) - Method in class com.oracle.truffle.api.debug.DebugContext
Run supplied operations in this context.

S

saveInputValue(VirtualFrame, int, Object) - Method in class com.oracle.truffle.api.instrumentation.ExecutionEventNode
Saves an input value reported by ExecutionEventNode.onInputValue(VirtualFrame, EventContext, int, Object) for use in later events.
Scope - Class in com.oracle.truffle.api
Representation of a scope in a guest language program.
Scope.Builder - Class in com.oracle.truffle.api
Builder to create a new Scope object.
send(Node, TruffleObject, Object...) - Static method in class com.oracle.truffle.api.interop.ForeignAccess
Sends a Message to the foreign receiver object by executing the foreign node.
sendAsPointer(Node, TruffleObject) - Static method in class com.oracle.truffle.api.interop.ForeignAccess
Sends an AS_POINTER message to the foreign receiver object by executing the asPointerNode .
sendExecute(Node, TruffleObject, Object...) - Static method in class com.oracle.truffle.api.interop.ForeignAccess
Sends an EXECUTE Message to the foreign receiver object by executing the executeNode .
sendGetSize(Node, TruffleObject) - Static method in class com.oracle.truffle.api.interop.ForeignAccess
Sends a GET_SIZE message to the foreign receiver object by executing the getSizeNode .
sendHasKeys(Node, TruffleObject) - Static method in class com.oracle.truffle.api.interop.ForeignAccess
Sends an HAS_KEYS message to the foreign receiver object by executing the hasKeysNode.
sendHasSize(Node, TruffleObject) - Static method in class com.oracle.truffle.api.interop.ForeignAccess
Sends an HAS_SIZE message to the foreign receiver object by executing the hasSizeNode .
sendInvoke(Node, TruffleObject, String, Object...) - Static method in class com.oracle.truffle.api.interop.ForeignAccess
Sends an INVOKE Message to the foreign receiver object by executing the invokeNode .
sendIsBoxed(Node, TruffleObject) - Static method in class com.oracle.truffle.api.interop.ForeignAccess
Sends an IS_BOXED message to the foreign receiver object by executing the isNullNode .
sendIsExecutable(Node, TruffleObject) - Static method in class com.oracle.truffle.api.interop.ForeignAccess
Sends an IS_EXECUTABLE message to the foreign receiver object by executing the isExecutableNode .
sendIsInstantiable(Node, TruffleObject) - Static method in class com.oracle.truffle.api.interop.ForeignAccess
Sends an IS_INSTANTIABLE message to the foreign receiver object by executing the isInstantiableNode.
sendIsNull(Node, TruffleObject) - Static method in class com.oracle.truffle.api.interop.ForeignAccess
Sends an IS_NULL message to the foreign receiver object by executing the isNullNode .
sendIsPointer(Node, TruffleObject) - Static method in class com.oracle.truffle.api.interop.ForeignAccess
Sends an IS_POINTER message to the foreign receiver object by executing the isPointerNode .
sendKeyInfo(Node, TruffleObject, Object) - Static method in class com.oracle.truffle.api.interop.ForeignAccess
Sends a KEY_INFO message to the foreign receiver object by executing the keyInfoNode.
sendKeys(Node, TruffleObject) - Static method in class com.oracle.truffle.api.interop.ForeignAccess
Sends a Message.KEYS message to the foreign receiver object.
sendKeys(Node, TruffleObject, boolean) - Static method in class com.oracle.truffle.api.interop.ForeignAccess
Sends a Message.KEYS message to the foreign receiver object, with a specification of whether internal keys should be included in the result, or not.
sendNew(Node, TruffleObject, Object...) - Static method in class com.oracle.truffle.api.interop.ForeignAccess
Sends an NEW Message to the foreign receiver object by executing the newNode .
sendRead(Node, TruffleObject, Object) - Static method in class com.oracle.truffle.api.interop.ForeignAccess
Sends a READ message to the foreign receiver object by executing the readNode .
sendRemove(Node, TruffleObject, Object) - Static method in class com.oracle.truffle.api.interop.ForeignAccess
Sends a REMOVE message to the foreign receiver object by executing the removeNode .
sendToNative(Node, TruffleObject) - Static method in class com.oracle.truffle.api.interop.ForeignAccess
Sends an TO_NATIVE message to the foreign receiver object by executing the toNativeNode .
sendUnbox(Node, TruffleObject) - Static method in class com.oracle.truffle.api.interop.ForeignAccess
Sends an UNBOX message to the foreign receiver object by executing the unboxNode .
sendWrite(Node, TruffleObject, Object, Object) - Static method in class com.oracle.truffle.api.interop.ForeignAccess
Sends a WRITE message to the foreign receiver object by executing the writeNode .
set(DebugValue) - Method in class com.oracle.truffle.api.debug.DebugValue
Sets the value using another DebugValue.
set(Object) - Method in class com.oracle.truffle.api.debug.DebugValue
Sets a primitive value.
set(Object, Object) - Method in class com.oracle.truffle.api.object.DynamicObject
Set value of existing property.
set(DynamicObject, Object, Shape) - Method in class com.oracle.truffle.api.object.Location
Set object value at this location in store.
set(DynamicObject, Object, Shape, Shape) - Method in class com.oracle.truffle.api.object.Location
Set object value at this location in store and update shape.
set(DynamicObject, Object) - Method in class com.oracle.truffle.api.object.Location
Set object value at this location in store.
set(DynamicObject, Object, Shape) - Method in class com.oracle.truffle.api.object.Property
Assigns value to this property of the object.
set(DynamicObject, Object, Shape, Shape) - Method in class com.oracle.truffle.api.object.Property
Assigns value to this property of the object, changing the object's shape.
set(DynamicObject, Object) - Method in interface com.oracle.truffle.api.object.TypedLocation
Set object value at this location in store.
set(DynamicObject, Object, Shape) - Method in interface com.oracle.truffle.api.object.TypedLocation
Set object value at this location in store.
set(DynamicObject, Object, Shape, Shape) - Method in interface com.oracle.truffle.api.object.TypedLocation
Set object value at this location in store and update shape.
set(T) - Method in class com.oracle.truffle.api.utilities.AssumedValue
Set a new value, which will be picked up the next time AssumedValue.get() is called.
setAllowedImplicitCasts(EnumSet<Layout.ImplicitCast>) - Method in class com.oracle.truffle.api.object.Layout.Builder
Set the allowed implicit casts in this layout.
setBoolean(FrameSlot, boolean) - Method in interface com.oracle.truffle.api.frame.Frame
Write access to a local variable of type boolean.
setBoolean(DynamicObject, boolean) - Method in interface com.oracle.truffle.api.object.BooleanLocation
 
setBoolean(DynamicObject, boolean, Shape) - Method in interface com.oracle.truffle.api.object.BooleanLocation
 
setBoolean(DynamicObject, boolean, Shape, Shape) - Method in interface com.oracle.truffle.api.object.BooleanLocation
 
setBreakpointsActive(Breakpoint.Kind, boolean) - Method in class com.oracle.truffle.api.debug.DebuggerSession
Set whether breakpoints of the given kind are active in this session.
setByte(FrameSlot, byte) - Method in interface com.oracle.truffle.api.frame.Frame
 
setCondition(String) - Method in class com.oracle.truffle.api.debug.Breakpoint
Assigns to this breakpoint a boolean expression whose evaluation will determine whether the breakpoint suspends execution (i.e.
setContextsListener(DebugContextsListener, boolean) - Method in class com.oracle.truffle.api.debug.DebuggerSession
Set a listener to be notified about changes in contexts in guest language application.
setCreationTime(FileTime, LinkOption...) - Method in class com.oracle.truffle.api.TruffleFile
Sets the file's creation time.
setDouble(FrameSlot, double) - Method in interface com.oracle.truffle.api.frame.Frame
Write access to a local variable of type double.
setDouble(DynamicObject, double) - Method in interface com.oracle.truffle.api.object.DoubleLocation
 
setDouble(DynamicObject, double, Shape) - Method in interface com.oracle.truffle.api.object.DoubleLocation
 
setDouble(DynamicObject, double, Shape, Shape) - Method in interface com.oracle.truffle.api.object.DoubleLocation
 
setEnabled(boolean) - Method in class com.oracle.truffle.api.debug.Breakpoint
Controls whether this breakpoint is currently allowed to suspend execution (true by default).
setFloat(FrameSlot, float) - Method in interface com.oracle.truffle.api.frame.Frame
Write access to a local variable of type float.
setFrameSlotKind(FrameSlot, FrameSlotKind) - Method in class com.oracle.truffle.api.frame.FrameDescriptor
Changes the kind of the provided slot.
setGeneric(DynamicObject, Object, Shape) - Method in class com.oracle.truffle.api.object.Property
Assigns value to this property of the object.
setGeneric(DynamicObject, Object, Shape, Shape) - Method in class com.oracle.truffle.api.object.Property
Assigns value to this property of the object, changing the object's shape.
setIgnoreCount(int) - Method in class com.oracle.truffle.api.debug.Breakpoint
Changes the number of times the breakpoint must be executed before it hits (i.e.
setInt(FrameSlot, int) - Method in interface com.oracle.truffle.api.frame.Frame
Write access to a local variable of type int.
setInt(DynamicObject, int) - Method in interface com.oracle.truffle.api.object.IntLocation
 
setInt(DynamicObject, int, Shape) - Method in interface com.oracle.truffle.api.object.IntLocation
 
setInt(DynamicObject, int, Shape, Shape) - Method in interface com.oracle.truffle.api.object.IntLocation
 
setInternal(DynamicObject, Object) - Method in class com.oracle.truffle.api.object.Location
Like Location.set(DynamicObject, Object, Shape), but does not invalidate final locations.
setInternal(DynamicObject, Object) - Method in class com.oracle.truffle.api.object.Property
setLastAccessTime(FileTime, LinkOption...) - Method in class com.oracle.truffle.api.TruffleFile
Sets the file's last access time.
setLastModifiedTime(FileTime, LinkOption...) - Method in class com.oracle.truffle.api.TruffleFile
Sets the file's last modified time.
setLong(FrameSlot, long) - Method in interface com.oracle.truffle.api.frame.Frame
Write access to a local variable of type long.
setLong(DynamicObject, long) - Method in interface com.oracle.truffle.api.object.LongLocation
 
setLong(DynamicObject, long, Shape) - Method in interface com.oracle.truffle.api.object.LongLocation
 
setLong(DynamicObject, long, Shape, Shape) - Method in interface com.oracle.truffle.api.object.LongLocation
 
setNodeProperty(Object, String, Object) - Method in class com.oracle.truffle.api.nodes.GraphPrintVisitor.GraphPrintAdapter
Deprecated.
 
setObject(FrameSlot, Object) - Method in interface com.oracle.truffle.api.frame.Frame
Write access to a local variable of type Object.
setOption(String, Object) - Method in interface com.oracle.truffle.api.CompilerOptions
 
setPolymorphicUnboxing(boolean) - Method in class com.oracle.truffle.api.object.Layout.Builder
If true, try to keep properties with polymorphic primitive types unboxed.
setPosixPermissions(Set<? extends PosixFilePermission>, LinkOption...) - Method in class com.oracle.truffle.api.TruffleFile
Sets the file's Posix permissions.
setReturnValue(DebugValue) - Method in class com.oracle.truffle.api.debug.SuspendedEvent
Change the return value.
setSafe(DynamicObject, Object, Shape) - Method in class com.oracle.truffle.api.object.Property
setSafe(DynamicObject, Object, Shape, Shape) - Method in class com.oracle.truffle.api.object.Property
Assigns value to this property of the object, changing the object's shape.
setShapeAndGrow(Shape, Shape) - Method in class com.oracle.truffle.api.object.DynamicObject
Set object shape and grow storage if necessary.
setShapeAndResize(Shape, Shape) - Method in class com.oracle.truffle.api.object.DynamicObject
Set object shape and resize storage if necessary.
setStackTrace(StackTraceElement[]) - Method in exception com.oracle.truffle.api.debug.DebugException
Unsupported, DebugException instances are not writable therefore setting the stack trace has no effect for them.
setSteppingFilter(SuspensionFilter) - Method in class com.oracle.truffle.api.debug.DebuggerSession
Set a stepping suspension filter.
setThreadsListener(DebugThreadsListener, boolean) - Method in class com.oracle.truffle.api.debug.DebuggerSession
Set a listener to be notified about changes in threads in guest language application.
severe(String) - Method in class com.oracle.truffle.api.TruffleLogger
Logs a message with severe level.
severe(Supplier<String>) - Method in class com.oracle.truffle.api.TruffleLogger
Logs a message with severe level.
Shape - Class in com.oracle.truffle.api.object
Shape objects create a mapping of Property objects to Locations.
Shape() - Constructor for class com.oracle.truffle.api.object.Shape
Constructor for subclasses.
Shape.Allocator - Class in com.oracle.truffle.api.object
Utility class to allocate locations in an object layout.
Shape.Pred<T> - Interface in com.oracle.truffle.api.object
Represents a predicate (boolean-valued function) of one argument.
ShapeListener - Interface in com.oracle.truffle.api.object
A listener to be notified of property transitions.
size() - Method in class com.oracle.truffle.api.object.DynamicObject
Returns the number of properties in this object.
size(LinkOption...) - Method in class com.oracle.truffle.api.TruffleFile
Returns the size of a file.
SIZE_UNKNOWN - Static variable in class com.oracle.truffle.api.instrumentation.AllocationReporter
Constant specifying an unknown size.
SLOWPATH_PROBABILITY - Static variable in class com.oracle.truffle.api.CompilerDirectives
 
SlowPathException - Exception in com.oracle.truffle.api.nodes
An exception thrown to enter a slow path.
SlowPathException() - Constructor for exception com.oracle.truffle.api.nodes.SlowPathException
Creates an exception thrown to enter a slow path.
SlowPathException(String, Throwable) - Constructor for exception com.oracle.truffle.api.nodes.SlowPathException
Creates an exception thrown to enter a slow path.
SlowPathException(String) - Constructor for exception com.oracle.truffle.api.nodes.SlowPathException
Creates an exception thrown to enter a slow path.
SlowPathException(Throwable) - Constructor for exception com.oracle.truffle.api.nodes.SlowPathException
Creates an exception thrown to enter a slow path.
Source - Class in com.oracle.truffle.api.source
Representation of a source code unit and its contents that can be evaluated in a language.
Source.LiteralBuilder - Class in com.oracle.truffle.api.source
Allows one to specify additional attribute before creating new Source instance.
Source.SourceBuilder - Class in com.oracle.truffle.api.source
Allows one to specify additional attribute before creating new Source instance.
SourceElement - Enum in com.oracle.truffle.api.debug
Representation of a guest language source syntax element, that is used for debugging purposes.
sourceElements(SourceElement...) - Method in class com.oracle.truffle.api.debug.Breakpoint.Builder
Specifies which source elements will this breakpoint adhere to.
sourceElements(SourceElement...) - Method in class com.oracle.truffle.api.debug.Breakpoint.ExceptionBuilder
Specifies which source elements will this breakpoint adhere to.
sourceElements(SourceElement...) - Method in class com.oracle.truffle.api.debug.StepConfig.Builder
Provide a list of SourceElements that are enabled for the step.
SourceFilter - Class in com.oracle.truffle.api.instrumentation
A source filter represents an expression for a subset of guest language sources that are used in an Truffle interpreter.
sourceFilter(SourceFilter) - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.Builder
Add a source filter.
SourceFilter.Builder - Class in com.oracle.truffle.api.instrumentation
Configure your own SourceFilter before creating its instance.
sourceIs(Predicate<Source>) - Method in class com.oracle.truffle.api.debug.SuspensionFilter.Builder
Set a Predicate that filters based on a Source.
sourceIs(Source...) - Method in class com.oracle.truffle.api.instrumentation.SourceFilter.Builder
Add a filter for one of the given sources.
sourceIs(Predicate<Source>) - Method in class com.oracle.truffle.api.instrumentation.SourceFilter.Builder
Adds custom predicate to filter inclusion of sources.
sourceIs(Source...) - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.Builder
Add a filter for all source sections that reference one of the given sources.
sourceIs(SourceSectionFilter.SourcePredicate) - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.Builder
Adds custom predicate to filter inclusion of sources.
SourceSection - Class in com.oracle.truffle.api.source
Description of contiguous section of text within a Source of program code.; supports multiple modes of access to the text and its location.
sourceSectionEquals(SourceSection...) - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.Builder
Add a filter for all source sections that equal one of the given source sections.
SourceSectionFilter - Class in com.oracle.truffle.api.instrumentation
A source section filter represents an expression for a subset of tagged source sections that are used in an Truffle interpreter.
SourceSectionFilter.Builder - Class in com.oracle.truffle.api.instrumentation
Configure your own SourceSectionFilter before creating its instance.
SourceSectionFilter.IndexRange - Class in com.oracle.truffle.api.instrumentation
Represents a range between two indices within a source section filter.
SourceSectionFilter.SourcePredicate - Interface in com.oracle.truffle.api.instrumentation
Represents a predicate for source objects.
Specialization - Annotation Type in com.oracle.truffle.api.dsl
Defines a method of a node subclass to represent one specialization of an operation.
StandardTags - Class in com.oracle.truffle.api.instrumentation
Set of standard tags usable by language agnostic tools.
StandardTags.CallTag - Class in com.oracle.truffle.api.instrumentation
Marks program locations that represent a call to other guest language functions, methods or closures.
StandardTags.ExpressionTag - Class in com.oracle.truffle.api.instrumentation
Marks program locations as to be considered expressions of the languages.
StandardTags.RootTag - Class in com.oracle.truffle.api.instrumentation
Marks program locations as root of a function, method or closure.
StandardTags.StatementTag - Class in com.oracle.truffle.api.instrumentation
Marks program locations that represent a statement of a language.
StandardTags.TryBlockTag - Class in com.oracle.truffle.api.instrumentation
Marks program locations to be considered as try blocks, that are followed by catch.
startServer(URI, MessageEndpoint) - Method in class com.oracle.truffle.api.instrumentation.TruffleInstrument.Env
Start a server at the provided URI via the MessageTransport service.
startSession(SuspendedCallback) - Method in class com.oracle.truffle.api.debug.Debugger
Starts a new session provided with a callback that gets notified whenever the execution is suspended.
startSession(SuspendedCallback, SourceElement...) - Method in class com.oracle.truffle.api.debug.Debugger
Starts a new session provided with a callback that gets notified whenever the execution is suspended and with a list of source syntax elements on which it is possible to step.
startsWith(String) - Method in class com.oracle.truffle.api.TruffleFile
Tests if this TruffleFile path starts with the given path.
startsWith(TruffleFile) - Method in class com.oracle.truffle.api.TruffleFile
Tests if this TruffleFile path starts with the given TruffleFile path.
StepConfig - Class in com.oracle.truffle.api.debug
Represents a debugger step configuration.
StepConfig.Builder - Class in com.oracle.truffle.api.debug
Builder of StepConfig.
subSource(int, int) - Method in class com.oracle.truffle.api.source.Source
Creates a Source instance that represents the contents of a sub-range of an this Source.
supportsOption(String) - Method in interface com.oracle.truffle.api.CompilerOptions
 
suspendAnchor(SuspendAnchor) - Method in class com.oracle.truffle.api.debug.Breakpoint.Builder
Specify the breakpoint suspension anchor within the guest language source location.
SuspendAnchor - Enum in com.oracle.truffle.api.debug
Describes where, within a guest language source section, the suspend position is.
suspendAnchors(SourceElement, SuspendAnchor...) - Method in class com.oracle.truffle.api.debug.StepConfig.Builder
Provide a list of SuspendAnchors for individual SourceElements.
SuspendedCallback - Interface in com.oracle.truffle.api.debug
Callback invoked whenever the debugger suspends for a particular session.
SuspendedEvent - Class in com.oracle.truffle.api.debug
Access for Debugger clients to the state of a guest language execution thread that has been suspended, for example by a Breakpoint or stepping action.
suspendNextExecution() - Method in class com.oracle.truffle.api.debug.DebuggerSession
Suspends the next execution on the first thread that is encountered.
suspensionFilter(SuspensionFilter) - Method in class com.oracle.truffle.api.debug.Breakpoint.ExceptionBuilder
A filter to limit source locations which intercept exceptions.
SuspensionFilter - Class in com.oracle.truffle.api.debug
A filter to limit the suspension locations.
SuspensionFilter.Builder - Class in com.oracle.truffle.api.debug
A builder for creating a suspension filter.

T

tag - Variable in enum com.oracle.truffle.api.frame.FrameSlotKind
 
Tag - Class in com.oracle.truffle.api.instrumentation
Base class for tags used in the Truffle instrumentation framework.
Tag() - Constructor for class com.oracle.truffle.api.instrumentation.Tag
No instances of tags allowed.
Tag.Identifier - Annotation Type in com.oracle.truffle.api.instrumentation
Annotation applied to Tag subclasses to specify the tag identifier.
tagIs(Class<?>...) - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.Builder
Add a filter for all source sections that are tagged with one of the given tags.
tagIsNot(Class<?>...) - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.Builder
Add a filter for all source sections that are not tagged with one of the given tags.
test(Source) - Method in interface com.oracle.truffle.api.instrumentation.SourceSectionFilter.SourcePredicate
Returns true if the given source should be tested positive and false if the sources should be filtered.
test(T) - Method in interface com.oracle.truffle.api.object.Shape.Pred
Evaluates this predicate on the given argument.
threadDisposed(DebugContext, Thread) - Method in interface com.oracle.truffle.api.debug.DebugThreadsListener
Notifies about disposal of thread-related resources that were used for a guest language execution in a DebugContext.
threadInitialized(DebugContext, Thread) - Method in interface com.oracle.truffle.api.debug.DebugThreadsListener
Notifies about initialization of a thread to be used for a guest language execution in a DebugContext.
ThreadsListener - Interface in com.oracle.truffle.api.instrumentation
Listener to be notified about changes of threads in guest language application.
throwing(String, String, T) - Method in class com.oracle.truffle.api.TruffleLogger
Logs throwing an exception.
TO_NATIVE - Static variable in class com.oracle.truffle.api.interop.Message
Transforms a truffle value a new truffle native value that represents a raw native pointer.
toString() - Method in class com.oracle.truffle.api.debug.Breakpoint
toString() - Method in class com.oracle.truffle.api.debug.DebuggerSession
toString() - Method in class com.oracle.truffle.api.debug.DebugValue
Returns a string representation of the debug value.
toString() - Method in class com.oracle.truffle.api.debug.SuspendedEvent
 
toString() - Method in class com.oracle.truffle.api.frame.FrameDescriptor
 
toString() - Method in class com.oracle.truffle.api.frame.FrameSlot
 
toString() - Method in class com.oracle.truffle.api.instrumentation.EventContext
 
toString() - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter.IndexRange
 
toString() - Method in class com.oracle.truffle.api.instrumentation.SourceSectionFilter
 
toString(LanguageInfo, Object) - Method in class com.oracle.truffle.api.instrumentation.TruffleInstrument.Env
Uses the provided language to print a string representation of this value.
toString() - Method in class com.oracle.truffle.api.InstrumentInfo
 
toString() - Method in class com.oracle.truffle.api.interop.ForeignAccess
 
toString(Message) - Static method in class com.oracle.truffle.api.interop.Message
Converts the message into canonical string representation.
toString() - Method in class com.oracle.truffle.api.nodes.DirectCallNode
 
toString() - Method in class com.oracle.truffle.api.nodes.Node
Converts this node to a textual representation useful for debugging.
toString() - Method in class com.oracle.truffle.api.object.HiddenKey
 
toString(DynamicObject) - Method in class com.oracle.truffle.api.object.ObjectType
Delegate method for Object.toString().
toString() - Method in class com.oracle.truffle.api.source.Source
toString() - Method in class com.oracle.truffle.api.source.SourceSection
Returns an implementation-defined string representation of this source section to be used for debugging purposes only.
toString() - Method in class com.oracle.truffle.api.TruffleFile
toString(C, Object) - Method in class com.oracle.truffle.api.TruffleLanguage
Generates language specific textual representation of a value.
toString() - Method in class com.oracle.truffle.api.utilities.JSONHelper.JSONStringBuilder
 
toUri() - Method in class com.oracle.truffle.api.TruffleFile
Returns the URI representation of this TruffleFile.
TraceRewrites - Static variable in class com.oracle.truffle.api.TruffleOptions
Enables/disables the rewriting of traces in the Truffle runtime to stdout.
TraceRewritesFilterClass - Static variable in class com.oracle.truffle.api.TruffleOptions
Filters rewrites that do not contain the given string in the qualified name of the source or target class hierarchy.
TraceRewritesFilterFromCost - Static variable in class com.oracle.truffle.api.TruffleOptions
Filters rewrites which does not contain the NodeCost in its source NodeInfo.
TraceRewritesFilterToCost - Static variable in class com.oracle.truffle.api.TruffleOptions
Filters rewrites which does not contain the NodeCost in its target NodeInfo.
transferToInterpreter() - Static method in class com.oracle.truffle.api.CompilerDirectives
Directive for the compiler to discontinue compilation at this code position and instead insert a transfer to the interpreter.
transferToInterpreterAndInvalidate() - Static method in class com.oracle.truffle.api.CompilerDirectives
Directive for the compiler to discontinue compilation at this code position and instead insert a transfer to the interpreter, invalidating the currently executing machine code.
Truffle - Class in com.oracle.truffle.api
Class for obtaining the Truffle runtime singleton object of this virtual machine.
TruffleContext - Class in com.oracle.truffle.api
A handle on a context of a set of Truffle languages.
TruffleContext.Builder - Class in com.oracle.truffle.api
Builder class to create new TruffleContext instances.
TruffleException - Interface in com.oracle.truffle.api
Represents an exception thrown during the execution of a guest language program.
TruffleFile - Class in com.oracle.truffle.api
An abstract representation of a file used by Truffle languages.
TruffleInstrument - Class in com.oracle.truffle.api.instrumentation
The service provider interface (SPI) for Truffle instruments: clients of Truffle instrumentation that may observe and inject behavior into interpreters written using the Truffle framework.
TruffleInstrument() - Constructor for class com.oracle.truffle.api.instrumentation.TruffleInstrument
Constructor for subclasses.
TruffleInstrument.Env - Class in com.oracle.truffle.api.instrumentation
Access to instrumentation services as well as input, output, and error streams.
TruffleInstrument.Registration - Annotation Type in com.oracle.truffle.api.instrumentation
Annotation that registers an instrument implementations for automatic discovery.
TruffleLanguage<C> - Class in com.oracle.truffle.api
A Truffle language implementation contains all the services a language should provide to make it composable with other languages.
TruffleLanguage() - Constructor for class com.oracle.truffle.api.TruffleLanguage
Constructor to be called by subclasses.
TruffleLanguage.ContextPolicy - Enum in com.oracle.truffle.api
Defines the supported policy for reusing languages per context.
TruffleLanguage.ContextReference<C> - Class in com.oracle.truffle.api
Represents a reference to the current context to be stored in an AST.
TruffleLanguage.Env - Class in com.oracle.truffle.api
Represents execution environment of the TruffleLanguage.
TruffleLanguage.InlineParsingRequest - Class in com.oracle.truffle.api
Request for inline parsing.
TruffleLanguage.ParsingRequest - Class in com.oracle.truffle.api
Request for parsing.
TruffleLanguage.Registration - Annotation Type in com.oracle.truffle.api
The annotation to use to register your language to the Polyglot API.
TruffleLogger - Class in com.oracle.truffle.api
Support for logging in Truffle languages and instruments.
TruffleObject - Interface in com.oracle.truffle.api.interop
Interface for any entity of a Truffle guest language implementations that can be shared across other language implementations.
TruffleOptions - Class in com.oracle.truffle.api
Class containing general Truffle options.
TruffleRuntime - Interface in com.oracle.truffle.api
Interface representing a Truffle runtime object.
TruffleRuntimeAccess - Interface in com.oracle.truffle.api
A service that provides access to a TruffleRuntime implementation.
TruffleStackTraceElement - Class in com.oracle.truffle.api
Represents a guest stack trace element.
tryMerge(Shape) - Method in class com.oracle.truffle.api.object.Shape
Try to merge two related shapes to a more general shape that has the same properties and can store at least the values of both shapes.
TypeCast - Annotation Type in com.oracle.truffle.api.dsl
Overrides the standard way of casting a certain type in a TypeSystem.
TypeCheck - Annotation Type in com.oracle.truffle.api.dsl
Overrides the standard way of checking for a certain type in a TypeSystem.
TypedLocation - Interface in com.oracle.truffle.api.object
A location that can store a value of a particular type.
TypeSystem - Annotation Type in com.oracle.truffle.api.dsl
Each Node has one TypeSystem at its root to define the types that can be used throughout the system.
TypeSystemReference - Annotation Type in com.oracle.truffle.api.dsl
References a TypeSystem on a node.

U

UNBOX - Static variable in class com.oracle.truffle.api.interop.Message
Converts truffle value to Java primitive type.
UnexpectedResultException - Exception in com.oracle.truffle.api.nodes
An exception that should be thrown if the return value cannot be represented as a value of the return type.
UnexpectedResultException(Object) - Constructor for exception com.oracle.truffle.api.nodes.UnexpectedResultException
Creates the exception with the alternative result that cannot be represented as a value of the return type.
UnionAssumption - Class in com.oracle.truffle.api.utilities
An assumption that combines two other assumptions.
UnionAssumption(String, Assumption, Assumption) - Constructor for class com.oracle.truffle.api.utilities.UnionAssumption
 
UnionAssumption(Assumption, Assumption) - Constructor for class com.oracle.truffle.api.utilities.UnionAssumption
 
UnknownIdentifierException - Exception in com.oracle.truffle.api.interop
An exception thrown if a foreign access tries to access a property of a TruffleObject that is not accessible.
UNLIKELY_PROBABILITY - Static variable in class com.oracle.truffle.api.CompilerDirectives
 
UnsupportedMessageException - Exception in com.oracle.truffle.api.interop
An exception thrown if a TruffleObject does not support a Message.
UnsupportedSpecializationException - Exception in com.oracle.truffle.api.dsl
Thrown by the generated code of Truffle-DSL if no compatible Specialization could be found for the provided values.
UnsupportedSpecializationException(Node, Node[], Object...) - Constructor for exception com.oracle.truffle.api.dsl.UnsupportedSpecializationException
 
UnsupportedTypeException - Exception in com.oracle.truffle.api.interop
An exception thrown if a TruffleObject does not support the type of one ore more arguments provided by a foreign access.
UNWIND_ACTION_REENTER - Static variable in class com.oracle.truffle.api.instrumentation.ProbeNode
updateShape() - Method in class com.oracle.truffle.api.object.DynamicObject
Ensure object shape is up-to-date.
uri(URI) - Method in class com.oracle.truffle.api.source.Source.LiteralBuilder
Assigns new URI to the to-be-created Source.
uri(URI) - Method in class com.oracle.truffle.api.source.Source.SourceBuilder
Assigns new URI to the to-be-created Source.

V

valueOf(String) - Static method in enum com.oracle.truffle.api.debug.Breakpoint.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.truffle.api.debug.SourceElement
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.truffle.api.debug.SuspendAnchor
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.truffle.api.frame.FrameInstance.FrameAccess
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.truffle.api.frame.FrameSlotKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in class com.oracle.truffle.api.interop.Message
Converts string representation into real message.
valueOf(String) - Static method in enum com.oracle.truffle.api.nodes.ExplodeLoop.LoopExplosionKind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.truffle.api.nodes.NodeCost
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.truffle.api.nodes.NodeFieldAccessor.NodeFieldKind
Deprecated.
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.truffle.api.object.Layout.ImplicitCast
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.truffle.api.object.LocationModifier
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.oracle.truffle.api.TruffleLanguage.ContextPolicy
Returns the enum constant of this type with the specified name.
ValueProfile - Class in com.oracle.truffle.api.profiles
Specialized value profile to capture certain properties of Object runtime values.
values() - Static method in enum com.oracle.truffle.api.debug.Breakpoint.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.truffle.api.debug.SourceElement
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.truffle.api.debug.SuspendAnchor
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.truffle.api.frame.FrameInstance.FrameAccess
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.truffle.api.frame.FrameSlotKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.truffle.api.nodes.ExplodeLoop.LoopExplosionKind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.truffle.api.nodes.NodeCost
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.truffle.api.nodes.NodeFieldAccessor.NodeFieldKind
Deprecated.
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.truffle.api.object.Layout.ImplicitCast
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.truffle.api.object.LocationModifier
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.oracle.truffle.api.TruffleLanguage.ContextPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
verify(Node) - Static method in class com.oracle.truffle.api.nodes.NodeUtil
 
VirtualFrame - Interface in com.oracle.truffle.api.frame
Represents a frame containing values of local variables of the guest language.
visit(Object) - Method in class com.oracle.truffle.api.nodes.GraphPrintVisitor.GraphPrintAdapter
Deprecated.
 
visit(Object, GraphPrintVisitor.GraphPrintHandler) - Method in class com.oracle.truffle.api.nodes.GraphPrintVisitor.GraphPrintAdapter
Deprecated.
 
visit(Object, GraphPrintVisitor.GraphPrintAdapter) - Method in interface com.oracle.truffle.api.nodes.GraphPrintVisitor.GraphPrintHandler
Deprecated.
 
visit(Node) - Method in interface com.oracle.truffle.api.nodes.NodeVisitor
This visitor method is called for every node in the tree.
visit(FileVisitor<TruffleFile>, int, FileVisitOption...) - Method in class com.oracle.truffle.api.TruffleFile
Visits this TruffleFile file tree.
visited(Object) - Method in class com.oracle.truffle.api.nodes.GraphPrintVisitor.GraphPrintAdapter
Deprecated.
 
visitFrame(FrameInstance) - Method in interface com.oracle.truffle.api.frame.FrameInstanceVisitor
 
visitLoadedSourceSections(SourceSectionFilter, LoadSourceSectionListener) - Method in class com.oracle.truffle.api.instrumentation.Instrumenter
Notifies the listener for each SourceSection in every loaded Source that corresponds to the filter.
Volatile - Annotation Type in com.oracle.truffle.api.object.dsl
Apply to the constructor parameter that corresponds to an object-model DSL property to mark it as volatile, in the sense of the Java Language Specification section 8.3.1.4.

W

warning(String) - Method in class com.oracle.truffle.api.TruffleLogger
Logs a message with warning level.
warning(Supplier<String>) - Method in class com.oracle.truffle.api.TruffleLogger
Logs a message with warning level.
WRITE - Static variable in class com.oracle.truffle.api.interop.Message
Message to write a field.
WRITE_SIDE_EFFECTS - Static variable in class com.oracle.truffle.api.interop.KeyInfo
Single bit that is set if Message.WRITE may have side-effects.
A B C D E F G H I J K L M N O P Q R S T U V W 
Skip navigation links