Skip navigation links
GraalVM SDK Java API Reference
24.1.0-dev

4572e94e98da5b61c392f7ca6960a6818df863db
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 

A

aboveOrEqual(UnsignedWord) - Method in interface org.graalvm.word.UnsignedWord
Compares this Unsigned with the specified value.
aboveOrEqual(int) - Method in interface org.graalvm.word.UnsignedWord
Compares this Unsigned with the specified value.
aboveThan(UnsignedWord) - Method in interface org.graalvm.word.UnsignedWord
Compares this Unsigned with the specified value.
aboveThan(int) - Method in interface org.graalvm.word.UnsignedWord
Compares this Unsigned with the specified value.
AbstractPosixTerminal - Class in org.graalvm.shadowed.org.jline.terminal.impl
 
AbstractPosixTerminal(String, String, Pty) - Constructor for class org.graalvm.shadowed.org.jline.terminal.impl.AbstractPosixTerminal
 
AbstractPosixTerminal(String, String, Pty, Charset, Terminal.SignalHandler) - Constructor for class org.graalvm.shadowed.org.jline.terminal.impl.AbstractPosixTerminal
 
AbstractPty - Class in org.graalvm.shadowed.org.jline.terminal.impl
 
AbstractPty() - Constructor for class org.graalvm.shadowed.org.jline.terminal.impl.AbstractPty
 
AbstractTerminal - Class in org.graalvm.shadowed.org.jline.terminal.impl
 
AbstractTerminal(String, String) - Constructor for class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
AbstractTerminal(String, String, Charset, Terminal.SignalHandler) - Constructor for class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
AbstractWindowsConsoleWriter - Class in org.graalvm.shadowed.org.jline.terminal.impl
 
AbstractWindowsConsoleWriter() - Constructor for class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsConsoleWriter
 
AbstractWindowsTerminal<Console> - Class in org.graalvm.shadowed.org.jline.terminal.impl
The AbstractWindowsTerminal is used as the base class for windows terminal.
AbstractWindowsTerminal(Writer, String, String, Charset, boolean, Terminal.SignalHandler, Console, int, Console, int) - Constructor for class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
ACCEPT_AND_HOLD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
ACCEPT_AND_INFER_NEXT_HISTORY - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
ACCEPT_LINE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
ACCEPT_LINE_AND_DOWN_HISTORY - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
add(E) - Method in interface org.graalvm.collections.EconomicSet
Adds element to this set if it is not already present.
add(T) - Method in class org.graalvm.collections.LockFreePool
Adds an element to this pool.
add(Class<T>, T) - Static method in class org.graalvm.nativeimage.ImageSingletons
Add a singleton to the registry.
add(String) - Method in interface org.graalvm.shadowed.org.jline.reader.History
 
add(Instant, String) - Method in interface org.graalvm.shadowed.org.jline.reader.History
 
add(String, List<Completer>) - Method in class org.graalvm.shadowed.org.jline.reader.impl.completer.SystemCompleter
 
add(List<String>, Completer) - Method in class org.graalvm.shadowed.org.jline.reader.impl.completer.SystemCompleter
 
add(String, Completer) - Method in class org.graalvm.shadowed.org.jline.reader.impl.completer.SystemCompleter
 
add(SystemCompleter) - Method in class org.graalvm.shadowed.org.jline.reader.impl.completer.SystemCompleter
 
add(Instant, String) - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 
add(T) - Static method in class org.graalvm.shadowed.org.jline.utils.ShutdownHooks
 
add(UnsignedWord) - Method in interface org.graalvm.word.Pointer
Returns a Pointer whose value is (this + val).
add(int) - Method in interface org.graalvm.word.Pointer
Returns a Pointer whose value is (this + val).
add(SignedWord) - Method in interface org.graalvm.word.SignedWord
Returns a Signed whose value is (this + val).
add(int) - Method in interface org.graalvm.word.SignedWord
Returns a Signed whose value is (this + val).
add(UnsignedWord) - Method in interface org.graalvm.word.UnsignedWord
Returns a Unsigned whose value is (this + val).
add(int) - Method in interface org.graalvm.word.UnsignedWord
Returns a Unsigned whose value is (this + val).
addAliases(Map<String, String>) - Method in class org.graalvm.shadowed.org.jline.reader.impl.completer.SystemCompleter
 
addAll(EconomicSet<E>) - Method in interface org.graalvm.collections.EconomicSet
Adds all of the elements in other to this set if they're not already present.
addAll(Iterable<E>) - Method in interface org.graalvm.collections.EconomicSet
Adds all of the elements in values to this set if they're not already present.
addAll(Iterator<E>) - Method in interface org.graalvm.collections.EconomicSet
Adds all of the elements enumerated by iterator to this set if they're not already present.
addCommandsInBuffer(Collection<String>) - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
addHistoryLine(Path, String) - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 
addHistoryLine(Path, String, boolean) - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 
addResource(Module, String) - Static method in class org.graalvm.nativeimage.hosted.RuntimeResourceAccess
Make Java resource resourcePath from module available at run time.
addResource(Module, String, byte[]) - Static method in class org.graalvm.nativeimage.hosted.RuntimeResourceAccess
Inject a Java resource at resourcePath in module with the specified resourceContent.
addResourceBundle(Module, String, Locale[]) - Static method in class org.graalvm.nativeimage.hosted.RuntimeResourceAccess
Make Java ResourceBundle that is specified by a baseBundleName and locales from module module available at run time.
addResourceBundle(Module, String) - Static method in class org.graalvm.nativeimage.hosted.RuntimeResourceAccess
Make Java ResourceBundle that is specified by a bundleName from module module available at run time.
addressOf(int) - Method in interface org.graalvm.nativeimage.c.type.CCharPointer
Computes the address of the array element with the specified index, treating the pointer as an array of the C type.
addressOf(SignedWord) - Method in interface org.graalvm.nativeimage.c.type.CCharPointer
Computes the address of the array element with the specified index, treating the pointer as an array of the C type.
addressOf(int) - Method in interface org.graalvm.nativeimage.c.type.CCharPointerPointer
Computes the address of the array element with the specified index, treating the pointer as an array of the C type.
addressOf(SignedWord) - Method in interface org.graalvm.nativeimage.c.type.CCharPointerPointer
Computes the address of the array element with the specified index, treating the pointer as an array of the C type.
addressOf(int) - Method in interface org.graalvm.nativeimage.c.type.CDoublePointer
Computes the address of the array element with the specified index, treating the pointer as an array of the C type.
addressOf(SignedWord) - Method in interface org.graalvm.nativeimage.c.type.CDoublePointer
Computes the address of the array element with the specified index, treating the pointer as an array of the C type.
addressOf(int) - Method in interface org.graalvm.nativeimage.c.type.CFloatPointer
Computes the address of the array element with the specified index, treating the pointer as an array of the C type.
addressOf(SignedWord) - Method in interface org.graalvm.nativeimage.c.type.CFloatPointer
Computes the address of the array element with the specified index, treating the pointer as an array of the C type.
addressOf(int) - Method in interface org.graalvm.nativeimage.c.type.CIntPointer
Computes the address of the array element with the specified index, treating the pointer as an array of the C type.
addressOf(SignedWord) - Method in interface org.graalvm.nativeimage.c.type.CIntPointer
Computes the address of the array element with the specified index, treating the pointer as an array of the C type.
addressOf(int) - Method in interface org.graalvm.nativeimage.c.type.CIntPointerPointer
Computes the address of the array element with the specified index, treating the pointer as an array of the C type.
addressOf(SignedWord) - Method in interface org.graalvm.nativeimage.c.type.CIntPointerPointer
Computes the address of the array element with the specified index, treating the pointer as an array of the C type.
addressOf(int) - Method in interface org.graalvm.nativeimage.c.type.CLongPointer
Computes the address of the array element with the specified index, treating the pointer as an array of the C type.
addressOf(SignedWord) - Method in interface org.graalvm.nativeimage.c.type.CLongPointer
Computes the address of the array element with the specified index, treating the pointer as an array of the C type.
addressOf(int) - Method in interface org.graalvm.nativeimage.c.type.CShortPointer
Computes the address of the array element with the specified index, treating the pointer as an array of the C type.
addressOf(SignedWord) - Method in interface org.graalvm.nativeimage.c.type.CShortPointer
Computes the address of the array element with the specified index, treating the pointer as an array of the C type.
addressOf(int) - Method in interface org.graalvm.nativeimage.c.type.WordPointer
Computes the address of the array element with the specified index, treating the pointer as an array of the C type.
addressOf(SignedWord) - Method in interface org.graalvm.nativeimage.c.type.WordPointer
Computes the address of the array element with the specified index, treating the pointer as an array of the C type.
addressOfArrayElement(int) - Method in interface org.graalvm.nativeimage.PinnedObject
Returns a pointer to the array element with the specified index.
addressOfObject() - Method in interface org.graalvm.nativeimage.PinnedObject
Returns the raw address of the pinned object.
AdobeRGB_environment - Static variable in class org.graalvm.shadowed.org.jline.utils.Colors
Adobe RGB environment
advance() - Method in interface org.graalvm.collections.UnmodifiableMapCursor
Advances to the next entry.
afterAnalysis(Feature.AfterAnalysisAccess) - Method in interface org.graalvm.nativeimage.hosted.Feature
Handler for initializations after analysis and before universe creation.
afterCompilation(Feature.AfterCompilationAccess) - Method in interface org.graalvm.nativeimage.hosted.Feature
Handler for initializations after compilation, i.e., before the native image is written.
afterHeapLayout(Feature.AfterHeapLayoutAccess) - Method in interface org.graalvm.nativeimage.hosted.Feature
Handler for initializations after the native image heap and code layout.
afterImageWrite(Feature.AfterImageWriteAccess) - Method in interface org.graalvm.nativeimage.hosted.Feature
Handler for altering the image (or shared object) that the linker command produced.
afterRegistration(Feature.AfterRegistrationAccess) - Method in interface org.graalvm.nativeimage.hosted.Feature
Handler for initializations after all features have been registered and all options have been parsed; but before any initializations for the static analysis have happened.
AggregateCompleter - Class in org.graalvm.shadowed.org.jline.reader.impl.completer
Completer which contains multiple completers and aggregates them together.
AggregateCompleter(Completer...) - Constructor for class org.graalvm.shadowed.org.jline.reader.impl.completer.AggregateCompleter
Construct an AggregateCompleter with the given completers.
AggregateCompleter(Collection<Completer>) - Constructor for class org.graalvm.shadowed.org.jline.reader.impl.completer.AggregateCompleter
Construct an AggregateCompleter with the given completers.
Alias - Annotation Type in com.oracle.svm.core.annotate
Mechanism for referring to fields and methods otherwise inaccessible due to Java language access control rules.
ALL - Static variable in class org.graalvm.polyglot.HostAccess
Predefined host access policy that allows full unrestricted access to public methods or fields of public host classes.
ALL - Static variable in class org.graalvm.polyglot.io.IOAccess
Provides guest language full access to host IO.
ALL - Static variable in class org.graalvm.polyglot.PolyglotAccess
Provides guest languages full access to other languages using polyglot evaluation and binding builtins.
allocator() - Method in class org.graalvm.collections.LockFreePrefixTree
 
Allocator() - Constructor for class org.graalvm.collections.LockFreePrefixTree.Allocator
 
allowAccess(Executable) - Method in class org.graalvm.polyglot.HostAccess.Builder
Allows access to a given constructor or method.
allowAccess(Field) - Method in class org.graalvm.polyglot.HostAccess.Builder
Allows access to a given field.
allowAccessAnnotatedBy(Class<? extends Annotation>) - Method in class org.graalvm.polyglot.HostAccess.Builder
Allows access to public constructors, methods or fields of public classes that were annotated by the given annotation class.
allowAccessInheritance(boolean) - Method in class org.graalvm.polyglot.HostAccess.Builder
Allows the guest application to inherit access to allowed methods, i.e.
allowAllAccess(boolean) - Method in class org.graalvm.polyglot.Context.Builder
Sets the default value for all privileges.
allowAllClassImplementations(boolean) - Method in class org.graalvm.polyglot.HostAccess.Builder
Allow guest languages to implement (extend) any Java class.
allowAllImplementations(boolean) - Method in class org.graalvm.polyglot.HostAccess.Builder
Allow guest languages to implement any Java interface.
allowArrayAccess(boolean) - Method in class org.graalvm.polyglot.HostAccess.Builder
Allows the guest application to access arrays as values with array elements.
allowBigIntegerNumberAccess(boolean) - Method in class org.graalvm.polyglot.HostAccess.Builder
Allows the guest application to access BigInteger as a number.
allowBindingsAccess(String) - Method in class org.graalvm.polyglot.PolyglotAccess.Builder
Allows access to polyglot bindings for a language.
allowBufferAccess(boolean) - Method in class org.graalvm.polyglot.HostAccess.Builder
Allows the guest application to access ByteBuffers as values with buffer elements.
allowCreateProcess(boolean) - Method in class org.graalvm.polyglot.Context.Builder
If true, allows guest language to execute external processes.
allowCreateThread(boolean) - Method in class org.graalvm.polyglot.Context.Builder
If true, allows guest languages to create new threads.
allowEnvironmentAccess(EnvironmentAccess) - Method in class org.graalvm.polyglot.Context.Builder
Allow environment access using the provided policy.
allowEval(String, String) - Method in class org.graalvm.polyglot.PolyglotAccess.Builder
Allows evaluation of code by one language of another.
allowEvalBetween(String...) - Method in class org.graalvm.polyglot.PolyglotAccess.Builder
Allows bidirectional evaluation of code between the given languages.
allowExperimentalOptions(boolean) - Method in class org.graalvm.polyglot.Context.Builder
Allow experimental options to be used for language options.
allowExperimentalOptions(boolean) - Method in class org.graalvm.polyglot.Engine.Builder
Allow experimental options to be used for instruments and engine options.
allowHostAccess(HostAccess) - Method in class org.graalvm.polyglot.Context.Builder
Configures which public constructors, methods or fields of public classes are accessible by guest applications.
allowHostClassLoading(boolean) - Method in class org.graalvm.polyglot.Context.Builder
If host class loading is enabled, then the guest language is allowed to load new host classes via jar or class files.
allowHostClassLookup(Predicate<String>) - Method in class org.graalvm.polyglot.Context.Builder
Sets a filter that specifies the Java host classes that can be looked up by the guest application.
allowHostFileAccess(boolean) - Method in class org.graalvm.polyglot.io.IOAccess.Builder
If true, it allows the guest language unrestricted access to files on the host system.
allowHostSocketAccess(boolean) - Method in class org.graalvm.polyglot.io.IOAccess.Builder
If true, it allows the guest language unrestricted access to host system sockets.
allowImplementations(Class<?>) - Method in class org.graalvm.polyglot.HostAccess.Builder
Allow implementations of this type by the guest language.
allowImplementationsAnnotatedBy(Class<? extends Annotation>) - Method in class org.graalvm.polyglot.HostAccess.Builder
Allow implementations of types annotated with the given annotation.
allowInnerContextOptions(boolean) - Method in class org.graalvm.polyglot.Context.Builder
Allows this context to spawn inner contexts that may change option values set for the outer context.
allowInternalResourceAccess(FileSystem) - Static method in interface org.graalvm.polyglot.io.FileSystem
Decorates the given fileSystem by an implementation that forwards access to the internal resources to the default file system.
allowIO(IOAccess) - Method in class org.graalvm.polyglot.Context.Builder
Configures guest language access to host IO.
allowIterableAccess(boolean) - Method in class org.graalvm.polyglot.HostAccess.Builder
Allows the guest application to access iterables as values with iterators.
allowIteratorAccess(boolean) - Method in class org.graalvm.polyglot.HostAccess.Builder
Allows the guest application to access iterators as iterator values.
allowListAccess(boolean) - Method in class org.graalvm.polyglot.HostAccess.Builder
Allows the guest application to access lists as values with array elements and iterators.
allowMapAccess(boolean) - Method in class org.graalvm.polyglot.HostAccess.Builder
Allows the guest application to access map as hash values.
allowMutableTargetMappings(HostAccess.MutableTargetMapping...) - Method in class org.graalvm.polyglot.HostAccess.Builder
Allows host object mappings of mutable target types, such as List, Map, Iterator and Iterable based on the HostAccess.MutableTargetMapping.
AllowNarrowingCast - Annotation Type in org.graalvm.nativeimage.c.struct
Allows a method annotated with CField to have a value type that is narrower (smaller number of bits) than the C type.
allowNativeAccess(boolean) - Method in class org.graalvm.polyglot.Context.Builder
Allows guest languages to access the native interface.
allowPolyglotAccess(PolyglotAccess) - Method in class org.graalvm.polyglot.Context.Builder
Allow polyglot access using the provided policy.
allowPublicAccess(boolean) - Method in class org.graalvm.polyglot.HostAccess.Builder
Allows unrestricted access to all public constructors, methods or fields of public classes.
allowValueSharing(boolean) - Method in class org.graalvm.polyglot.Context.Builder
Enables or disables sharing of any value between contexts.
AllowWideningCast - Annotation Type in org.graalvm.nativeimage.c.struct
Allows a method annotated with CField to have a value type that is wider (larger number of bits) than the C type.
altCharset(String, String) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
AMBIGUOUS_BINDING - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
Timeout for ambiguous key sequences.
and(UnsignedWord) - Method in interface org.graalvm.word.Pointer
Returns a Pointer whose value is (this & val).
and(int) - Method in interface org.graalvm.word.Pointer
Returns a Pointer whose value is (this & val).
and(SignedWord) - Method in interface org.graalvm.word.SignedWord
Returns a Signed whose value is (this & val).
and(int) - Method in interface org.graalvm.word.SignedWord
Returns a Signed whose value is (this & val).
and(UnsignedWord) - Method in interface org.graalvm.word.UnsignedWord
Returns a Unsigned whose value is (this & val).
and(int) - Method in interface org.graalvm.word.UnsignedWord
Returns a Unsigned whose value is (this & val).
ANDROID_AARCH64() - Constructor for class org.graalvm.nativeimage.Platform.ANDROID_AARCH64
Instantiates a marker instance of this platform.
AnnotateOriginal - Annotation Type in com.oracle.svm.core.annotate
This annotation allows to add additional annotations to existing methods but keep the implementation as it is.
AnnotationAccess - Class in org.graalvm.nativeimage
This class provides methods to query annotation information on AnnotatedElements while trying to prevent, at image build time, side-effecting changes that impact the analysis results.
ansiAppend(String) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
AnsiWriter - Class in org.graalvm.shadowed.org.jline.utils
A ANSI writer extracts ANSI escape codes written to a Writer and calls corresponding process* methods.
AnsiWriter(Writer) - Constructor for class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
any() - Static method in class org.graalvm.word.LocationIdentity
Indicates that the given location is the union of all possible mutable locations.
ANY_LOCATION - Static variable in class org.graalvm.word.LocationIdentity
Indicates that the given location is the union of all possible mutable locations.
append(Path, boolean) - Method in interface org.graalvm.shadowed.org.jline.reader.History
Append history to the file.
append(Path, boolean) - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 
append(CharSequence...) - Static method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
append(CharSequence) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
append(CharSequence, int, int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
append(char) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
append(CharSequence, AttributedStyle) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
append(AttributedString) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
append(AttributedString, int, int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
append(AttributedCharSequence) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
append(AttributedCharSequence, int, int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
appendAnsi(String) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
appendArgument(String) - Method in class org.graalvm.nativeimage.Isolates.CreateIsolateParameters.Builder
Appends an isolate argument.
apply() - Method in interface org.graalvm.shadowed.org.jline.reader.Widget
 
appName(String) - Method in class org.graalvm.shadowed.org.jline.reader.LineReaderBuilder
 
ARGUMENT_BASE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
ArgumentCompleter - Class in org.graalvm.shadowed.org.jline.reader.impl.completer
A Completer implementation that invokes a child completer using the appropriate separator argument.
ArgumentCompleter(Collection<Completer>) - Constructor for class org.graalvm.shadowed.org.jline.reader.impl.completer.ArgumentCompleter
Create a new completer.
ArgumentCompleter(Completer...) - Constructor for class org.graalvm.shadowed.org.jline.reader.impl.completer.ArgumentCompleter
Create a new completer.
ArgumentCompleter.ArgumentLine - Class in org.graalvm.shadowed.org.jline.reader.impl.completer
 
ArgumentLine(String, int) - Constructor for class org.graalvm.shadowed.org.jline.reader.impl.completer.ArgumentCompleter.ArgumentLine
 
arguments(String, String[]) - Method in class org.graalvm.polyglot.Context.Builder
Sets the guest language application arguments for a language context.
as(Class<T>) - Method in class org.graalvm.polyglot.Value
Maps a polyglot value to a value with a given Java target type.
as(TypeLiteral<T>) - Method in class org.graalvm.polyglot.Value
Maps a polyglot value to a given Java target type literal.
asBigInteger() - Method in class org.graalvm.polyglot.Value
Returns a BigInteger representation of this value if it is number and the value fits.
asBoolean() - Method in class org.graalvm.polyglot.Value
Returns a boolean representation of this value if it is boolean.
asByte() - Method in class org.graalvm.polyglot.Value
Returns a byte representation of this value if it is number and the value fits.
asByteBuffer(PointerBase, int) - Static method in class org.graalvm.nativeimage.c.type.CTypeConversion
Creates a ByteBuffer that refers to the native memory at the specified address.
asDate() - Method in interface org.graalvm.polyglot.proxy.ProxyDate
Returns the date information.
asDate() - Method in interface org.graalvm.polyglot.proxy.ProxyInstant
Returns the date information.
asDate() - Method in class org.graalvm.polyglot.Value
Returns this value as date if this object represents a date.
asDouble() - Method in class org.graalvm.polyglot.Value
Returns a double representation of this value if it is number and the value fits.
asDuration() - Method in interface org.graalvm.polyglot.proxy.ProxyDuration
Returns the duration information.
asDuration() - Method in class org.graalvm.polyglot.Value
Returns this value as duration if this object represents a duration.
asFloat() - Method in class org.graalvm.polyglot.Value
Returns a float representation of this value if it is number and the value fits.
asHostException() - Method in exception org.graalvm.polyglot.PolyglotException
Returns the original Java host exception that caused this exception.
asHostObject() - Method in class org.graalvm.polyglot.Value
Returns the original Java host language object.
asInstant() - Method in interface org.graalvm.polyglot.proxy.ProxyInstant
Returns the instant information.
asInstant() - Method in class org.graalvm.polyglot.Value
Returns this value as instant if this object represents an instant.
asInt() - Method in class org.graalvm.polyglot.Value
Returns an int representation of this value if it is number and the value fits.
asLong() - Method in class org.graalvm.polyglot.Value
Returns a long representation of this value if it is number and the value fits.
asNativePointer() - Method in class org.graalvm.polyglot.Value
Returns the value of the pointer as long value.
asPointer() - Method in interface org.graalvm.polyglot.proxy.ProxyNativeObject
Returns the native pointer value that this object represents.
asProxyObject() - Method in class org.graalvm.polyglot.Value
Returns the unboxed instance of the Proxy.
asShort() - Method in class org.graalvm.polyglot.Value
Returns a short representation of this value if it is number and the value fits.
asString() - Method in class org.graalvm.polyglot.Value
Returns the String value if this value is a string.
asTime() - Method in interface org.graalvm.polyglot.proxy.ProxyInstant
Returns the time information.
asTime() - Method in interface org.graalvm.polyglot.proxy.ProxyTime
Returns the time information.
asTime() - Method in class org.graalvm.polyglot.Value
Returns this value as time if this object represents a time.
asTimeZone() - Method in interface org.graalvm.polyglot.proxy.ProxyInstant
Returns the timezone information.
asTimeZone() - Method in interface org.graalvm.polyglot.proxy.ProxyTimeZone
Returns the timezone information.
asTimeZone() - Method in class org.graalvm.polyglot.Value
Returns this value as timestamp if this object represents a timezone.
asValue(Object) - Method in class org.graalvm.polyglot.Context
Converts a host value to a polyglot value representation.
asValue(Object) - Static method in class org.graalvm.polyglot.Value
Converts a Java host value to a polyglot value.
at(LockFreePrefixTree.Allocator, long) - Method in class org.graalvm.collections.LockFreePrefixTree.Node
Get existing (or create if missing) child with the given key.
at(long) - Method in class org.graalvm.collections.SeqLockPrefixTree.Node
Get existing (or create if missing) child with the given key.
atChar(int) - Method in interface org.graalvm.shadowed.org.jline.reader.Buffer
 
attach(Engine) - Method in class org.graalvm.polyglot.management.ExecutionListener.Builder
Creates a new execution listener using the current builder configuration and attaches it to an engine.
attach(LineReader) - Method in interface org.graalvm.shadowed.org.jline.reader.History
Initialize the history for the given reader.
attach(LineReader) - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 
attachCurrentThread(Isolate) - Static method in class org.graalvm.nativeimage.Isolates
Attaches the current thread to the passed isolate.
ATTRIBUTE_BLINK_FAST - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
ATTRIBUTE_BLINK_OFF - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
ATTRIBUTE_BLINK_SLOW - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
ATTRIBUTE_CONCEAL_OFF - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
ATTRIBUTE_CONCEAL_ON - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
ATTRIBUTE_INTENSITY_BOLD - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
ATTRIBUTE_INTENSITY_FAINT - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
ATTRIBUTE_INTENSITY_NORMAL - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
ATTRIBUTE_ITALIC - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
ATTRIBUTE_NEGATIVE_OFF - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
ATTRIBUTE_NEGATIVE_ON - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
ATTRIBUTE_UNDERLINE - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
ATTRIBUTE_UNDERLINE_DOUBLE - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
ATTRIBUTE_UNDERLINE_OFF - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
AttributedCharSequence - Class in org.graalvm.shadowed.org.jline.utils
 
AttributedCharSequence() - Constructor for class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
AttributedCharSequence.ForceMode - Enum in org.graalvm.shadowed.org.jline.utils
 
AttributedString - Class in org.graalvm.shadowed.org.jline.utils
Attributed string.
AttributedString(CharSequence) - Constructor for class org.graalvm.shadowed.org.jline.utils.AttributedString
 
AttributedString(CharSequence, int, int) - Constructor for class org.graalvm.shadowed.org.jline.utils.AttributedString
 
AttributedString(CharSequence, AttributedStyle) - Constructor for class org.graalvm.shadowed.org.jline.utils.AttributedString
 
AttributedString(CharSequence, int, int, AttributedStyle) - Constructor for class org.graalvm.shadowed.org.jline.utils.AttributedString
 
AttributedStringBuilder - Class in org.graalvm.shadowed.org.jline.utils
Attributed string builder
AttributedStringBuilder() - Constructor for class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
AttributedStringBuilder(int) - Constructor for class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
AttributedStyle - Class in org.graalvm.shadowed.org.jline.utils
Text styling.
AttributedStyle() - Constructor for class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
AttributedStyle(AttributedStyle) - Constructor for class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
AttributedStyle(long, long) - Constructor for class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
attributes - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
attributes - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.LineDisciplineTerminal
Console data
auxiliaryImagePath(String) - Method in class org.graalvm.nativeimage.Isolates.CreateIsolateParameters.Builder
Sets the file path to an auxiliary image which should be loaded in addition to the main image, or null if no such image should be loaded.
auxiliaryImageReservedSpaceSize(UnsignedWord) - Method in class org.graalvm.nativeimage.Isolates.CreateIsolateParameters.Builder
Sets the size in bytes of an address space to reserve for loading an auxiliary image in addition to the main image, or 0 if no space should be reserved.
available() - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingPumpInputStream
 
available() - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingPumpReader
 
available() - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingReader
 
available() - Method in class org.graalvm.shadowed.org.jline.utils.PumpReader
 
averageSurrounding - Static variable in class org.graalvm.shadowed.org.jline.utils.Colors
Average surrounding for CAM color spaces

B

background(int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
background(int, int, int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
backgroundDefault() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
backgroundOff() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
backgroundRgb(int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
backspace() - Method in interface org.graalvm.shadowed.org.jline.reader.Buffer
 
backspace(int) - Method in interface org.graalvm.shadowed.org.jline.reader.Buffer
 
BACKWARD_CHAR - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
BACKWARD_DELETE_CHAR - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
BACKWARD_DELETE_WORD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
BACKWARD_KILL_LINE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
BACKWARD_KILL_WORD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
BACKWARD_WORD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
BEEP - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
beforeAnalysis(Feature.BeforeAnalysisAccess) - Method in interface org.graalvm.nativeimage.hosted.Feature
Handler for initializations before the static analysis.
beforeCompilation(Feature.BeforeCompilationAccess) - Method in interface org.graalvm.nativeimage.hosted.Feature
Handler for initializations before compilation.
beforeHeapLayout(Feature.BeforeHeapLayoutAccess) - Method in interface org.graalvm.nativeimage.hosted.Feature
Handler for initializations before the native image heap and code layout.
beforeImageWrite(Feature.BeforeImageWriteAccess) - Method in interface org.graalvm.nativeimage.hosted.Feature
Handler for altering the linker command after the native image has been built and before it is written.
beforeUniverseBuilding(Feature.BeforeUniverseBuildingAccess) - Method in interface org.graalvm.nativeimage.hosted.Feature
Handler for code that needs to run before universe building, but after hosted meta-access has been created.
BEGIN_PASTE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
BEGINNING_OF_BUFFER_OR_HISTORY - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
BEGINNING_OF_HISTORY - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
BEGINNING_OF_LINE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
BEGINNING_OF_LINE_HIST - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
BELL_STYLE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
belowOrEqual(UnsignedWord) - Method in interface org.graalvm.word.UnsignedWord
Compares this Unsigned with the specified value.
belowOrEqual(int) - Method in interface org.graalvm.word.UnsignedWord
Compares this Unsigned with the specified value.
belowThan(UnsignedWord) - Method in interface org.graalvm.word.UnsignedWord
Compares this Unsigned with the specified value.
belowThan(int) - Method in interface org.graalvm.word.UnsignedWord
Compares this Unsigned with the specified value.
BIND_TTY_SPECIAL_CHARS - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
Binding - Interface in org.graalvm.shadowed.org.jline.reader
Marker interface for objects bound to key sequences.
bitwiseOrValue(long) - Method in class org.graalvm.collections.LockFreePrefixTree.Node
Atomically does the bitwise-or on the current value.
BLACK - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
BLACK - Static variable in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
blink() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
BLINK_MATCHING_PAREN - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
blinkDefault() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
blinkOff() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
BLUE - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
BLUE - Static variable in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
BOLD - Static variable in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
bold() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
BOLD_OFF - Static variable in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
boldDefault() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
boldOff() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
bools - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
border - Variable in class org.graalvm.shadowed.org.jline.utils.Status
 
borderString - Variable in class org.graalvm.shadowed.org.jline.utils.Status
 
BRIGHT - Static variable in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
Buffer - Interface in org.graalvm.shadowed.org.jline.reader
 
buffer() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
buffer() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedString
 
buffer() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
build() - Method in class org.graalvm.nativeimage.Isolates.CreateIsolateParameters.Builder
Produces the final Isolates.CreateIsolateParameters with the values set previously by the builder methods.
build() - Method in class org.graalvm.options.OptionDescriptor.Builder
Builds and returns a new option descriptor.
build() - Method in class org.graalvm.polyglot.Context.Builder
Creates a new context instance from the configuration provided in the builder.
build() - Method in class org.graalvm.polyglot.Engine.Builder
Creates a new engine instance from the configuration provided in the builder.
build() - Method in class org.graalvm.polyglot.HostAccess.Builder
Creates an instance of the custom host access configuration.
build() - Method in class org.graalvm.polyglot.io.IOAccess.Builder
Creates an instance of the custom IO access configuration.
build() - Method in class org.graalvm.polyglot.PolyglotAccess.Builder
Creates an instance of the custom polyglot access configuration.
build() - Method in class org.graalvm.polyglot.ResourceLimits.Builder
Builds the limit configuration object.
build() - Method in class org.graalvm.polyglot.Source.Builder
Uses configuration of this builder to create new Source object.
build() - Method in class org.graalvm.shadowed.org.jline.reader.LineReaderBuilder
 
Builder() - Constructor for class org.graalvm.nativeimage.Isolates.CreateIsolateParameters.Builder
Creates a new builder with default values.
builder() - Static method in class org.graalvm.shadowed.org.jline.reader.LineReaderBuilder
 
buildLiteral() - Method in class org.graalvm.polyglot.Source.Builder
Uses configuration of this builder to create a new Source object.
byName(String) - Static method in enum org.graalvm.shadowed.org.jline.utils.InfoCmp.Capability
 
byteAt(int) - Method in interface org.graalvm.polyglot.io.ByteSequence
Returns the byte value at the specified index.
bytes() - Method in interface org.graalvm.polyglot.io.ByteSequence
Returns a stream of int zero-extending the byte values from this sequence.
ByteSequence - Interface in org.graalvm.polyglot.io
A ByteSequence is a readable sequence of byte values.

C

C - Static variable in class org.graalvm.shadowed.org.jline.utils.Colors
Chroma
cached(boolean) - Method in class org.graalvm.polyglot.Source.Builder
Enables or disables code caching for this source.
CALLBACK_FINISH - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
CALLBACK_INIT - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
CALLBACK_KEYMAP - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
calloc(UnsignedWord) - Static method in class org.graalvm.nativeimage.UnmanagedMemory
Allocates size bytes of unmanaged memory.
calloc(int) - Static method in class org.graalvm.nativeimage.UnmanagedMemory
Allocates size bytes of unmanaged memory.
callWidget(String) - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
can(InfoCmp.Capability, InfoCmp.Capability) - Method in class org.graalvm.shadowed.org.jline.utils.Display
 
canChange() - Method in class org.graalvm.shadowed.org.jline.utils.ColorPalette
Check if the terminal has the capability to change colors.
Candidate - Class in org.graalvm.shadowed.org.jline.reader
A completion candidate.
Candidate(String) - Constructor for class org.graalvm.shadowed.org.jline.reader.Candidate
Simple constructor with only a single String as an argument.
Candidate(String, String, String, String, String, String, boolean, int) - Constructor for class org.graalvm.shadowed.org.jline.reader.Candidate
Constructs a new Candidate.
Candidate(String, String, String, String, String, String, boolean) - Constructor for class org.graalvm.shadowed.org.jline.reader.Candidate
Constructs a new Candidate.
candidates - Variable in class org.graalvm.shadowed.org.jline.reader.impl.completer.StringsCompleter
 
canExecute() - Method in class org.graalvm.polyglot.Value
Returns true if the value can be executed.
canInstantiate() - Method in class org.graalvm.polyglot.Value
Returns true if the value can be instantiated.
canInvokeMember(String) - Method in class org.graalvm.polyglot.Value
Returns true if the given member exists and can be invoked.
canPauseResume() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
canPauseResume() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
canPauseResume() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.ExternalTerminal
 
canPauseResume() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.PosixPtyTerminal
 
canScroll - Variable in class org.graalvm.shadowed.org.jline.utils.Display
 
CAPITALIZE_WORD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
CAT02toHPE(double[]) - Static method in class org.graalvm.shadowed.org.jline.utils.Colors
 
category(OptionCategory) - Method in class org.graalvm.options.OptionDescriptor.Builder
Defines the user category for this option.
CBitfield - Annotation Type in org.graalvm.nativeimage.c.struct
Denotes a method as a bitfield access of a C struct.
CCharPointer - Interface in org.graalvm.nativeimage.c.type
A pointer to a 8-bit C primitive value.
CCharPointerPointer - Interface in org.graalvm.nativeimage.c.type
A pointer to a pointer to a 8-bit C primitive value.
CCharPointerPointerHolder() - Constructor for class org.graalvm.nativeimage.c.type.CTypeConversion.CCharPointerPointerHolder
 
CConst - Annotation Type in org.graalvm.nativeimage.c.type
Qualifies a C type as const in an entry-point method signature.
CConstant - Annotation Type in org.graalvm.nativeimage.c.constant
Denotes a method as a C constant value.
CConstant.ValueAccess - Class in org.graalvm.nativeimage.c.constant
Allows access to the value of a CConstant during image generation.
CContext - Annotation Type in org.graalvm.nativeimage.c
Defines the context for most other annotations of the C interface: the C header files that need to be imported, the C macros that need to be defined to properly configure these headers, and additional flags that should be passed to the C compiler when analyzing the definitions.
CContext.Directives - Interface in org.graalvm.nativeimage.c
Describes a C context.
CDoublePointer - Interface in org.graalvm.nativeimage.c.type
A pointer to a C primitive 'double' value.
CEntryPoint - Annotation Type in org.graalvm.nativeimage.c.function
Annotates a method that is a VM entry point.
CEntryPoint.AlwaysIncluded - Class in org.graalvm.nativeimage.c.function
A BooleanSupplier that always returns true.
CEntryPoint.Builtin - Enum in org.graalvm.nativeimage.c.function
The built-in methods which can be aliased.
CEntryPoint.ExceptionHandler - Interface in org.graalvm.nativeimage.c.function
Marker interface for all exception handler classes.
CEntryPoint.FatalExceptionHandler - Class in org.graalvm.nativeimage.c.function
Special placeholder value for CEntryPoint.exceptionHandler() to print the caught exception and treat it as a fatal error.
CEntryPoint.IsolateContext - Annotation Type in org.graalvm.nativeimage.c.function
Designates an Isolate parameter to use as the execution context.
CEntryPoint.IsolateThreadContext - Annotation Type in org.graalvm.nativeimage.c.function
Designates an IsolateThread parameter to use as the execution context.
CEntryPoint.NotIncludedAutomatically - Class in org.graalvm.nativeimage.c.function
A BooleanSupplier that always returns false.
CEntryPoint.Publish - Enum in org.graalvm.nativeimage.c.function
 
CEntryPointLiteral<T extends CFunctionPointer> - Class in org.graalvm.nativeimage.c.function
A function pointer to an entry point method that can be, for example, handed out to C code so that C code can call back into Java code.
CEnum - Annotation Type in org.graalvm.nativeimage.c.constant
Annotation to import a C enumeration to Java.
CEnumConstant - Annotation Type in org.graalvm.nativeimage.c.constant
Provides additional properties for a field (i.e., an enumeration value) of Java enumeration annotated with CEnum.
CEnumLookup - Annotation Type in org.graalvm.nativeimage.c.constant
Annotation for a method that returns the Java enumeration object for a given C integer value.
CEnumValue - Annotation Type in org.graalvm.nativeimage.c.constant
Annotation for a method that returns the C integer value for a Java enumeration object.
CField - Annotation Type in org.graalvm.nativeimage.c.struct
Denotes a method as a field access of a C struct.
CFieldAddress - Annotation Type in org.graalvm.nativeimage.c.struct
Denotes a method as a field address computation of a C struct.
CFieldOffset - Annotation Type in org.graalvm.nativeimage.c.struct
Denotes a method as a field offset access of a C struct.
CFloatPointer - Interface in org.graalvm.nativeimage.c.type
A pointer to a C primitive 'float' value.
CFunction - Annotation Type in org.graalvm.nativeimage.c.function
Denotes a native method that calls directly from Java to C, without following the JNI protocol.
CFunction.Transition - Enum in org.graalvm.nativeimage.c.function
Describes the thread state transition performed when the C function is invoked.
CFunctionPointer - Interface in org.graalvm.nativeimage.c.function
Base interface for all function pointers.
CHARACTER_SEARCH - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
CHARACTER_SEARCH_BACKWARD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
charAt(int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
charAt(int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
CHeader - Annotation Type in org.graalvm.nativeimage.c
Defines the C header file for entry points enclosed by the annotated class or method.
CHeader.Header - Interface in org.graalvm.nativeimage.c
Container for Header file properties.
checkAccess(Path, Set<? extends AccessMode>, LinkOption...) - Method in interface org.graalvm.polyglot.io.FileSystem
Checks existence and accessibility of a file.
checkInterrupted() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractPty
 
checkInterrupted() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
checkIoException() - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingPumpInputStream
 
CIntPointer - Interface in org.graalvm.nativeimage.c.type
A pointer to a 32-bit C primitive value.
CIntPointerPointer - Interface in org.graalvm.nativeimage.c.type
A pointer to a pointer to a 32-bit C primitive value.
cleanup() - Method in interface org.graalvm.nativeimage.hosted.Feature
Handler for cleanup.
clear() - Method in interface org.graalvm.collections.EconomicMap
Removes all of the mappings from this map.
clear() - Method in class org.graalvm.collections.EconomicMapWrap
 
clear() - Method in interface org.graalvm.collections.EconomicSet
Removes all of the elements from this set.
clear() - Method in interface org.graalvm.shadowed.org.jline.reader.Buffer
 
CLEAR - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
clear() - Method in class org.graalvm.shadowed.org.jline.utils.Display
Clears the whole screen.
clear() - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingReaderImpl
 
clear() - Method in class org.graalvm.shadowed.org.jline.utils.Status
 
CLEAR_SCREEN - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
CLibrary - Annotation Type in org.graalvm.nativeimage.c.function
Denotes an external library that needs to be linked in.
CLongPointer - Interface in org.graalvm.nativeimage.c.type
A pointer to a 64-bit C primitive value.
close() - Method in interface org.graalvm.nativeimage.c.type.CTypeConversion.CCharPointerHolder
Discards the C pointer.
close() - Method in class org.graalvm.nativeimage.c.type.CTypeConversion.CCharPointerPointerHolder
Discards the C pointer.
close() - Method in interface org.graalvm.nativeimage.PinnedObject
Releases the pin for the object.
close(boolean) - Method in class org.graalvm.polyglot.Context
Closes the context and frees up potentially allocated native resources.
close() - Method in class org.graalvm.polyglot.Context
Closes this context and frees up potentially allocated native resources.
close(boolean) - Method in class org.graalvm.polyglot.Engine
Closes this engine and frees up allocated native resources.
close() - Method in class org.graalvm.polyglot.Engine
Closes this engine and frees up allocated native resources.
close() - Method in class org.graalvm.polyglot.management.ExecutionListener
Closes and detaches this execution listener from the engine.
close() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
close() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsConsoleWriter
 
close() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.ExecPty
 
close() - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
close() - Method in class org.graalvm.shadowed.org.jline.utils.InputStreamReader
Closes this reader.
close() - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingInputStreamImpl
 
close() - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingPumpInputStream
 
close() - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingPumpReader
 
close() - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingReaderImpl
 
close() - Method in class org.graalvm.shadowed.org.jline.utils.PumpReader
 
close() - Method in class org.graalvm.shadowed.org.jline.utils.WriterOutputStream
 
closed - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.ExternalTerminal
 
ClosedException - Exception in org.graalvm.shadowed.org.jline.utils
 
ClosedException() - Constructor for exception org.graalvm.shadowed.org.jline.utils.ClosedException
 
ClosedException(String) - Constructor for exception org.graalvm.shadowed.org.jline.utils.ClosedException
 
ClosedException(String, Throwable) - Constructor for exception org.graalvm.shadowed.org.jline.utils.ClosedException
 
ClosedException(Throwable) - Constructor for exception org.graalvm.shadowed.org.jline.utils.ClosedException
 
closer - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
closer - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.PosixSysTerminal
 
CMacroInfo - Annotation Type in org.graalvm.nativeimage.c.function
Informational only.
codePointAt(int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
codePointBefore(int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
codePointCount(int, int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
CodePointer - Interface in org.graalvm.nativeimage.c.function
Pointer to executable code.
collectExceptions(boolean) - Method in class org.graalvm.polyglot.management.ExecutionListener.Builder
Collect additional execution event data about errors.
collectInputValues(boolean) - Method in class org.graalvm.polyglot.management.ExecutionListener.Builder
Collect additional execution event data for input values.
collectReturnValue(boolean) - Method in class org.graalvm.polyglot.management.ExecutionListener.Builder
Collect additional execution event data about return values.
ColorPalette - Class in org.graalvm.shadowed.org.jline.utils
Color palette
ColorPalette() - Constructor for class org.graalvm.shadowed.org.jline.utils.ColorPalette
 
ColorPalette(Terminal) - Constructor for class org.graalvm.shadowed.org.jline.utils.ColorPalette
 
ColorPalette(Terminal, String) - Constructor for class org.graalvm.shadowed.org.jline.utils.ColorPalette
 
Colors - Class in org.graalvm.shadowed.org.jline.utils
 
Colors() - Constructor for class org.graalvm.shadowed.org.jline.utils.Colors
 
column() - Method in exception org.graalvm.shadowed.org.jline.reader.SyntaxError
 
columnLength() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
columns - Variable in class org.graalvm.shadowed.org.jline.utils.Status
 
columnSplitLength(int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
columnSplitLength(int, boolean, boolean) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
columnSubSequence(int, int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
com.oracle.svm.core.annotate - package com.oracle.svm.core.annotate
This package contains annotations that configure the substitution mechanism of GraalVM Native Image.
COMMENT_BEGIN - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
ComparableWord - Interface in org.graalvm.word
A machine-word-sized value that can be compared for equality.
compareAndSwapInt(WordBase, int, int, LocationIdentity) - Method in interface org.graalvm.word.Pointer
In a single atomic step, compares the memory at address (this + offset) to the expected value, and if equal, exchanges it for the new value.
compareAndSwapInt(int, int, int, LocationIdentity) - Method in interface org.graalvm.word.Pointer
In a single atomic step, compares the memory at address (this + offset) to the expected value, and if equal, exchanges it for the new value.
compareAndSwapLong(WordBase, long, long, LocationIdentity) - Method in interface org.graalvm.word.Pointer
In a single atomic step, compares the memory at address (this + offset) to the expected value, and if equal, exchanges it for the new value.
compareAndSwapLong(int, long, long, LocationIdentity) - Method in interface org.graalvm.word.Pointer
In a single atomic step, compares the memory at address (this + offset) to the expected value, and if equal, exchanges it for the new value.
compareAndSwapObject(WordBase, Object, Object, LocationIdentity) - Method in interface org.graalvm.word.Pointer
In a single atomic step, compares the memory at address (this + offset) to the expected value, and if equal, exchanges it for the new value.
compareAndSwapObject(int, Object, Object, LocationIdentity) - Method in interface org.graalvm.word.Pointer
In a single atomic step, compares the memory at address (this + offset) to the expected value, and if equal, exchanges it for the new value.
compareAndSwapWord(WordBase, T, T, LocationIdentity) - Method in interface org.graalvm.word.Pointer
In a single atomic step, compares the memory at address (this + offset) to the expected value, and if equal, exchanges it for the new value.
compareAndSwapWord(int, T, T, LocationIdentity) - Method in interface org.graalvm.word.Pointer
In a single atomic step, compares the memory at address (this + offset) to the expected value, and if equal, exchanges it for the new value.
compareTo(Version) - Method in class org.graalvm.home.Version
compareTo(int...) - Method in class org.graalvm.home.Version
Compares this version to another GraalVM version.
compareTo(Candidate) - Method in class org.graalvm.shadowed.org.jline.reader.Candidate
 
compile(Map<LineReader.Option, Boolean>, boolean, CompletingParsedLine, boolean, int, String) - Method in interface org.graalvm.shadowed.org.jline.reader.CompletionMatcher
Compiles completion matcher functions
compile() - Method in class org.graalvm.shadowed.org.jline.reader.impl.completer.SystemCompleter
 
complete() - Method in class org.graalvm.shadowed.org.jline.reader.Candidate
Boolean indicating whether this candidate is complete or if the completer may further expand the candidate value after this candidate has been selected.
complete(LineReader, ParsedLine, List<Candidate>) - Method in interface org.graalvm.shadowed.org.jline.reader.Completer
Populates candidates with a list of possible completions for the command line.
complete(LineReader, ParsedLine, List<Candidate>) - Method in class org.graalvm.shadowed.org.jline.reader.impl.completer.AggregateCompleter
Perform a completion operation across all aggregated completers.
complete(LineReader, ParsedLine, List<Candidate>) - Method in class org.graalvm.shadowed.org.jline.reader.impl.completer.ArgumentCompleter
 
complete(LineReader, ParsedLine, List<Candidate>) - Method in class org.graalvm.shadowed.org.jline.reader.impl.completer.NullCompleter
 
complete(LineReader, ParsedLine, List<Candidate>) - Method in class org.graalvm.shadowed.org.jline.reader.impl.completer.StringsCompleter
 
complete(LineReader, ParsedLine, List<Candidate>) - Method in class org.graalvm.shadowed.org.jline.reader.impl.completer.SystemCompleter
 
COMPLETE_PREFIX - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
COMPLETE_WORD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
Completer - Interface in org.graalvm.shadowed.org.jline.reader
A completer is the mechanism by which tab-completion candidates will be resolved.
completer(Completer) - Method in class org.graalvm.shadowed.org.jline.reader.LineReaderBuilder
 
CompletingParsedLine - Interface in org.graalvm.shadowed.org.jline.reader
An extension of ParsedLine that, being aware of the quoting and escaping rules of the Parser that produced it, knows if and how a completion candidate should be escaped/quoted.
COMPLETION_STYLE_BACKGROUND - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
Completion style for displaying the list
COMPLETION_STYLE_DESCRIPTION - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
Completion style for displaying the candidate description
COMPLETION_STYLE_GROUP - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
Completion style for displaying groups name
COMPLETION_STYLE_LIST_BACKGROUND - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
COMPLETION_STYLE_LIST_DESCRIPTION - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
COMPLETION_STYLE_LIST_GROUP - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
COMPLETION_STYLE_LIST_SELECTION - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
COMPLETION_STYLE_LIST_STARTING - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
COMPLETION_STYLE_SELECTION - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
Completion style for displaying the current selected item
COMPLETION_STYLE_STARTING - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
Completion style for displaying the matching part of candidates
CompletionMatcher - Interface in org.graalvm.shadowed.org.jline.reader
 
completionMatcher(CompletionMatcher) - Method in class org.graalvm.shadowed.org.jline.reader.LineReaderBuilder
 
conceal() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
concealDefault() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
concealOff() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
CONSTRAINED - Static variable in class org.graalvm.polyglot.HostAccess
Predefined host access policy used by Context with a SandboxPolicy.CONSTRAINED sandbox policy when the host access policy is not explicitly specified by the embedder.
CONSTRUCTOR_NAME - Static variable in annotation type com.oracle.svm.core.annotate.TargetElement
 
contains(E) - Method in interface org.graalvm.collections.UnmodifiableEconomicSet
Returns true if this set contains a mapping for the element.
contains(Class<?>) - Static method in class org.graalvm.nativeimage.ImageSingletons
Checks if a singleton is in the registry.
contains(char) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
containsKey(K) - Method in class org.graalvm.collections.EconomicMapWrap
 
containsKey(K) - Method in interface org.graalvm.collections.UnmodifiableEconomicMap
Returns true if this map contains a mapping for key.
content(String) - Method in class org.graalvm.polyglot.Source.Builder
Specifies content of to-be-built Source.
content(CharSequence) - Method in class org.graalvm.polyglot.Source.Builder
Specifies character based content of to-be-built Source.
content(ByteSequence) - Method in class org.graalvm.polyglot.Source.Builder
Specifies byte based content of to-be-built Source.
Context - Class in org.graalvm.polyglot
A polyglot context for Graal guest languages that allows to evaluate code.
Context.Builder - Class in org.graalvm.polyglot
Builder class to construct Context instances.
convert(String) - Method in class org.graalvm.options.OptionType
Converts a string value, validates it, and converts it to an object of this type.
convert(Object, String, String) - Method in class org.graalvm.options.OptionType
Converts a string value, validates it, and converts it to an object of this type.
convertValue(String) - Method in interface org.graalvm.nativeimage.RuntimeOptions.Descriptor
Converts a string value, validates it, and converts it to an object of this type.
copy(Path, Path, CopyOption...) - Method in interface org.graalvm.polyglot.io.FileSystem
Copies source file to target file.
copy() - Method in interface org.graalvm.shadowed.org.jline.reader.Buffer
 
COPY_PREV_WORD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
COPY_REGION_AS_KILL - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
copyFrom(Buffer) - Method in interface org.graalvm.shadowed.org.jline.reader.Buffer
 
copyResources(Path, String...) - Static method in class org.graalvm.polyglot.Engine
Unpacks the language or instrument internal resources specified by the components into the targetFolder directory.
cost - Variable in class org.graalvm.shadowed.org.jline.utils.Display
 
CPointerTo - Annotation Type in org.graalvm.nativeimage.c.struct
Denotes Java interface that imports a C pointer type.
create() - Static method in interface org.graalvm.collections.EconomicMap
Creates a new map that guarantees insertion order on the key set with the default Equivalence.DEFAULT comparison strategy for keys.
create(int) - Static method in interface org.graalvm.collections.EconomicMap
Creates a new map that guarantees insertion order on the key set with the default Equivalence.DEFAULT comparison strategy for keys and initializes with a specified capacity.
create(Equivalence) - Static method in interface org.graalvm.collections.EconomicMap
Creates a new map that guarantees insertion order on the key set with the given comparison strategy for keys.
create(UnmodifiableEconomicMap<K, V>) - Static method in interface org.graalvm.collections.EconomicMap
Creates a new map that guarantees insertion order on the key set with the default Equivalence.DEFAULT comparison strategy for keys and copies all elements from the specified existing map.
create(Equivalence, UnmodifiableEconomicMap<K, V>) - Static method in interface org.graalvm.collections.EconomicMap
Creates a new map that guarantees insertion order on the key set and copies all elements from the specified existing map.
create(Equivalence, int) - Static method in interface org.graalvm.collections.EconomicMap
Creates a new map that guarantees insertion order on the key set and initializes with a specified capacity.
create() - Static method in interface org.graalvm.collections.EconomicSet
Creates a new set guaranteeing insertion order when iterating over its elements with the default Equivalence.DEFAULT comparison strategy.
create(Equivalence) - Static method in interface org.graalvm.collections.EconomicSet
Creates a new set guaranteeing insertion order when iterating over its elements.
create(int) - Static method in interface org.graalvm.collections.EconomicSet
Creates a new set guaranteeing insertion order when iterating over its elements with the default Equivalence.DEFAULT comparison strategy and inserts all elements of the specified collection.
create(UnmodifiableEconomicSet<E>) - Static method in interface org.graalvm.collections.EconomicSet
Creates a new set guaranteeing insertion order when iterating over its elements with the default Equivalence.DEFAULT comparison strategy and inserts all elements of the specified collection.
create(Equivalence, int) - Static method in interface org.graalvm.collections.EconomicSet
Creates a new set guaranteeing insertion order when iterating over its elements and initializes with the given capacity.
create(Equivalence, UnmodifiableEconomicSet<E>) - Static method in interface org.graalvm.collections.EconomicSet
Creates a new set guaranteeing insertion order when iterating over its elements and inserts all elements of the specified collection.
create(L, R) - Static method in class org.graalvm.collections.Pair
Constructs a pair with its left value being left, and its right value being right, or returns an empty pair if both inputs are null.
create(int...) - Static method in class org.graalvm.home.Version
Constructs a new GraalVM version from a list of version numbers.
create(Class<?>, String, Class<?>...) - Static method in class org.graalvm.nativeimage.c.function.CEntryPointLiteral
Creates a new function pointer to an entry point.
create() - Static method in interface org.graalvm.nativeimage.ObjectHandles
Creates a new set of handles.
create(Object) - Method in interface org.graalvm.nativeimage.ObjectHandles
Creates a handle to the specified object.
create(Object) - Static method in interface org.graalvm.nativeimage.PinnedObject
Create an open PinnedObject.
create(List<OptionDescriptor>) - Static method in interface org.graalvm.options.OptionDescriptors
Creates an OptionDescriptors instance from a list.
create(String...) - Static method in class org.graalvm.polyglot.Context
Creates a context with default configuration.
create() - Static method in class org.graalvm.polyglot.Engine
Creates a new engine instance with default configuration.
create(String...) - Static method in class org.graalvm.polyglot.Engine
Creates a new engine instance with default configuration with a set of permitted languages.
create(byte[]) - Static method in interface org.graalvm.polyglot.io.ByteSequence
Creates a ByteSequence from an existing byte[].
create(List<String>, String, Map<String, String>, boolean, ProcessHandler.Redirect, ProcessHandler.Redirect, ProcessHandler.Redirect) - Static method in class org.graalvm.polyglot.io.ProcessHandler.ProcessCommand
Creates a ProcessCommand.
create(String, CharSequence) - Static method in class org.graalvm.polyglot.Source
Shortcut for creating a source object from a language and char sequence.
createDirectory(Path, FileAttribute<?>...) - Method in interface org.graalvm.polyglot.io.FileSystem
Creates a directory.
createEntry(int, Instant, String) - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
Create a history entry.
createInputStream(Charset) - Method in class org.graalvm.shadowed.org.jline.utils.PumpReader
 
createIsolate(Isolates.CreateIsolateParameters) - Static method in class org.graalvm.nativeimage.Isolates
Creates a new isolate with the passed parameters.
createLeft(L) - Static method in class org.graalvm.collections.Pair
Constructs a pair with its left value being left, or returns an empty pair if left is null.
createLink(Path, Path) - Method in interface org.graalvm.polyglot.io.FileSystem
Creates a new link for an existing file.
createRedirectToStream(OutputStream) - Static method in class org.graalvm.polyglot.io.ProcessHandler.Redirect
Creates a ProcessCommand.
createRight(R) - Static method in class org.graalvm.collections.Pair
Constructs a pair with its right value being right, or returns an empty pair if right is null.
createSymbolicLink(Path, Path, FileAttribute<?>...) - Method in interface org.graalvm.polyglot.io.FileSystem
Creates a new symbolic link.
createUnion(OptionDescriptors...) - Static method in interface org.graalvm.options.OptionDescriptors
Creates a union options descriptor out of multiple given descriptors.
crossedOut() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
crossedOutDefault() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
crossedOutOff() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
CShortPointer - Interface in org.graalvm.nativeimage.c.type
A pointer to a 16-bit C primitive value.
CStruct - Annotation Type in org.graalvm.nativeimage.c.struct
Denotes Java interface that imports a C struct.
ctrl(char) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
CTypeConversion - Class in org.graalvm.nativeimage.c.type
Utility methods to convert between Java types and C types.
CTypeConversion.CCharPointerHolder - Interface in org.graalvm.nativeimage.c.type
An auto-closable that holds a Java CharSequence as a null-terminated C char[] array.
CTypeConversion.CCharPointerPointerHolder - Class in org.graalvm.nativeimage.c.type
An auto-closable that holds a Java CharSequence[] array as a null-terminated array of null-terminated C char[]s.
CTypedef - Annotation Type in org.graalvm.nativeimage.c.type
Defines a name for C type to be used in an entry-point method signature.
CTypedefOfInfo - Annotation Type in org.graalvm.nativeimage.c.struct
Informational only.
CUnsigned - Annotation Type in org.graalvm.nativeimage.c.type
Qualifies a C integer type as unsigned in an entry-point method signature.
currChar() - Method in interface org.graalvm.shadowed.org.jline.reader.Buffer
 
currChar(int) - Method in interface org.graalvm.shadowed.org.jline.reader.Buffer
 
current() - Method in interface org.graalvm.shadowed.org.jline.reader.History
Return the content of the current buffer.
current() - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
Return the content of the current buffer.
current(TerminalProvider.Stream) - Static method in class org.graalvm.shadowed.org.jline.terminal.impl.ExecPty
 
CurrentIsolate - Class in org.graalvm.nativeimage
Utility methods that provide access to the current isolate.
currentWorkingDirectory(Path) - Method in class org.graalvm.polyglot.Context.Builder
Sets the current working directory used by the guest application to resolve relative paths.
Curses - Class in org.graalvm.shadowed.org.jline.utils
Curses helper methods.
cursor() - Method in interface org.graalvm.shadowed.org.jline.reader.Buffer
 
cursor(int) - Method in interface org.graalvm.shadowed.org.jline.reader.Buffer
 
cursor() - Method in class org.graalvm.shadowed.org.jline.reader.impl.completer.ArgumentCompleter.ArgumentLine
 
cursor() - Method in interface org.graalvm.shadowed.org.jline.reader.ParsedLine
The cursor position within the line.
cursorDownIsNewLine - Variable in class org.graalvm.shadowed.org.jline.utils.Display
 
cursorPos - Variable in class org.graalvm.shadowed.org.jline.utils.Display
 
CursorSupport - Class in org.graalvm.shadowed.org.jline.terminal.impl
 
CursorSupport() - Constructor for class org.graalvm.shadowed.org.jline.terminal.impl.CursorSupport
 
CYAN - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
CYAN - Static variable in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 

D

D50 - Static variable in class org.graalvm.shadowed.org.jline.utils.Colors
D50 illuminant for CAM color spaces
D65 - Static variable in class org.graalvm.shadowed.org.jline.utils.Colors
D65 illuminant for CAM color spaces
darkSurrounding - Static variable in class org.graalvm.shadowed.org.jline.utils.Colors
Dark surrounding for CAM color spaces
debug(Supplier<String>) - Static method in class org.graalvm.shadowed.org.jline.utils.Log
 
debug(Object...) - Static method in class org.graalvm.shadowed.org.jline.utils.Log
 
DEFAULT - Static variable in class org.graalvm.collections.Equivalence
Default equivalence calling Object.equals(Object) to check equality and Object.hashCode() for obtaining hash values.
DEFAULT - Static variable in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
DEFAULT - Static variable in class org.graalvm.shadowed.org.jline.utils.ColorPalette
 
DEFAULT_COLORS_256 - Static variable in class org.graalvm.shadowed.org.jline.utils.Colors
Default 256 colors palette
DEFAULT_COLORS_88 - Static variable in class org.graalvm.shadowed.org.jline.utils.Colors
Default 88 colors palette
DEFAULT_HISTORY_FILE_SIZE - Static variable in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 
DEFAULT_HISTORY_SIZE - Static variable in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 
DefaultHistory - Class in org.graalvm.shadowed.org.jline.reader.impl.history
History using a file for persistent backing.
DefaultHistory() - Constructor for class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 
DefaultHistory(LineReader) - Constructor for class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 
DefaultHistory.EntryImpl - Class in org.graalvm.shadowed.org.jline.reader.impl.history
 
defaultKeyMaps() - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
defaultType(T) - Static method in class org.graalvm.options.OptionType
Returns the default option type for a given value.
defaultType(Class<T>) - Static method in class org.graalvm.options.OptionType
Returns the default option type for a class.
defaultValue() - Method in interface org.graalvm.nativeimage.RuntimeOptions.Descriptor
Returns the default value of type RuntimeOptions.Descriptor.valueType() for this option.
delayedWrapAtEol - Variable in class org.graalvm.shadowed.org.jline.utils.Display
 
delayLineWrap - Variable in class org.graalvm.shadowed.org.jline.utils.Display
 
delayLineWrap() - Method in class org.graalvm.shadowed.org.jline.utils.Display
If cursor is at right margin, don't wrap immediately.
Delete - Annotation Type in com.oracle.svm.core.annotate
Mechanism to ensures that an element is not used.
delete(Path) - Method in interface org.graalvm.polyglot.io.FileSystem
Deletes a file.
delete() - Method in interface org.graalvm.shadowed.org.jline.reader.Buffer
 
delete(int) - Method in interface org.graalvm.shadowed.org.jline.reader.Buffer
 
DELETE_CHAR - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
DELETE_CHAR_OR_LIST - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
DELETE_WORD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
deleteChars(int) - Method in class org.graalvm.shadowed.org.jline.utils.Display
 
deleteLines(int) - Method in class org.graalvm.shadowed.org.jline.utils.Display
 
denyAccess(Class<?>) - Method in class org.graalvm.polyglot.HostAccess.Builder
Prevents access to members of given class and its subclasses.
denyAccess(Class<?>, boolean) - Method in class org.graalvm.polyglot.HostAccess.Builder
Prevents access to members of given class.
denyBindingsAccess(String) - Method in class org.graalvm.polyglot.PolyglotAccess.Builder
Denies access to polyglot bindings for a language.
denyEval(String, String) - Method in class org.graalvm.polyglot.PolyglotAccess.Builder
Denies evaluation of code by one language of another.
denyEvalBetween(String...) - Method in class org.graalvm.polyglot.PolyglotAccess.Builder
Denies bidirectional evaluation of code between the given languages.
dependsOn() - Method in interface org.graalvm.nativeimage.c.CHeader.Header
List that contains the Class<? extends CHeader.Header> instances that declare dependencies of this header file.
deprecated() - Method in interface org.graalvm.nativeimage.RuntimeOptions.Descriptor
Returns true if this option was marked deprecated.
deprecated(boolean) - Method in class org.graalvm.options.OptionDescriptor.Builder
Defines if this option is deprecated.
deprecatedMessage() - Method in interface org.graalvm.nativeimage.RuntimeOptions.Descriptor
Returns the deprecation reason and the recommended fix.
deprecationMessage(String) - Method in class org.graalvm.options.OptionDescriptor.Builder
Specifies a human-readable deprecation reason and the recommended fix.
descr() - Method in class org.graalvm.shadowed.org.jline.reader.Candidate
Description of this candidate, usually a small help message to understand the meaning of this candidate.
destroy(ObjectHandle) - Method in interface org.graalvm.nativeimage.ObjectHandles
Destroys the given handle.
destroy(long) - Static method in class org.graalvm.nativeimage.ProcessProperties
Kills the process.
destroyForcibly(long) - Static method in class org.graalvm.nativeimage.ProcessProperties
Kills the process forcibly.
detachThread(IsolateThread) - Static method in class org.graalvm.nativeimage.Isolates
Detaches the passed isolate thread from its isolate and discards any state or context that is associated with it.
Diag - Class in org.graalvm.shadowed.org.jline.terminal.impl
 
Diag() - Constructor for class org.graalvm.shadowed.org.jline.terminal.impl.Diag
 
diff(AttributedString, AttributedString) - Static method in class org.graalvm.shadowed.org.jline.utils.DiffHelper
Compute a list of difference between two lines.
Diff(DiffHelper.Operation, AttributedString) - Constructor for class org.graalvm.shadowed.org.jline.utils.DiffHelper.Diff
Constructor.
DiffHelper - Class in org.graalvm.shadowed.org.jline.utils
Class containing the diff method.
DiffHelper() - Constructor for class org.graalvm.shadowed.org.jline.utils.DiffHelper
 
DiffHelper.Diff - Class in org.graalvm.shadowed.org.jline.utils
Class representing one diff operation.
DiffHelper.Operation - Enum in org.graalvm.shadowed.org.jline.utils
The data structure representing a diff is a Linked list of Diff objects: {Diff(Operation.DELETE, "Hello"), Diff(Operation.INSERT, "Goodbye"), Diff(Operation.EQUAL, " world.")} which means: delete "Hello", add "Goodbye" and keep " world."
DIGIT_ARGUMENT - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
dimSurrounding - Static variable in class org.graalvm.shadowed.org.jline.utils.Colors
Dim surrounding for CAM color spaces
DISABLE_COMPLETION - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
DISABLE_HISTORY - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
disableMethodScoping(Executable) - Method in class org.graalvm.polyglot.HostAccess.Builder
Function parameters of the specified executable escape the executable's scope.
disableMethodScopingAnnotatedBy(Class<? extends Annotation>) - Method in class org.graalvm.polyglot.HostAccess.Builder
Function parameters of a method annotated with the specified annotation are not scoped.
displ() - Method in class org.graalvm.shadowed.org.jline.reader.Candidate
The string that will be displayed to the user.
display(String) - Method in interface org.graalvm.shadowed.org.jline.reader.MaskingCallback
Transforms the line before it is displayed so that some parts can be hidden.
Display - Class in org.graalvm.shadowed.org.jline.utils
Handle display and visual cursor.
Display(Terminal, boolean) - Constructor for class org.graalvm.shadowed.org.jline.utils.Display
 
distance(CharSequence, CharSequence) - Static method in class org.graalvm.shadowed.org.jline.utils.Levenshtein
 
distance(CharSequence, CharSequence, int, int, int, int) - Static method in class org.graalvm.shadowed.org.jline.utils.Levenshtein
 
DO_LOWERCASE_VERSION - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
doClose() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractPosixTerminal
 
doClose() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
doClose() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
doClose() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.ExternalTerminal
 
doClose() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.LineDisciplineTerminal
 
doClose() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.PosixPtyTerminal
 
doClose() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.PosixSysTerminal
 
doGetConfig() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.ExecPty
 
doGetSlaveInput() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractPty
 
doGetSlaveInput() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.ExecPty
 
doProcessInputByte(int) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.LineDisciplineTerminal
 
doSetAttr(Attributes) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractPty
 
doSetAttr(Attributes) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.ExecPty
 
down() - Method in interface org.graalvm.shadowed.org.jline.reader.Buffer
 
DOWN_CASE_WORD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
DOWN_HISTORY - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
DOWN_LINE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
DOWN_LINE_OR_HISTORY - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
DOWN_LINE_OR_SEARCH - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
DumbTerminal - Class in org.graalvm.shadowed.org.jline.terminal.impl
 
DumbTerminal(InputStream, OutputStream) - Constructor for class org.graalvm.shadowed.org.jline.terminal.impl.DumbTerminal
 
DumbTerminal(String, String, InputStream, OutputStream, Charset) - Constructor for class org.graalvm.shadowed.org.jline.terminal.impl.DumbTerminal
 
DumbTerminal(String, String, InputStream, OutputStream, Charset, Terminal.SignalHandler) - Constructor for class org.graalvm.shadowed.org.jline.terminal.impl.DumbTerminal
 
dumpHeap(String, boolean) - Static method in class org.graalvm.nativeimage.VMRuntime
Dumps the heap to the outputFile file in the same format as the hprof heap dump.
duringAnalysis(Feature.DuringAnalysisAccess) - Method in interface org.graalvm.nativeimage.hosted.Feature
Handler for performing operations during the static analysis.
duringSetup(Feature.DuringSetupAccess) - Method in interface org.graalvm.nativeimage.hosted.Feature
Handler for initializations at startup time.

E

echo() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
echo(boolean) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
echoSignal(Terminal.Signal) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
EconomicMap<K,V> - Interface in org.graalvm.collections
Memory efficient map data structure that dynamically changes its representation depending on the number of entries and is specially optimized for small number of entries.
EconomicMapUtil - Class in org.graalvm.collections
Utility methods for the EconomicMap.
EconomicMapWrap<K,V> - Class in org.graalvm.collections
Wraps an existing Map as an EconomicMap.
EconomicMapWrap(Map<K, V>) - Constructor for class org.graalvm.collections.EconomicMapWrap
 
EconomicSet<E> - Interface in org.graalvm.collections
Memory efficient set data structure.
EDIT_AND_EXECUTE_COMMAND - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
editAndAddInBuffer(File) - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
EDITING_MODE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
Editor - Interface in org.graalvm.shadowed.org.jline.reader
 
elapsed() - Method in class org.graalvm.shadowed.org.jline.utils.Timeout
 
EMACS - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
EMACS_BACKWARD_WORD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
EMACS_EDITING_MODE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
EMACS_FORWARD_WORD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
empty() - Static method in class org.graalvm.collections.Pair
Returns an empty pair.
EMPTY - Static variable in interface org.graalvm.options.OptionDescriptors
An empty set of option descriptors.
empty() - Static method in class org.graalvm.options.OptionMap
Returns an empty option map (immutable).
EMPTY - Static variable in class org.graalvm.shadowed.org.jline.utils.AttributedString
 
emptyCursor() - Static method in interface org.graalvm.collections.EconomicMap
Return an empty MapCursor.
emptyMap() - Static method in interface org.graalvm.collections.EconomicMap
Return an empty, unmodifiable EconomicMap.
ENABLE_ECHO_INPUT - Static variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
ENABLE_INSERT_MODE - Static variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
ENABLE_LINE_INPUT - Static variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
ENABLE_MOUSE_INPUT - Static variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
ENABLE_PROCESSED_INPUT - Static variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
ENABLE_QUICK_EDIT_MODE - Static variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
ENABLE_VIRTUAL_TERMINAL_PROCESSING - Static variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
ENABLE_WINDOW_INPUT - Static variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
encoding(Charset) - Method in class org.graalvm.polyglot.Source.Builder
Assigns an encoding used to read the file content.
encoding - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
encoding() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
END_OF_BUFFER_OR_HISTORY - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
END_OF_HISTORY - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
END_OF_LINE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
END_OF_LINE_HIST - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
EndOfFileException - Exception in org.graalvm.shadowed.org.jline.reader
This exception is thrown by LineReader.readLine() when user the user types ctrl-D).
EndOfFileException() - Constructor for exception org.graalvm.shadowed.org.jline.reader.EndOfFileException
 
EndOfFileException(String) - Constructor for exception org.graalvm.shadowed.org.jline.reader.EndOfFileException
 
EndOfFileException(String, Throwable) - Constructor for exception org.graalvm.shadowed.org.jline.reader.EndOfFileException
 
EndOfFileException(Throwable) - Constructor for exception org.graalvm.shadowed.org.jline.reader.EndOfFileException
 
EndOfFileException(String, Throwable, boolean, boolean) - Constructor for exception org.graalvm.shadowed.org.jline.reader.EndOfFileException
 
engine(Engine) - Method in class org.graalvm.polyglot.Context.Builder
Explicitly sets the underlying engine to use.
Engine - Class in org.graalvm.polyglot
An execution engine for Graal guest languages that allows to inspect the the installed guest languages, instruments and their available options.
Engine.Builder - Class in org.graalvm.polyglot
 
ensureCapacity(int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
enter() - Method in class org.graalvm.polyglot.Context
Explicitly enters the context on the current thread.
enterRawMode() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
EntryImpl(int, Instant, String) - Constructor for class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory.EntryImpl
 
entrySet() - Method in class org.graalvm.options.OptionMap
Returns an unmodifiable Set view of the mappings contained in this map.
EnumCompleter - Class in org.graalvm.shadowed.org.jline.reader.impl.completer
Completer for Enum names.
EnumCompleter(Class<? extends Enum<?>>) - Constructor for class org.graalvm.shadowed.org.jline.reader.impl.completer.EnumCompleter
 
environment(String, String) - Method in class org.graalvm.polyglot.Context.Builder
Sets an environment variable.
environment(Map<String, String>) - Method in class org.graalvm.polyglot.Context.Builder
Shortcut for setting multiple environment variables using a map.
EnvironmentAccess - Class in org.graalvm.polyglot
Represents an access policy to the process environment for the guest languages of a context.
EOF - Static variable in class org.graalvm.shadowed.org.jline.utils.NonBlockingInputStream
 
EOF - Static variable in class org.graalvm.shadowed.org.jline.utils.NonBlockingReader
 
EOFError - Exception in org.graalvm.shadowed.org.jline.reader
 
EOFError(int, int, String) - Constructor for exception org.graalvm.shadowed.org.jline.reader.EOFError
 
EOFError(int, int, String, String) - Constructor for exception org.graalvm.shadowed.org.jline.reader.EOFError
 
EOFError(int, int, String, String, int, String) - Constructor for exception org.graalvm.shadowed.org.jline.reader.EOFError
 
equal(ComparableWord) - Method in interface org.graalvm.word.ComparableWord
Compares this word with the specified value.
equal(SignedWord) - Method in interface org.graalvm.word.SignedWord
Compares this Signed with the specified value.
equal(int) - Method in interface org.graalvm.word.SignedWord
Compares this Signed with the specified value.
equal(UnsignedWord) - Method in interface org.graalvm.word.UnsignedWord
Compares this Unsigned with the specified value.
equal(int) - Method in interface org.graalvm.word.UnsignedWord
Compares this Unsigned with the specified value.
equals(UnmodifiableEconomicMap<K, V>, UnmodifiableEconomicMap<K, V>) - Static method in class org.graalvm.collections.EconomicMapUtil
Compares maps for equality.
equals(Object, Object) - Method in class org.graalvm.collections.Equivalence
Returns true if the non-null arguments are equal to each other and false otherwise.
equals(Object) - Method in class org.graalvm.collections.Pair
equals(Object) - Method in class org.graalvm.home.Version
equals(Object) - Method in class org.graalvm.options.OptionDescriptor
equals(Object) - Method in class org.graalvm.options.OptionMap
 
equals(Object) - Method in class org.graalvm.polyglot.Context
equals(Object) - Method in class org.graalvm.polyglot.HostAccess
equals(Object) - Method in class org.graalvm.polyglot.io.IOAccess
equals(Object) - Method in class org.graalvm.polyglot.io.ProcessHandler.Redirect
equals(Object) - Method in exception org.graalvm.polyglot.PolyglotException
equals(Object) - Method in class org.graalvm.polyglot.Source
equals(Object) - Method in class org.graalvm.polyglot.SourceSection
 
equals(Object) - Method in class org.graalvm.polyglot.TypeLiteral
 
equals(Object) - Method in class org.graalvm.polyglot.Value
Compares the identity of the underlying polyglot objects.
equals(Object) - Method in class org.graalvm.shadowed.org.jline.reader.Candidate
 
equals(Object) - Method in class org.graalvm.shadowed.org.jline.reader.Macro
 
equals(Object) - Method in class org.graalvm.shadowed.org.jline.reader.Reference
 
equals(Object) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedString
 
equals(Object) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
Equivalence - Class in org.graalvm.collections
Strategy for comparing two objects.
Equivalence() - Constructor for class org.graalvm.collections.Equivalence
Subclass for creating custom equivalence definitions.
ERASE_LINE - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
ERASE_LINE_TO_BEGINING - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
ERASE_LINE_TO_END - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
ERASE_SCREEN - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
ERASE_SCREEN_TO_BEGINING - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
ERASE_SCREEN_TO_END - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
err(OutputStream) - Method in class org.graalvm.polyglot.Context.Builder
Sets the error output stream to be used for the context.
err(OutputStream) - Method in class org.graalvm.polyglot.Engine.Builder
Sets the standard error stream to be used for this engine.
error(Object...) - Static method in class org.graalvm.shadowed.org.jline.utils.Log
 
ERRORS - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
Number of matching errors that are accepted by the completion matcher
escape(CharSequence, boolean) - Method in interface org.graalvm.shadowed.org.jline.reader.CompletingParsedLine
 
eval(Source) - Method in class org.graalvm.polyglot.Context
Evaluates a source object by using the language specified in the source.
eval(String, CharSequence) - Method in class org.graalvm.polyglot.Context
Evaluates a guest language code literal, using a provided language id.
exactMatch() - Method in interface org.graalvm.shadowed.org.jline.reader.CompletionMatcher
 
EXCHANGE_POINT_AND_MARK - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
exec(Path, String...) - Static method in class org.graalvm.nativeimage.ProcessProperties
Replaces the current process image with the process image specified by the given path invoked with the given args.
exec(Path, String[], Map<String, String>) - Static method in class org.graalvm.nativeimage.ProcessProperties
Replaces the current process image with the process image specified by the given path invoked with the given arguments and environment.
exec(boolean, String...) - Static method in class org.graalvm.shadowed.org.jline.utils.ExecHelper
 
ExecHelper - Class in org.graalvm.shadowed.org.jline.utils
Helper methods for running unix commands.
ExecPty - Class in org.graalvm.shadowed.org.jline.terminal.impl
 
ExecPty(String, TerminalProvider.Stream) - Constructor for class org.graalvm.shadowed.org.jline.terminal.impl.ExecPty
 
execute(Value...) - Method in interface org.graalvm.polyglot.proxy.ProxyExecutable
Executes the object with the given arguments and returns its result.
execute(Object...) - Method in class org.graalvm.polyglot.Value
Executes this value if it can be executed and returns its result.
EXECUTE_NAMED_CMD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
executeVoid(Object...) - Method in class org.graalvm.polyglot.Value
Executes this value if it can be executed.
ExecutionEvent - Class in org.graalvm.polyglot.management
An execution event object passed to an execution listener consumer.
ExecutionListener - Class in org.graalvm.polyglot.management
Execution listeners allow to instrument the execution of guest languages.
ExecutionListener.Builder - Class in org.graalvm.polyglot.management
A builder used to construct execution events.
EXPAND_HISTORY - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
EXPAND_OR_COMPLETE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
EXPAND_OR_COMPLETE_PREFIX - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
EXPAND_WORD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
Expander - Interface in org.graalvm.shadowed.org.jline.reader
 
expander(Expander) - Method in class org.graalvm.shadowed.org.jline.reader.LineReaderBuilder
 
expandHistory(History, String) - Method in interface org.graalvm.shadowed.org.jline.reader.Expander
 
expandVar(String) - Method in interface org.graalvm.shadowed.org.jline.reader.Expander
 
EXPLICIT - Static variable in class org.graalvm.polyglot.HostAccess
Predefined host access policy that allows access to public host methods or fields that were annotated with @Export and were declared in public class.
expressions(boolean) - Method in class org.graalvm.polyglot.management.ExecutionListener.Builder
Include program locations that are marked as expressions.
ExternalTerminal - Class in org.graalvm.shadowed.org.jline.terminal.impl
Console implementation with embedded line disciplined.
ExternalTerminal(String, String, InputStream, OutputStream, Charset) - Constructor for class org.graalvm.shadowed.org.jline.terminal.impl.ExternalTerminal
 
ExternalTerminal(String, String, InputStream, OutputStream, Charset, Terminal.SignalHandler) - Constructor for class org.graalvm.shadowed.org.jline.terminal.impl.ExternalTerminal
 
ExternalTerminal(String, String, InputStream, OutputStream, Charset, Terminal.SignalHandler, boolean) - Constructor for class org.graalvm.shadowed.org.jline.terminal.impl.ExternalTerminal
 
ExternalTerminal(String, String, InputStream, OutputStream, Charset, Terminal.SignalHandler, boolean, Attributes, Size) - Constructor for class org.graalvm.shadowed.org.jline.terminal.impl.ExternalTerminal
 

F

faint() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
faintDefault() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
faintOff() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
fatalError() - Method in interface org.graalvm.nativeimage.LogHandler
Exit the VM because a fatal, non-recoverable error situation has been detected.
Feature - Interface in org.graalvm.nativeimage.hosted
Features allow clients to intercept the native image generation and run custom initialization code at various stages.
Feature.AfterAnalysisAccess - Interface in org.graalvm.nativeimage.hosted
Feature.AfterCompilationAccess - Interface in org.graalvm.nativeimage.hosted
Feature.AfterHeapLayoutAccess - Interface in org.graalvm.nativeimage.hosted
Feature.AfterImageWriteAccess - Interface in org.graalvm.nativeimage.hosted
Feature.AfterRegistrationAccess - Interface in org.graalvm.nativeimage.hosted
Feature.BeforeAnalysisAccess - Interface in org.graalvm.nativeimage.hosted
Feature.BeforeCompilationAccess - Interface in org.graalvm.nativeimage.hosted
Feature.BeforeHeapLayoutAccess - Interface in org.graalvm.nativeimage.hosted
Feature.BeforeImageWriteAccess - Interface in org.graalvm.nativeimage.hosted
Feature.BeforeUniverseBuildingAccess - Interface in org.graalvm.nativeimage.hosted
Feature.CompilationAccess - Interface in org.graalvm.nativeimage.hosted
Feature.DuringAnalysisAccess - Interface in org.graalvm.nativeimage.hosted
Feature.DuringSetupAccess - Interface in org.graalvm.nativeimage.hosted
Feature.FeatureAccess - Interface in org.graalvm.nativeimage.hosted
Access methods that are available for all feature methods.
Feature.IsInConfigurationAccess - Interface in org.graalvm.nativeimage.hosted
Feature.OnAnalysisExitAccess - Interface in org.graalvm.nativeimage.hosted
Feature.QueryReachabilityAccess - Interface in org.graalvm.nativeimage.hosted
FEATURES_MAX_BUFFER_SIZE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
Max buffer size for advanced features.
FieldValueTransformer - Interface in org.graalvm.nativeimage.hosted
FileSystem - Interface in org.graalvm.polyglot.io
Service-provider for Truffle files.
fileSystem(FileSystem) - Method in class org.graalvm.polyglot.io.IOAccess.Builder
Sets a new FileSystem.
fillInStackTrace() - Method in exception org.graalvm.polyglot.PolyglotException
Unsupported, PolyglotException instances are not writable therefore filling the stack trace has no effect for them.
findClassByName(String) - Method in interface org.graalvm.nativeimage.hosted.Feature.FeatureAccess
Returns a class if it is present on the classpath.
findHome() - Static method in class org.graalvm.polyglot.Engine
Finds the GraalVM home folder.
findLanguage(File) - Static method in class org.graalvm.polyglot.Source
Returns the id of the first language that supports evaluating the probed mime type of a given file.
findLanguage(URL) - Static method in class org.graalvm.polyglot.Source
Returns the id of the first language that supports evaluating the probed mime type of a given URL.
findLanguage(String) - Static method in class org.graalvm.polyglot.Source
Returns the first installed language that supports evaluating sources for a given MIME type.
findMimeType(File) - Static method in class org.graalvm.polyglot.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 org.graalvm.polyglot.Source
Returns the probed MIME type for a given url, or null if no MIME type could be resolved.
first() - Method in interface org.graalvm.shadowed.org.jline.reader.History
 
first() - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 
fitsInBigInteger() - Method in class org.graalvm.polyglot.Value
Returns true if this value represents a number and the value fits in BigInteger, else false.
fitsInByte() - Method in class org.graalvm.polyglot.Value
Returns true if this value represents a number and the value fits in byte, else false.
fitsInDouble() - Method in class org.graalvm.polyglot.Value
Returns true if this value represents a number and the value fits in double, else false.
fitsInFloat() - Method in class org.graalvm.polyglot.Value
Returns true if this value represents a number and the value fits in float, else false.
fitsInInt() - Method in class org.graalvm.polyglot.Value
Returns true if this value represents a number and the value fits in int, else false.
fitsInLong() - Method in class org.graalvm.polyglot.Value
Returns true if this value represents a number and the value fits in long, else false.
fitsInShort() - Method in class org.graalvm.polyglot.Value
Returns true if this value represents a number and the value fits in short, else false.
flush() - Method in interface org.graalvm.nativeimage.LogHandler
Flush the log to its destination.
flush() - Method in class org.graalvm.shadowed.org.jline.reader.PrintAboveWriter
 
flush() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
flush() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsConsoleWriter
 
flush() - Method in class org.graalvm.shadowed.org.jline.utils.WriterOutputStream
 
FOCUS_IN - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
FOCUS_OUT - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
focusTracking - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
force - Variable in class org.graalvm.shadowed.org.jline.utils.Status
 
foreground(int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
foreground(int, int, int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
foregroundDefault() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
foregroundOff() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
foregroundRgb(int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
format(String) - Method in class org.graalvm.home.Version
Format the GraalVM version with a custom format string.
FORWARD_CHAR - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
FORWARD_WORD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
free(PointerBase) - Static method in class org.graalvm.nativeimage.UnmanagedMemory
Frees unmanaged memory that was previously allocated using methods of this class.
FRESH_LINE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
from(LocalDate) - Static method in interface org.graalvm.polyglot.proxy.ProxyDate
Creates a proxy date from a local date.
from(Duration) - Static method in interface org.graalvm.polyglot.proxy.ProxyDuration
Creates a proxy duration from a duration.
from(Map<Object, Object>) - Static method in interface org.graalvm.polyglot.proxy.ProxyHashMap
Creates a proxy hash map backed by a Java Map.
from(Instant) - Static method in interface org.graalvm.polyglot.proxy.ProxyInstant
Creates a new proxy instant from a Java instant value.
from(Iterable<Object>) - Static method in interface org.graalvm.polyglot.proxy.ProxyIterable
Creates a proxy iterable backed by a Java Iterable.
from(Iterator<?>) - Static method in interface org.graalvm.polyglot.proxy.ProxyIterator
Creates a proxy iterator backed by a Java Iterator.
from(LocalTime) - Static method in interface org.graalvm.polyglot.proxy.ProxyTime
Creates a proxy time from a local time.
from(ZoneId) - Static method in interface org.graalvm.polyglot.proxy.ProxyTimeZone
Creates a proxy timezone from a ZoneId.
fromAnsi(String) - Static method in class org.graalvm.shadowed.org.jline.utils.AttributedString
 
fromAnsi(String, int) - Static method in class org.graalvm.shadowed.org.jline.utils.AttributedString
 
fromAnsi(String, List<Integer>) - Static method in class org.graalvm.shadowed.org.jline.utils.AttributedString
 
fromAnsi(String, Terminal) - Static method in class org.graalvm.shadowed.org.jline.utils.AttributedString
 
fromAnsi(String, List<Integer>, String, String) - Static method in class org.graalvm.shadowed.org.jline.utils.AttributedString
 
fromArray(Object...) - Static method in interface org.graalvm.polyglot.proxy.ProxyArray
Creates a proxy array backed by a Java Object array.
fromList(List<Object>) - Static method in interface org.graalvm.polyglot.proxy.ProxyArray
Creates a proxy array backed by a Java List.
fromMap(Map<String, Object>) - Static method in interface org.graalvm.polyglot.proxy.ProxyObject
Creates a proxy backed by a Map.
fullScreen - Variable in class org.graalvm.shadowed.org.jline.utils.Display
 

G

get(K) - Method in class org.graalvm.collections.EconomicMapWrap
 
get() - Method in class org.graalvm.collections.LockFreePool
Returns a previously added element.
get(K) - Method in interface org.graalvm.collections.UnmodifiableEconomicMap
Returns the value to which key is mapped, or null if this map contains no mapping for key.
get(K, V) - Method in interface org.graalvm.collections.UnmodifiableEconomicMap
Returns the value to which key is mapped, or defaultValue if this map contains no mapping for key.
get(Class<?>, String, Class<T>) - Static method in class org.graalvm.nativeimage.c.constant.CConstant.ValueAccess
Returns the value of a CConstant, i.e., the same value that calling the annotated method would return.
get(Class<? extends PointerBase>) - Static method in class org.graalvm.nativeimage.c.struct.SizeOf
Returns the size of the data structure pointed to by SystemJava pointer types.
get() - Method in interface org.graalvm.nativeimage.c.type.CTypeConversion.CCharPointerHolder
Returns the C pointer to the null-terminated C char[] array.
get() - Method in class org.graalvm.nativeimage.c.type.CTypeConversion.CCharPointerPointerHolder
Returns the C pointer to pointers of null-terminated C char[] arrays.
get(ObjectHandle) - Method in interface org.graalvm.nativeimage.ObjectHandles
Extracts the object from a given handle.
get(String) - Static method in class org.graalvm.nativeimage.RuntimeOptions
Get the value of the option with the provided name.
get(Class<T>) - Static method in class org.graalvm.nativeimage.StackValue
Reserves a block of memory for given CStruct class in the stack frame of the method that calls this intrinsic.
get(int, Class<T>) - Static method in class org.graalvm.nativeimage.StackValue
Reserves a block of memory for array of given CStruct type in the stack frame of the method that calls this intrinsic.
get(int) - Static method in class org.graalvm.nativeimage.StackValue
Reserves a block of memory in the stack frame of the method that calls this intrinsic.
get(int, int) - Static method in class org.graalvm.nativeimage.StackValue
Utility method that performs size arithmetic, otherwise equivalent to StackValue.get(int).
get(String) - Method in interface org.graalvm.options.OptionDescriptors
Gets the OptionDescriptor matching a given option name or null if this option descriptor set does not contain a matching option name.
get(String) - Method in class org.graalvm.options.OptionMap
Returns the value to which the specified key is mapped, or null if this option map contains no mapping for the key.
get(OptionKey<T>) - Method in interface org.graalvm.options.OptionValues
Returns the value of a given option.
get(long) - Method in interface org.graalvm.polyglot.proxy.ProxyArray
Returns the element at the given index.
get(int) - Method in interface org.graalvm.shadowed.org.jline.reader.History
 
get(int) - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 
getAnnotation(AnnotatedElement, Class<T>) - Static method in class org.graalvm.nativeimage.AnnotationAccess
getAnnotationTypes(AnnotatedElement) - Static method in class org.graalvm.nativeimage.AnnotationAccess
Implementation for retrieving all Annotation.annotationType()s for a element.
getApplicationClassLoader() - Method in interface org.graalvm.nativeimage.hosted.Feature.FeatureAccess
Returns the ClassLoader that can find all classes of the class path and module path.
getApplicationClassPath() - Method in interface org.graalvm.nativeimage.hosted.Feature.FeatureAccess
Returns the class path of the native image that is currently built.
getApplicationModulePath() - Method in interface org.graalvm.nativeimage.hosted.Feature.FeatureAccess
Returns the module path of the native image that is currently built.
getAppName() - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
getArchitecture() - Method in interface org.graalvm.nativeimage.Platform.AARCH64
Returns string representing AARCH64 architecture.
getArchitecture() - Method in interface org.graalvm.nativeimage.Platform.AMD64
Returns string representing AMD64 architecture.
getArchitecture() - Method in interface org.graalvm.nativeimage.Platform
Returns the string representing Platform's architecture name.
getArchitecture() - Method in interface org.graalvm.nativeimage.Platform.RISCV64
Returns string representing RISCV64 architecture.
getArguments() - Method in class org.graalvm.nativeimage.Isolates.CreateIsolateParameters
Returns the list of additional isolate arguments.
getArgumentVectorBlockSize() - Static method in class org.graalvm.nativeimage.ProcessProperties
If the running image is an executable the total size of the argument vector of the running process gets returned.
getArgumentVectorProgramName() - Static method in class org.graalvm.nativeimage.ProcessProperties
If the running image is an executable the program name that is stored in the argument vector of the running process gets returned.
getArrayElement(long) - Method in class org.graalvm.polyglot.Value
Returns the array element of a given index.
getArraySize() - Method in class org.graalvm.polyglot.Value
Returns the array size for values with array elements.
getAsBoolean() - Method in class com.oracle.svm.core.annotate.TargetClass.AlwaysIncluded
 
getAsBoolean() - Method in class org.graalvm.nativeimage.c.function.CEntryPoint.AlwaysIncluded
Returns true.
getAsBoolean() - Method in class org.graalvm.nativeimage.c.function.CEntryPoint.NotIncludedAutomatically
Returns false.
getAttr() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.ExecPty
 
getAttributes() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractPosixTerminal
 
getAttributes() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
getAttributes() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.DumbTerminal
 
getAttributes() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.LineDisciplineTerminal
 
getAutosuggestion() - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
getAuxiliaryImagePath() - Method in class org.graalvm.nativeimage.Isolates.CreateIsolateParameters
Returns the file path to an auxiliary image which should be loaded in addition to the main image, or null if no such image should be loaded.
getAuxiliaryImageReservedSpaceSize() - Method in class org.graalvm.nativeimage.Isolates.CreateIsolateParameters
Returns the size in bytes of an address space to reserve for loading an auxiliary image in addition to the main image, or 0 if no space should be reserved.
getBindings(String) - Method in class org.graalvm.polyglot.Context
Returns a value that represents the top-most bindings of a language.
getBooleanCapability(InfoCmp.Capability) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
getBuffer() - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
getBufferSize() - Method in class org.graalvm.polyglot.Value
Returns the buffer size in bytes for values with buffer elements.
getBuiltinWidgets() - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
getBytes() - Method in class org.graalvm.polyglot.Source
Returns the bytes of the source if it is a byte based source.
getCachedSources() - Method in class org.graalvm.polyglot.Engine
Returns the sources previously cached by this engine.
getCapabilitiesByName() - Static method in class org.graalvm.shadowed.org.jline.utils.InfoCmp
 
getCategory() - Method in class org.graalvm.options.OptionDescriptor
Returns the user category of this option.
getCharacters() - Method in class org.graalvm.polyglot.Source
Returns all characters of the source.
getCharacters(int) - Method in class org.graalvm.polyglot.Source
Gets the text (not including a possible terminating newline) in a (1-based) numbered line.
getCharacters() - Method in class org.graalvm.polyglot.SourceSection
Returns the source code fragment described by this section.
getCharEndIndex() - Method in class org.graalvm.polyglot.SourceSection
Returns the index of the text position immediately following the last character in the section.
getCharIndex() - Method in class org.graalvm.polyglot.SourceSection
Returns the 0-based index of the first character in this section.
getCharLength() - Method in class org.graalvm.polyglot.SourceSection
Returns the length of this section in characters.
getColor(int) - Method in class org.graalvm.shadowed.org.jline.utils.ColorPalette
Get a specific color in the palette
getColumnNumber(int) - Method in class org.graalvm.polyglot.Source
Given a 0-based character offset, return the 1-based number of the column at the position.
getCommand() - Method in class org.graalvm.polyglot.io.ProcessHandler.ProcessCommand
Returns the subprocess executable and arguments as an immutable list.
getCommand(String) - Method in interface org.graalvm.shadowed.org.jline.reader.Parser
 
getCommonPrefix() - Method in interface org.graalvm.shadowed.org.jline.reader.CompletionMatcher
 
getCompleters() - Method in class org.graalvm.shadowed.org.jline.reader.impl.completer.AggregateCompleter
Retrieve the collection of completers currently being aggregated.
getCompleters() - Method in class org.graalvm.shadowed.org.jline.reader.impl.completer.ArgumentCompleter
Returns the list of completers used inside this ArgumentCompleter.
getCompleters() - Method in class org.graalvm.shadowed.org.jline.reader.impl.completer.SystemCompleter
 
getConsoleMode(Console) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
getContext() - Method in class org.graalvm.polyglot.ResourceLimitEvent
The context for which the limit was exceeded.
getContext() - Method in class org.graalvm.polyglot.Value
Returns the context this value was created with.
getCurrent() - Static method in class org.graalvm.home.Version
Returns the current GraalVM version of the installed component.
getCurrent() - Static method in class org.graalvm.polyglot.Context
Returns the currently entered polyglot context.
getCurrentThread() - Static method in class org.graalvm.nativeimage.CurrentIsolate
Returns the current thread in the current isolate.
getCurrentThread(Isolate) - Static method in class org.graalvm.nativeimage.Isolates
Given an isolate to which the current thread is attached, returns the address of the thread's associated isolate thread structure.
getCursorPosition(IntConsumer) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractPosixTerminal
 
getCursorPosition(IntConsumer) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
getCursorPosition(Terminal, IntConsumer) - Static method in class org.graalvm.shadowed.org.jline.terminal.impl.CursorSupport
 
getCursorPosition(IntConsumer) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.ExternalTerminal
 
getDeclaringClass() - Method in error org.graalvm.nativeimage.MissingReflectionRegistrationError
 
getDefault() - Static method in class org.graalvm.nativeimage.Isolates.CreateIsolateParameters
Returns a Isolates.CreateIsolateParameters with all default values.
getDefaultMimeType() - Method in class org.graalvm.polyglot.Language
Returns the default MIME type that is in use by a language.
getDefaultValue() - Method in class org.graalvm.options.OptionKey
Returns the default value for this option.
getDeprecationMessage() - Method in class org.graalvm.options.OptionDescriptor
Returns the deprecation reason and the recommended fix.
getDescription() - Method in interface org.graalvm.nativeimage.hosted.Feature
A short description of the feature (e.g., "Enables Truffle support").
getDescriptor(String) - Static method in class org.graalvm.nativeimage.RuntimeOptions
Looks up a single descriptor given an option name.
getDescriptors() - Method in interface org.graalvm.options.OptionValues
Returns all available options.
getDirectory() - Method in class org.graalvm.polyglot.io.ProcessHandler.ProcessCommand
Returns the subprocess working directory.
getDist() - Method in class org.graalvm.shadowed.org.jline.utils.ColorPalette
 
getDistanceName() - Method in class org.graalvm.shadowed.org.jline.utils.ColorPalette
Get the name of the distance to use for rounding colors.
getElementName() - Method in error org.graalvm.nativeimage.MissingReflectionRegistrationError
 
getElementType() - Method in error org.graalvm.nativeimage.MissingReflectionRegistrationError
 
getEncoding(Path) - Method in interface org.graalvm.polyglot.io.FileSystem
Returns an file encoding for given path.
getEncoding() - Method in class org.graalvm.shadowed.org.jline.utils.InputStreamReader
Returns the name of the encoding used to convert bytes into characters.
getEndColumn() - Method in class org.graalvm.polyglot.SourceSection
Returns the 1-based column number of the last character in this section (inclusive).
getEndLine() - Method in class org.graalvm.polyglot.SourceSection
Returns 1-based line number of the last character in this section (inclusive).
getEngine() - Method in class org.graalvm.polyglot.Context
Provides access to meta-data about the underlying Graal engine.
getEntries() - Method in interface org.graalvm.collections.EconomicMap
Returns a MapCursor view of the mappings contained in this map.
getEntries() - Method in class org.graalvm.collections.EconomicMapWrap
 
getEntries() - Method in interface org.graalvm.collections.UnmodifiableEconomicMap
Returns a UnmodifiableMapCursor view of the mappings contained in this map.
getEnvironment() - Method in class org.graalvm.polyglot.io.ProcessHandler.ProcessCommand
Returns the subprocess environment as an immutable map.
getEquivalenceStrategy() - Method in interface org.graalvm.collections.UnmodifiableEconomicMap
Returns the strategy used to compare keys.
getErrorRedirect() - Method in class org.graalvm.polyglot.io.ProcessHandler.ProcessCommand
Returns the standard error output destination.
getEscapeSequence(short, int) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
getException() - Method in class org.graalvm.polyglot.management.ExecutionEvent
Returns the exception of this source location after it was executed.
getExecutableName() - Static method in class org.graalvm.nativeimage.ProcessProperties
Return the canonicalized absolute pathname of the executable.
getExitStatus() - Method in exception org.graalvm.polyglot.PolyglotException
Returns the exit status if this exception indicates that the application was exited.
getExpander() - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
getFlagsToSet(Attributes, Attributes) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.ExecPty
 
getFunctionPointer() - Method in class org.graalvm.nativeimage.c.function.CEntryPointLiteral
Returns the function pointer to the entry point.
getGlobal() - Static method in interface org.graalvm.nativeimage.ObjectHandles
A set of handles that is kept alive globally.
getGuestObject() - Method in exception org.graalvm.polyglot.PolyglotException
Returns an additional guest language object.
getHashEntriesIterator() - Method in interface org.graalvm.polyglot.proxy.ProxyHashMap
Returns the hash entries iterator.
getHashEntriesIterator() - Method in class org.graalvm.polyglot.Value
Creates a new hash entries iterator that allows read each map entry.
getHashKeysIterator() - Method in class org.graalvm.polyglot.Value
Creates a new hash keys iterator that allows read each map key.
getHashSize() - Method in interface org.graalvm.polyglot.proxy.ProxyHashMap
Returns the number of map entries.
getHashSize() - Method in class org.graalvm.polyglot.Value
Returns the number of map entries for values with hash entries.
getHashValue(Value) - Method in interface org.graalvm.polyglot.proxy.ProxyHashMap
Returns the value for the specified key.
getHashValue(Object) - Method in class org.graalvm.polyglot.Value
Returns the value for the specified key or null if the mapping for the specified key does not exist.
getHashValueOrDefault(Object, Object) - Method in class org.graalvm.polyglot.Value
Returns the value for the specified key or the default value if the mapping for the specified key does not exist or is not readable.
getHashValuesIterator() - Method in class org.graalvm.polyglot.Value
Creates a new hash values iterator that allows read each map value.
getHeaderFiles() - Method in interface org.graalvm.nativeimage.c.CContext.Directives
All header files used in this context.
getHelp() - Method in class org.graalvm.options.OptionDescriptor
Returns a human-readable description on how to use the option.
getHighlighter() - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
getHistory() - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
getHomeFolder() - Method in class org.graalvm.home.HomeFinder
 
getId() - Method in class org.graalvm.polyglot.Instrument
Gets the ID clients can use to acquire this instrument.
getId() - Method in class org.graalvm.polyglot.Language
Gets the primary identification string of this language.
getImagePath() - Method in interface org.graalvm.nativeimage.hosted.Feature.AfterImageWriteAccess
Returns the path to the created native-image file (includes the native-image file name).
getImplementationName() - Method in class org.graalvm.polyglot.Engine
Gets a human-readable name of the polyglot implementation (for example, "Default Truffle Engine" or "Graal Truffle Engine").
getImplementationName() - Method in class org.graalvm.polyglot.Language
Gets a human-readable name of the language implementation (for example, "Graal.JS").
getInfoCmp(String) - Static method in class org.graalvm.shadowed.org.jline.utils.InfoCmp
 
getInputRedirect() - Method in class org.graalvm.polyglot.io.ProcessHandler.ProcessCommand
Returns the standard input source.
getInputValues() - Method in class org.graalvm.polyglot.management.ExecutionEvent
Returns the input values provided to execute this source location.
getInstance() - Static method in class org.graalvm.home.HomeFinder
 
getInstruments() - Method in class org.graalvm.polyglot.Engine
Gets all installed instruments of this engine.
getIsolate() - Static method in class org.graalvm.nativeimage.CurrentIsolate
Returns the current isolate.
getIsolate(IsolateThread) - Static method in class org.graalvm.nativeimage.Isolates
Given an isolate thread structure, determines to which isolate it belongs and returns the address of the isolate structure.
getIterator() - Method in interface org.graalvm.polyglot.proxy.ProxyArray
Returns an iterator.
getIterator() - Method in interface org.graalvm.polyglot.proxy.ProxyIterable
Returns an iterator.
getIterator() - Method in class org.graalvm.polyglot.Value
Creates a new iterator that allows read each element of a sequence.
getIteratorNextElement() - Method in class org.graalvm.polyglot.Value
Returns the next element in the iteration.
getKey() - Method in interface org.graalvm.collections.UnmodifiableMapCursor
The key of the current entry.
getKey() - Method in class org.graalvm.options.OptionDescriptor
Returns the key for this option.
getKeyMap() - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
getKeyMaps() - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
getKeys() - Method in class org.graalvm.collections.EconomicMapWrap
 
getKeys() - Method in interface org.graalvm.collections.UnmodifiableEconomicMap
Returns a Iterable view of the keys contained in this map.
getKeys() - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
getKind() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
getLanguage() - Method in class org.graalvm.polyglot.PolyglotException.StackFrame
Returns the language of this stack frame.
getLanguage() - Method in class org.graalvm.polyglot.Source
Returns the language this source created with.
getLanguageHomes() - Method in class org.graalvm.home.HomeFinder
 
getLanguages() - Method in class org.graalvm.polyglot.Engine
Gets a map of all installed languages with the language id as key and the language object as value.
getLastBinding() - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
getLeft() - Method in class org.graalvm.collections.Pair
Returns the left value of this pair.
getLength() - Method in class org.graalvm.polyglot.Source
Gets the number of characters or bytes of the source.
getLength() - Method in class org.graalvm.shadowed.org.jline.utils.ColorPalette
Get the palette length
getLibraries() - Method in interface org.graalvm.nativeimage.c.CContext.Directives
Returns a collection of libraries.
getLibraryPaths() - Method in interface org.graalvm.nativeimage.c.CContext.Directives
Returns a list of library paths.
getLineCount() - Method in class org.graalvm.polyglot.Source
The number of text lines of a character based source, including empty lines; characters at the end of the source without a terminating newline count as a line.
getLineLength(int) - Method in class org.graalvm.polyglot.Source
The number of characters (not counting a possible terminating newline) in a (1-based) numbered line.
getLineNumber(int) - Method in class org.graalvm.polyglot.Source
Given a 0-based character offset, return the 1-based number of the line that includes the position.
getLineStartOffset(int) - Method in class org.graalvm.polyglot.Source
Given a 1-based line number, return the 0-based offset of the first character in the line.
getLoadedInfoCmp(String) - Static method in class org.graalvm.shadowed.org.jline.utils.InfoCmp
 
getLocation() - Method in class org.graalvm.polyglot.management.ExecutionEvent
Returns the source location of the event that was triggered or null if no location source location is available.
getMacroDefinitions() - Method in interface org.graalvm.nativeimage.c.CContext.Directives
Unparameterized macro-definitions.
getMask() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
getMasterInput() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.ExecPty
 
getMasterOutput() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.ExecPty
 
getMember(String) - Method in interface org.graalvm.polyglot.proxy.ProxyObject
Returns the value of the member.
getMember(String) - Method in class org.graalvm.polyglot.Value
Returns the member with a given identifier or null if the member does not exist.
getMemberKeys() - Method in interface org.graalvm.polyglot.proxy.ProxyObject
Returns an array of member keys.
getMemberKeys() - Method in class org.graalvm.polyglot.Value
Returns a set of all member keys.
getMessage() - Method in exception org.graalvm.polyglot.PolyglotException
Gets a user readable message for the polyglot exception.
getMetaObject() - Method in class org.graalvm.polyglot.Value
Returns the metaobject that is associated with this value or null if no metaobject is available.
getMetaParents() - Method in class org.graalvm.polyglot.Value
Returns the meta parents of a meta object as an array object Value.hasArrayElements().
getMetaQualifiedName() - Method in class org.graalvm.polyglot.Value
Returns the qualified name of a metaobject as String.
getMetaSimpleName() - Method in class org.graalvm.polyglot.Value
Returns the simple name of a metaobject as string.
getMimeType(Path) - Method in interface org.graalvm.polyglot.io.FileSystem
Returns a MIME type for given path.
getMimeType() - Method in class org.graalvm.polyglot.Source
Returns the MIME type that is associated with this source.
getMimeTypes() - Method in class org.graalvm.polyglot.Language
Returns the MIME types supported by this language.
getMissing() - Method in exception org.graalvm.shadowed.org.jline.reader.EOFError
 
getName() - Method in class org.graalvm.options.OptionDescriptor
Returns the name of the option that this descriptor represents.
getName() - Method in class org.graalvm.options.OptionType
Returns the name of this type.
getName() - Method in class org.graalvm.polyglot.Instrument
Gets a human-readable name for this instrument.
getName() - Method in class org.graalvm.polyglot.Language
Gets a human-readable name for the language (for example, "JavaScript").
getName() - Method in class org.graalvm.polyglot.Source
Returns the name of this resource holding a guest language program.
getName() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
getName() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.ExecPty
 
getNames() - Method in enum org.graalvm.shadowed.org.jline.utils.InfoCmp.Capability
 
getNext() - Method in interface org.graalvm.polyglot.proxy.ProxyIterator
Returns the next element in the iteration.
getNextClosingBracket() - Method in exception org.graalvm.shadowed.org.jline.reader.EOFError
 
getNumericCapability(InfoCmp.Capability) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
getObject() - Method in interface org.graalvm.nativeimage.PinnedObject
Returns the Object that is the referent of this PinnedObject.
getObjectFile(String) - Static method in class org.graalvm.nativeimage.ProcessProperties
Return the path of the object file defining the symbol specified as a String containing the symbol name.
getObjectFile(CEntryPointLiteral<?>) - Static method in class org.graalvm.nativeimage.ProcessProperties
Return the path of the object file defining the symbol specified as a CEntryPointLiteral containing a function pointer to symbol.
getOpenBrackets() - Method in exception org.graalvm.shadowed.org.jline.reader.EOFError
 
getOptions() - Method in interface org.graalvm.nativeimage.c.CContext.Directives
Returns options to be passed to the C compiler when processing the directives.
getOptions() - Method in class org.graalvm.polyglot.Engine
Returns all options available for the engine.
getOptions() - Method in class org.graalvm.polyglot.Instrument
Gets the options available for this instrument.
getOptions() - Method in class org.graalvm.polyglot.Language
Returns the set of options provided by this language.
getOS() - Method in interface org.graalvm.nativeimage.Platform.ANDROID
Returns string representing ANDROID OS.
getOS() - Method in interface org.graalvm.nativeimage.Platform
Returns the string representing Platform's OS name.
getOS() - Method in interface org.graalvm.nativeimage.Platform.IOS
Returns string representing iOS OS.
getOS() - Method in interface org.graalvm.nativeimage.Platform.LINUX
Returns string representing LINUX OS.
getOS() - Method in interface org.graalvm.nativeimage.Platform.MACOS
Returns string representing MACOS OS.
getOS() - Method in interface org.graalvm.nativeimage.Platform.WINDOWS
Returns string representing WINDOWS OS.
getOutputRedirect() - Method in class org.graalvm.polyglot.io.ProcessHandler.ProcessCommand
Returns the standard output destination.
getOutputStream() - Method in class org.graalvm.polyglot.io.ProcessHandler.Redirect
Returns the output stream to redirect to.
getOutputStream() - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingPumpInputStream
 
getPalette() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
getParameterTypes() - Method in error org.graalvm.nativeimage.MissingReflectionRegistrationError
 
getParsedLine() - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
getParser() - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
getPartialLine() - Method in exception org.graalvm.shadowed.org.jline.reader.EndOfFileException
 
getPartialLine() - Method in exception org.graalvm.shadowed.org.jline.reader.UserInterruptException
 
getPath() - Method in class org.graalvm.polyglot.Source
The fully qualified name of the source.
getPathSeparator() - Method in interface org.graalvm.polyglot.io.FileSystem
Returns the path separator used to separate filenames in a path list.
getPolyglotBindings() - Method in class org.graalvm.polyglot.Context
Returns polyglot bindings that may be used to exchange symbols between the host and guest languages.
getPolyglotStackTrace() - Method in exception org.graalvm.polyglot.PolyglotException
Provides programmatic access to the polyglot stack trace information printed by PolyglotException.printStackTrace().
getProcessID() - Static method in class org.graalvm.nativeimage.ProcessProperties
Get the Process ID of the process executing the image.
getProcessID(Process) - Static method in class org.graalvm.nativeimage.ProcessProperties
Get the Process ID of the given process object.
getProtectionDomain() - Method in class org.graalvm.nativeimage.Isolates.CreateIsolateParameters
Returns the memory protection domain to be used for an isolate.
getPty() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractPosixTerminal
 
getRawSequence(InfoCmp.Capability) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
getRawType() - Method in class org.graalvm.polyglot.TypeLiteral
Returns the raw class type of the literal.
getReader() - Method in class org.graalvm.polyglot.Source
Returns a new reader that reads from the characters provided by this source.
getRegionActive() - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
getRegionMark() - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
getRequiredFeatures() - Method in interface org.graalvm.nativeimage.hosted.Feature
Returns the list of features that this feature depends on.
getReservedAddressSpaceSize() - Method in class org.graalvm.nativeimage.Isolates.CreateIsolateParameters
Returns the size in bytes for the reserved virtual address space of the new isolate.
getReturnValue() - Method in class org.graalvm.polyglot.management.ExecutionEvent
Returns the return value of this source location after it was executed.
getRight() - Method in class org.graalvm.collections.Pair
Returns the right value of this pair.
getRootName() - Method in class org.graalvm.polyglot.management.ExecutionEvent
Returns the root name or null if no name is available.
getRootName() - Method in class org.graalvm.polyglot.PolyglotException.StackFrame
Returns the root name of this stack frame.
getSearchTerm() - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
getSeparator() - Method in interface org.graalvm.polyglot.io.FileSystem
Returns the name separator used to separate names in a path string.
getSequence() - Method in class org.graalvm.shadowed.org.jline.reader.Macro
 
getSize() - Method in interface org.graalvm.polyglot.proxy.ProxyArray
Returns the reported size of the array.
getSize() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractPosixTerminal
 
getSize() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.DumbTerminal
 
getSize() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.ExecPty
 
getSize() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.LineDisciplineTerminal
 
getSlaveInput() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractPty
 
getSlaveOutput() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.ExecPty
 
getSource() - Method in class org.graalvm.polyglot.SourceSection
Representation of the source program that contains this section.
getSourceLocation() - Method in exception org.graalvm.polyglot.PolyglotException
Gets a guest language source location of this error or null if no source location is available for this exception.
getSourceLocation() - Method in class org.graalvm.polyglot.PolyglotException.StackFrame
Returns the source location of the stack frame or null if no source location is available.
getSourceLocation() - Method in class org.graalvm.polyglot.Value
Returns the declared source location of the value.
getStability() - Method in class org.graalvm.options.OptionDescriptor
Returns the stability of this option.
getStackTrace() - Method in exception org.graalvm.polyglot.PolyglotException
Gets stack trace elements for Java and guest languages.
getStartColumn() - Method in class org.graalvm.polyglot.SourceSection
Returns the 1-based column number of the first character in this section (inclusive).
getStartLine() - Method in class org.graalvm.polyglot.SourceSection
Returns 1-based line number of the first character in this section (inclusive).
getStatus() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
getStatus(boolean) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
getStatus(Terminal) - Static method in class org.graalvm.shadowed.org.jline.utils.Status
 
getStatus(Terminal, boolean) - Static method in class org.graalvm.shadowed.org.jline.utils.Status
 
getStringCapability(InfoCmp.Capability) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
getStyle() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
getTailTip() - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
getTempDirectory() - Method in interface org.graalvm.polyglot.io.FileSystem
Returns the default temporary directory.
getTerminal() - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
getToolHomes() - Method in class org.graalvm.home.HomeFinder
 
getType() - Method in class org.graalvm.options.OptionKey
Returns the option type of this key.
getType() - Method in class org.graalvm.polyglot.TypeLiteral
Returns the type literal including generic type information.
getType() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
getURI() - Method in class org.graalvm.polyglot.Source
Get the URI of the source.
getURL() - Method in interface org.graalvm.nativeimage.hosted.Feature
A URL to documentation or the sources of the feature.
getURL() - Method in class org.graalvm.polyglot.Source
The URL if the source is retrieved via URL.
getUsageSyntax() - Method in class org.graalvm.options.OptionDescriptor
Specifies a human-readable syntax describing the accepted values for this option.
getValue() - Method in interface org.graalvm.collections.UnmodifiableMapCursor
The value of the current entry.
getValue(OptionValues) - Method in class org.graalvm.options.OptionKey
Returns the value of this key given the values.
getValues() - Method in class org.graalvm.collections.EconomicMapWrap
 
getValues() - Method in interface org.graalvm.collections.UnmodifiableEconomicMap
Returns a Iterable view of the values contained in this map.
getVariable(String) - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
getVariable(String) - Method in interface org.graalvm.shadowed.org.jline.reader.Parser
 
getVariables() - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
getVersion() - Method in class org.graalvm.home.HomeFinder
 
getVersion() - Method in class org.graalvm.polyglot.Engine
Gets the version string of the engine in an unspecified format.
getVersion() - Method in class org.graalvm.polyglot.Instrument
Gets the version of this instrument.
getVersion() - Method in class org.graalvm.polyglot.Language
Gets the version information of the language in an arbitrary language-specific format.
getWebsite() - Method in class org.graalvm.polyglot.Instrument
Gets the website of this instrument.
getWebsite() - Method in class org.graalvm.polyglot.Language
Get the URL for the language website.
getWidgets() - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
getWriter() - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingPumpReader
 
getWriter() - Method in class org.graalvm.shadowed.org.jline.utils.PumpReader
 
greaterOrEqual(SignedWord) - Method in interface org.graalvm.word.SignedWord
Compares this Signed with the specified value.
greaterOrEqual(int) - Method in interface org.graalvm.word.SignedWord
Compares this Signed with the specified value.
greaterThan(SignedWord) - Method in interface org.graalvm.word.SignedWord
Compares this Signed with the specified value.
greaterThan(int) - Method in interface org.graalvm.word.SignedWord
Compares this Signed with the specified value.
GREEN - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
GREEN - Static variable in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
group() - Method in class org.graalvm.shadowed.org.jline.reader.Candidate
The group name for this candidate.

H

H - Static variable in class org.graalvm.shadowed.org.jline.utils.Colors
Hue Composition / Hue Quadrature
h - Static variable in class org.graalvm.shadowed.org.jline.utils.Colors
Hue
handle(Terminal.Signal, Terminal.SignalHandler) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
handle(Terminal.Signal, Terminal.SignalHandler) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
handle(Terminal.Signal) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.NativeSignalHandler
 
handle(Terminal.Signal, Terminal.SignalHandler) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.PosixSysTerminal
 
handlers - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
hardReset() - Method in class org.graalvm.shadowed.org.jline.utils.Status
 
hasArrayElements() - Method in class org.graalvm.polyglot.Value
Returns true if this polyglot value has array elements.
hasBeenSet(OptionValues) - Method in class org.graalvm.options.OptionKey
Returns true if a value for this key has been set for the given option values or false if no value has been set.
hasBeenSet(OptionKey<?>) - Method in interface org.graalvm.options.OptionValues
Determines if a value for optionKey has been set explicitly by the Context or Engine, and therefore OptionValues.get(OptionKey) does not call OptionKey.getDefaultValue().
hasBufferElements() - Method in class org.graalvm.polyglot.Value
Returns true if the receiver may have buffer elements.
hasBytes() - Method in class org.graalvm.polyglot.Source
Returns true if this source represents a byte based source, else false.
hasCharacters() - Method in class org.graalvm.polyglot.Source
Returns true if this source represents a character based source, else false.
hasCharIndex() - Method in class org.graalvm.polyglot.SourceSection
Returns true if this section has a character index information, false otherwise.
hasColumns() - Method in class org.graalvm.polyglot.SourceSection
Returns true if this section has a column number information, false otherwise.
hasFocusSupport() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
hasFocusSupport() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
hasHashEntries() - Method in class org.graalvm.polyglot.Value
Returns true if this polyglot value represents a map.
hasHashEntry(Value) - Method in interface org.graalvm.polyglot.proxy.ProxyHashMap
Returns true if the proxy object contains a mapping for the specified key, or else false.
hasHashEntry(Object) - Method in class org.graalvm.polyglot.Value
Returns true if mapping for the specified key exists.
hashCode(UnmodifiableEconomicMap<K, V>) - Static method in class org.graalvm.collections.EconomicMapUtil
Computes an order-independent hash code for an EconomicMap.
hashCode(Object) - Method in class org.graalvm.collections.Equivalence
Returns the hash code of a non-null argument o.
hashCode() - Method in class org.graalvm.collections.Pair
hashCode() - Method in class org.graalvm.home.Version
hashCode() - Method in class org.graalvm.options.OptionDescriptor
hashCode() - Method in class org.graalvm.options.OptionMap
 
hashCode() - Method in class org.graalvm.polyglot.Context
hashCode() - Method in class org.graalvm.polyglot.HostAccess
hashCode() - Method in class org.graalvm.polyglot.io.IOAccess
hashCode() - Method in class org.graalvm.polyglot.io.ProcessHandler.Redirect
hashCode() - Method in exception org.graalvm.polyglot.PolyglotException
hashCode() - Method in class org.graalvm.polyglot.Source
hashCode() - Method in class org.graalvm.polyglot.SourceSection
 
hashCode() - Method in class org.graalvm.polyglot.TypeLiteral
 
hashCode() - Method in class org.graalvm.polyglot.Value
Returns the identity hash code of the underlying object.
hashCode() - Method in class org.graalvm.shadowed.org.jline.reader.Candidate
 
hashCode() - Method in class org.graalvm.shadowed.org.jline.reader.Macro
 
hashCode() - Method in class org.graalvm.shadowed.org.jline.reader.Reference
 
hashCode() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedString
 
hashCode() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
hasIterator() - Method in class org.graalvm.polyglot.Value
Returns true if this polyglot value provides an iterator.
hasIteratorNextElement() - Method in class org.graalvm.polyglot.Value
Returns true if the value represents an iterator which has more elements, else false.
hasLines() - Method in class org.graalvm.polyglot.SourceSection
Returns true if this section has a line number information, false otherwise.
hasMember(String) - Method in interface org.graalvm.polyglot.proxy.ProxyObject
Returns true if the proxy object contains a member with the given key, or else false.
hasMember(String) - Method in class org.graalvm.polyglot.Value
Returns true if such a member exists for a given identifier.
hasMembers() - Method in class org.graalvm.polyglot.Value
Returns true if this value generally supports containing members.
hasMetaParents() - Method in class org.graalvm.polyglot.Value
Returns true if the value represents a metaobject and the metaobject has meta parents.
hasMouseSupport() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
hasMouseSupport(Terminal) - Static method in class org.graalvm.shadowed.org.jline.terminal.impl.MouseSupport
 
hasNext() - Method in interface org.graalvm.polyglot.proxy.ProxyIterator
Returns true if the iterator has more elements, else false.
hasSetOptions() - Method in interface org.graalvm.options.OptionValues
Determines if a value for any of the option keys in option descriptors has been set.
HeapAllocator() - Constructor for class org.graalvm.collections.LockFreePrefixTree.HeapAllocator
 
help() - Method in interface org.graalvm.nativeimage.RuntimeOptions.Descriptor
Returns a human-readable description on how to use the option.
help(String) - Method in class org.graalvm.options.OptionDescriptor.Builder
Specifies a human-readable description on how to use the option.
HIDDEN - Static variable in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
hidden() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
The hidden flag can be used to embed custom escape sequences.
HIDDEN_OFF - Static variable in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
hiddenDefault() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
hiddenOff() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
highlight(LineReader, String) - Method in interface org.graalvm.shadowed.org.jline.reader.Highlighter
Highlight buffer
Highlighter - Interface in org.graalvm.shadowed.org.jline.reader
 
highlighter(Highlighter) - Method in class org.graalvm.shadowed.org.jline.reader.LineReaderBuilder
 
History - Interface in org.graalvm.shadowed.org.jline.reader
Console history.
history(History) - Method in class org.graalvm.shadowed.org.jline.reader.LineReaderBuilder
 
history(String) - Method in interface org.graalvm.shadowed.org.jline.reader.MaskingCallback
Transforms the line before storing in the history.
History.Entry - Interface in org.graalvm.shadowed.org.jline.reader
 
HISTORY_BEGINNING_SEARCH_BACKWARD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
HISTORY_BEGINNING_SEARCH_FORWARD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
HISTORY_FILE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
File system history path.
HISTORY_FILE_SIZE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
Number of history items to keep in the history file.
HISTORY_IGNORE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
Colon separated list of patterns that will not be saved in history.
HISTORY_INCREMENTAL_PATTERN_SEARCH_BACKWARD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
HISTORY_INCREMENTAL_PATTERN_SEARCH_FORWARD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
HISTORY_INCREMENTAL_SEARCH_BACKWARD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
HISTORY_INCREMENTAL_SEARCH_FORWARD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
HISTORY_SEARCH_BACKWARD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
HISTORY_SEARCH_FORWARD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
HISTORY_SIZE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
Number of history items to keep in memory.
HomeFinder - Class in org.graalvm.home
A utility class to find various paths of the running GraalVM, as well as the version.
HomeFinder() - Constructor for class org.graalvm.home.HomeFinder
 
HostAccess - Class in org.graalvm.polyglot
Represents the host access policy of a polyglot context.
HostAccess.Builder - Class in org.graalvm.polyglot
Builder to create a custom host access policy.
HostAccess.DisableMethodScoping - Annotation Type in org.graalvm.polyglot
If HostAccess.SCOPED is used, placing this annotation on an exported host function excludes it from parameter scoping, i.e.
HostAccess.Export - Annotation Type in org.graalvm.polyglot
Annotation used by the predefined HostAccess.EXPLICIT access policy to mark public constructors, methods and fields in public classes that should be accessible by the guest application.
HostAccess.Implementable - Annotation Type in org.graalvm.polyglot
Allows guest language to implement a Java type.
HostAccess.MutableTargetMapping - Enum in org.graalvm.polyglot
List of default host object mappings of mutable target types available in Value.as(Class).
HostAccess.TargetMappingPrecedence - Enum in org.graalvm.polyglot
Represents the precedence of a target type mapping.
hostClassLoader(ClassLoader) - Method in class org.graalvm.polyglot.Context.Builder
Sets a host class loader.

I

IDENTITY - Static variable in class org.graalvm.collections.Equivalence
Identity equivalence using == to check equality and Object.hashCode() for obtaining hash values.
IDENTITY_WITH_SYSTEM_HASHCODE - Static variable in class org.graalvm.collections.Equivalence
Identity equivalence using == to check equality and System.identityHashCode(Object) for obtaining hash values.
ImageInfo - Class in org.graalvm.nativeimage
Utility class to retrieve information about the context in which code gets executed.
ImageSingletons - Class in org.graalvm.nativeimage
A key-value store of singleton objects.
in(InputStream) - Method in class org.graalvm.polyglot.Context.Builder
Sets the input stream to be used for the context.
in(InputStream) - Method in class org.graalvm.polyglot.Engine.Builder
Sets the standard input stream to be used for this engine.
includedIn(Class<? extends Platform>) - Static method in interface org.graalvm.nativeimage.Platform
Returns true if the current platform (the platform that the native image is built for) is included in the provided platform group.
inConsole - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
incValue() - Method in class org.graalvm.collections.LockFreePrefixTree.Node
Increment value.
incValue() - Method in class org.graalvm.collections.SeqLockPrefixTree.Node
Increment value.
INDENTATION - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
New line automatic indentation after opening/closing bracket.
index() - Method in interface org.graalvm.shadowed.org.jline.reader.History.Entry
 
index() - Method in interface org.graalvm.shadowed.org.jline.reader.History
 
index() - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory.EntryImpl
 
index() - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 
INFER_NEXT_HISTORY - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
info(Object...) - Static method in class org.graalvm.shadowed.org.jline.utils.Log
 
InfoCmp - Class in org.graalvm.shadowed.org.jline.utils
Infocmp helper methods.
InfoCmp.Capability - Enum in org.graalvm.shadowed.org.jline.utils
 
INFOCMP_COMMAND - Static variable in class org.graalvm.shadowed.org.jline.utils.OSUtils
 
INHERIT - Static variable in class org.graalvm.polyglot.EnvironmentAccess
Provides guest languages read access to process environment.
INHERIT - Static variable in class org.graalvm.polyglot.io.ProcessHandler.Redirect
Indicates that subprocess I/O source or destination will be the same as those of the current process.
inImageBuildtimeCode() - Static method in class org.graalvm.nativeimage.ImageInfo
Returns true if (at the time of the call) code is executing in the context of image building (e.g.
inImageCode() - Static method in class org.graalvm.nativeimage.ImageInfo
Returns true if (at the time of the call) code is executing in the context of image building or during image runtime, else false.
inImageRuntimeCode() - Static method in class org.graalvm.nativeimage.ImageInfo
Returns true if (at the time of the call) code is executing at image runtime.
init() - Static method in class org.graalvm.word.LocationIdentity
Location only allowed to be used for writes.
INIT_LOCATION - Static variable in class org.graalvm.word.LocationIdentity
Location only allowed to be used for writes.
initialize() - Static method in class org.graalvm.nativeimage.VMRuntime
Initializes the VM: Runs all startup hooks that were registered during image building.
initialize(String) - Method in class org.graalvm.polyglot.Context
Forces the initialization of a language.
initializeAtBuildTime(Class<?>...) - Static method in class org.graalvm.nativeimage.hosted.RuntimeClassInitialization
Registers the provided classes as eagerly initialized during image-build time.
initializeAtBuildTime(String...) - Static method in class org.graalvm.nativeimage.hosted.RuntimeClassInitialization
Registers all classes in provided packages as eagerly initialized during image-build time.
initializeAtRunTime(Class<?>...) - Static method in class org.graalvm.nativeimage.hosted.RuntimeClassInitialization
Registers the provided classes, and all of their subclasses, for class initialization at runtime.
initializeAtRunTime(String...) - Static method in class org.graalvm.nativeimage.hosted.RuntimeClassInitialization
Registers all classes in provided packages, and all of their subclasses, for class initialization at runtime.
initializeLong(WordBase, long, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Initializes the memory at address (this + offset).
initializeLong(int, long, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Initializes the memory at address (this + offset).
Inject - Annotation Type in com.oracle.svm.core.annotate
Injects the annotated field into the TargetClass.
InjectAccessors - Annotation Type in com.oracle.svm.core.annotate
Inject accessor methods for the field denoted using an Alias annotation.
input - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
input() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
input() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.DumbTerminal
 
input() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.LineDisciplineTerminal
 
input() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.PosixPtyTerminal
 
input - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.PosixSysTerminal
 
input() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.PosixSysTerminal
 
InputStreamReader - Class in org.graalvm.shadowed.org.jline.utils
A class for turning a byte stream into a character stream.
InputStreamReader(InputStream) - Constructor for class org.graalvm.shadowed.org.jline.utils.InputStreamReader
Constructs a new InputStreamReader on the InputStream in.
InputStreamReader(InputStream, String) - Constructor for class org.graalvm.shadowed.org.jline.utils.InputStreamReader
Constructs a new InputStreamReader on the InputStream in.
InputStreamReader(InputStream, CharsetDecoder) - Constructor for class org.graalvm.shadowed.org.jline.utils.InputStreamReader
Constructs a new InputStreamReader on the InputStream in and CharsetDecoder dec.
InputStreamReader(InputStream, Charset) - Constructor for class org.graalvm.shadowed.org.jline.utils.InputStreamReader
Constructs a new InputStreamReader on the InputStream in and Charset charset.
INSERT_CLOSE_CURLY - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
INSERT_CLOSE_PAREN - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
INSERT_CLOSE_SQUARE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
INSERT_COMMENT - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
INSERT_LAST_WORD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
insertChars(int) - Method in class org.graalvm.shadowed.org.jline.utils.Display
 
insertLines(int) - Method in class org.graalvm.shadowed.org.jline.utils.Display
 
insertTab(AttributedStyle) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
INSTANCE - Static variable in class org.graalvm.shadowed.org.jline.reader.impl.completer.NullCompleter
 
Instrument - Class in org.graalvm.polyglot
A handle for an instrument installed in an engine.
interactive(boolean) - Method in class org.graalvm.polyglot.Source.Builder
Marks the source as interactive.
internal(boolean) - Method in class org.graalvm.polyglot.Source.Builder
Set whether this source has been marked as internal, meaning that it has been provided by the infrastructure, language implementation, or system library.
internalAdd(Instant, String) - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 
internalAdd(Instant, String, boolean) - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 
interrupt(Duration) - Method in class org.graalvm.polyglot.Context
Use this method to interrupt this context.
ints - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
INVERSE - Static variable in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
inverse() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
INVERSE_OFF - Static variable in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
inverseDefault() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
inverseNeg() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
inverseOff() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
InvokeCFunctionPointer - Annotation Type in org.graalvm.nativeimage.c.function
Annotation for an invocation method defined in a sub-interface of CFunctionPointer.
invokeMember(String, Object...) - Method in class org.graalvm.polyglot.Value
Invokes the given member of this value.
IOAccess - Class in org.graalvm.polyglot.io
Represents an IO access configuration of a polyglot context.
IOAccess.Builder - Class in org.graalvm.polyglot.io
Builder to create a custom IO access configuration.
IOS_AARCH64() - Constructor for class org.graalvm.nativeimage.Platform.IOS_AARCH64
Instantiates a marker instance of this platform.
IOS_AMD64() - Constructor for class org.graalvm.nativeimage.Platform.IOS_AMD64
Instantiates a marker instance of this platform.
IS_CONEMU - Static variable in class org.graalvm.shadowed.org.jline.utils.OSUtils
 
IS_CYGWIN - Static variable in class org.graalvm.shadowed.org.jline.utils.OSUtils
 
IS_MSYSTEM - Static variable in class org.graalvm.shadowed.org.jline.utils.OSUtils
 
IS_OSX - Static variable in class org.graalvm.shadowed.org.jline.utils.OSUtils
 
IS_WINDOWS - Static variable in class org.graalvm.shadowed.org.jline.utils.OSUtils
 
IS_WSL - Static variable in class org.graalvm.shadowed.org.jline.utils.OSUtils
 
IS_WSL1 - Static variable in class org.graalvm.shadowed.org.jline.utils.OSUtils
 
IS_WSL2 - Static variable in class org.graalvm.shadowed.org.jline.utils.OSUtils
 
isAlive(long) - Static method in class org.graalvm.nativeimage.ProcessProperties
Tests whether the process represented by the given Process ID is alive.
isAnnotationPresent(AnnotatedElement, Class<? extends Annotation>) - Static method in class org.graalvm.nativeimage.AnnotationAccess
isAny() - Method in class org.graalvm.word.LocationIdentity
Returns true if this location identity is LocationIdentity.any().
isAvailable() - Method in class org.graalvm.polyglot.SourceSection
Returns whether this is a special instance that signifies that source information is available.
isBoolean() - Method in class org.graalvm.polyglot.Value
Returns true if this value represents a boolean value.
isBufferWritable() - Method in class org.graalvm.polyglot.Value
Returns true if the receiver object is a modifiable buffer.
isCancelled() - Method in exception org.graalvm.polyglot.PolyglotException
Returns true if the execution was cancelled.
isCompiled() - Method in class org.graalvm.shadowed.org.jline.reader.impl.completer.SystemCompleter
 
isDate() - Method in class org.graalvm.polyglot.Value
Returns true if this object represents a date, else false.
isDebugEnabled() - Static method in class org.graalvm.shadowed.org.jline.utils.Log
 
isDef() - Method in enum org.graalvm.shadowed.org.jline.reader.LineReader.Option
 
isDeprecated() - Method in class org.graalvm.options.OptionDescriptor
Returns true if this option was marked deprecated.
isDuration() - Method in class org.graalvm.polyglot.Value
Returns true if this object represents a duration, else false.
isEmpty() - Method in class org.graalvm.collections.EconomicMapWrap
 
isEmpty() - Method in interface org.graalvm.collections.UnmodifiableEconomicMap
Returns true if this map contains no key-value mappings.
isEmpty() - Method in interface org.graalvm.collections.UnmodifiableEconomicSet
Returns true if this set contains no elements.
isEmpty() - Method in interface org.graalvm.shadowed.org.jline.reader.History
 
isEmpty() - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 
isEscapeChar(char) - Method in interface org.graalvm.shadowed.org.jline.reader.Parser
 
isException() - Method in class org.graalvm.polyglot.Value
Returns true if this object represents an exception, else false.
isExecutable() - Static method in class org.graalvm.nativeimage.ImageInfo
Returns true if the image is built as an executable.
isExit() - Method in exception org.graalvm.polyglot.PolyglotException
Returns true if this exception is caused by an attempt of a guest language program to exit the application.
isExpression() - Method in class org.graalvm.polyglot.management.ExecutionEvent
Returns true if the source location is marked as expression, else false.
isFinite() - Method in class org.graalvm.shadowed.org.jline.utils.Timeout
 
isGuestException() - Method in exception org.graalvm.polyglot.PolyglotException
Returns true if this exception originates from a Graal guest language.
isGuestFrame() - Method in class org.graalvm.polyglot.PolyglotException.StackFrame
Returns true if the stack frame originates from the guest language.
isHidden(int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
isHostException() - Method in exception org.graalvm.polyglot.PolyglotException
Returns true if this exception originates from the Java host language.
isHostFrame() - Method in class org.graalvm.polyglot.PolyglotException.StackFrame
Returns true if the stack frame originates from the host language.
isHostObject() - Method in class org.graalvm.polyglot.Value
Returns true if the value originated form the host language Java.
isImmutable() - Method in class org.graalvm.word.LocationIdentity
Denotes a location is unchanging in all cases.
isIncompleteSource() - Method in exception org.graalvm.polyglot.PolyglotException
Returns true if this exception indicates a syntax error that is indicating that the syntax is incomplete.
isInConfiguration() - Method in interface org.graalvm.nativeimage.c.CContext.Directives
This method is called immediately after the constructor, to check whether the context is part of the configuration or not.
isInConfiguration(Feature.IsInConfigurationAccess) - Method in interface org.graalvm.nativeimage.hosted.Feature
This method is called immediately after the constructor, to check whether the feature is part of the configuration or not.
isInfinite() - Method in class org.graalvm.shadowed.org.jline.utils.Timeout
 
isInit() - Method in class org.graalvm.word.LocationIdentity
Returns true if this location identity is LocationIdentity.init().
isInstant() - Method in class org.graalvm.polyglot.Value
Returns true if this value represents an instant.
isInteractive() - Method in class org.graalvm.polyglot.Language
Returns true if a the language is suitable for interactive evaluation of sources.
isInteractive() - Method in class org.graalvm.polyglot.Source
Check whether this source has been marked as interactive.
isInternal() - Method in class org.graalvm.polyglot.Source
Gets 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 org.graalvm.polyglot.PolyglotException
Returns true if this exception was caused by an internal implementation error.
isInterrupted() - Method in exception org.graalvm.polyglot.PolyglotException
Returns true if the current application thread was interrupted by an InterruptedException, or by calling Context.interrupt(Duration) from the host.
isIterator() - Method in class org.graalvm.polyglot.Value
Returns true if the value represents an iterator object.
isMetaInstance(Object) - Method in class org.graalvm.polyglot.Value
Returns true if the given instance is an instance of this value, else false.
isMetaObject() - Method in class org.graalvm.polyglot.Value
Returns true if the value represents a metaobject.
isMutable() - Method in class org.graalvm.word.LocationIdentity
isNativePointer() - Method in class org.graalvm.polyglot.Value
Returns true if this value is a native pointer.
isNonNull() - Method in interface org.graalvm.word.PointerBase
Returns true if this pointer is not the null pointer.
isNull() - Method in class org.graalvm.polyglot.Value
Returns true if this value is a null like.
isNull() - Method in interface org.graalvm.word.PointerBase
Returns true if this pointer is the null pointer.
isNumber() - Method in class org.graalvm.polyglot.Value
Returns true if this value represents a number, else false.
Isolate - Interface in org.graalvm.nativeimage
Pointer to the runtime data structure for an isolate.
ISOLATED - Static variable in class org.graalvm.polyglot.HostAccess
Predefined host access policy used by Context with an SandboxPolicy.ISOLATED sandbox policy when the host access policy is not explicitly specified by the embedder.
IsolateException(String) - Constructor for exception org.graalvm.nativeimage.Isolates.IsolateException
Constructs a new exception with the specified detail message.
Isolates - Class in org.graalvm.nativeimage
Support for the creation, access to, and tear-down of isolates.
Isolates.CreateIsolateParameters - Class in org.graalvm.nativeimage
Parameters for the creation of an isolate.
Isolates.CreateIsolateParameters.Builder - Class in org.graalvm.nativeimage
Builder for a Isolates.CreateIsolateParameters instance.
Isolates.IsolateException - Exception in org.graalvm.nativeimage
An exception thrown in the context of managing isolates.
Isolates.ProtectionDomain - Interface in org.graalvm.nativeimage
Identifies a protection domain for an isolate.
IsolateThread - Interface in org.graalvm.nativeimage
Pointer to the runtime data structure for a thread.
isOptionMap() - Method in class org.graalvm.options.OptionDescriptor
Returns true if this option is an option map.
isPersistable(History.Entry) - Method in interface org.graalvm.shadowed.org.jline.reader.History
Check if an entry should be persisted or not.
isProxyObject() - Method in class org.graalvm.polyglot.Value
Returns true if this value represents a Proxy.
isReachable(Class<?>) - Method in interface org.graalvm.nativeimage.hosted.Feature.QueryReachabilityAccess
Returns true if the static analysis determined that the provided class is reachable at run time.
isReachable(Field) - Method in interface org.graalvm.nativeimage.hosted.Feature.QueryReachabilityAccess
Returns true if the static analysis determined that the provided field is reachable at run time.
isReachable(Executable) - Method in interface org.graalvm.nativeimage.hosted.Feature.QueryReachabilityAccess
Returns true if the static analysis determined that the provided method is reachable at run time.
isReading() - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
Check if a thread is currently in a readLine() call.
isReal() - Method in class org.graalvm.shadowed.org.jline.utils.ColorPalette
 
isRedirectErrorStream() - Method in class org.graalvm.polyglot.io.ProcessHandler.ProcessCommand
Return whether the standard error output should be merged into standard output.
isRelease() - Method in class org.graalvm.home.Version
Returns true if this is a supported release build of GraalVM else false.
isResourceExhausted() - Method in exception org.graalvm.polyglot.PolyglotException
Returns true if this exception indicates that a resource limit was exceeded, else false.
isRoot() - Method in class org.graalvm.polyglot.management.ExecutionEvent
Returns true if the source location is marked as a root of a function, method or closure, else false.
isSameFile(Path, Path, LinkOption...) - Method in interface org.graalvm.polyglot.io.FileSystem
Tests if the given paths refer to the same physical file.
isSet(LineReader.Option) - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
isSet(Map<LineReader.Option, Boolean>) - Method in enum org.graalvm.shadowed.org.jline.reader.LineReader.Option
 
isSharedLibrary() - Static method in class org.graalvm.nativeimage.ImageInfo
Returns true if the image is build as a shared library.
isSingle() - Method in class org.graalvm.word.LocationIdentity
Returns true if this location identity is not LocationIdentity.any().
isSnapshot() - Method in class org.graalvm.home.Version
Returns true if this is an unsupported snapshot build of GraalVM else false.
isStatement() - Method in class org.graalvm.polyglot.management.ExecutionEvent
Returns true if the source location is marked as a statement, else false.
isStrict() - Method in class org.graalvm.shadowed.org.jline.reader.impl.completer.ArgumentCompleter
Returns whether a completion at argument index N will success if all the completions from arguments 0-(N-1) also succeed.
isStricterOrEqual(SandboxPolicy) - Method in enum org.graalvm.polyglot.SandboxPolicy
Tests whether this SandboxPolicy is stricter or equal to other.
isStricterThan(SandboxPolicy) - Method in enum org.graalvm.polyglot.SandboxPolicy
Tests whether this SandboxPolicy is stricter than other.
isString() - Method in class org.graalvm.polyglot.Value
Returns true if this value represents a string.
isSyntaxError() - Method in exception org.graalvm.polyglot.PolyglotException
Returns true if this exception indicates a parser or syntax error.
isTime() - Method in class org.graalvm.polyglot.Value
Returns true if this object represents a time, else false.
isTimeZone() - Method in class org.graalvm.polyglot.Value
Returns true if this object represents a timezone, else false.
italic() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
italicDefault() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
italicOff() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
iterator() - Method in interface org.graalvm.options.OptionDescriptors
iterator(int) - Method in interface org.graalvm.shadowed.org.jline.reader.History
 
iterator() - Method in interface org.graalvm.shadowed.org.jline.reader.History
 
iterator(int) - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 

J

J - Static variable in class org.graalvm.shadowed.org.jline.utils.Colors
Lightness
join(AttributedString, AttributedString...) - Static method in class org.graalvm.shadowed.org.jline.utils.AttributedString
 
join(AttributedString, Iterable<AttributedString>) - Static method in class org.graalvm.shadowed.org.jline.utils.AttributedString
 

K

KeepOriginal - Annotation Type in com.oracle.svm.core.annotate
If a class annotated with TargetClass is also annotated with Substitute, all non-substituted methods in that class are by default treated as deleted.
key() - Method in class org.graalvm.shadowed.org.jline.reader.Candidate
Candidates which have the same key will be merged together.
KEYMAP - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
keySet(EconomicMap<K, V>) - Static method in class org.graalvm.collections.EconomicMapUtil
Returns an EconomicSet of the keys contained in a map.
KILL_BUFFER - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
KILL_LINE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
KILL_REGION - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
KILL_WHOLE_LINE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
KILL_WORD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 

L

Language - Class in org.graalvm.polyglot
A handle for a Graal language installed in an engine.
last() - Method in interface org.graalvm.shadowed.org.jline.reader.History
 
last() - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 
leave() - Method in class org.graalvm.polyglot.Context
Explicitly leaves the context on the current thread.
length() - Method in interface org.graalvm.polyglot.io.ByteSequence
Returns the length of this byte sequence.
length() - Method in interface org.graalvm.shadowed.org.jline.reader.Buffer
 
length() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedString
 
length() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
lessOrEqual(SignedWord) - Method in interface org.graalvm.word.SignedWord
Compares this Signed with the specified value.
lessOrEqual(int) - Method in interface org.graalvm.word.SignedWord
Compares this Signed with the specified value.
lessThan(SignedWord) - Method in interface org.graalvm.word.SignedWord
Compares this Signed with the specified value.
lessThan(int) - Method in interface org.graalvm.word.SignedWord
Compares this Signed with the specified value.
Levenshtein - Class in org.graalvm.shadowed.org.jline.utils
The Damerau-Levenshtein Algorithm is an extension to the Levenshtein Algorithm which solves the edit distance problem between a source string and a target string with the following operations: Character Insertion Character Deletion Character Replacement Adjacent Character Swap Note that the adjacent character swap operation is an edit that may be applied when two adjacent characters in the source string match two adjacent characters in the target string, but in reverse order, rather than a general allowance for adjacent character swaps.
Levenshtein() - Constructor for class org.graalvm.shadowed.org.jline.utils.Levenshtein
 
lexicographicalComparator(Comparator<K>, Comparator<V>) - Static method in class org.graalvm.collections.EconomicMapUtil
Creates a lexicographical map comparator using the provided key and value comparators.
line() - Method in interface org.graalvm.shadowed.org.jline.reader.History.Entry
 
line() - Method in class org.graalvm.shadowed.org.jline.reader.impl.completer.ArgumentCompleter.ArgumentLine
 
line() - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory.EntryImpl
 
line() - Method in interface org.graalvm.shadowed.org.jline.reader.ParsedLine
The unparsed line.
line() - Method in exception org.graalvm.shadowed.org.jline.reader.SyntaxError
 
LINE_OFFSET - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
When in multiline edit mode, this variable can be used to offset the line number displayed.
LineDisciplineTerminal - Class in org.graalvm.shadowed.org.jline.terminal.impl
Abstract terminal with support for line discipline.
LineDisciplineTerminal(String, String, OutputStream, Charset) - Constructor for class org.graalvm.shadowed.org.jline.terminal.impl.LineDisciplineTerminal
 
LineDisciplineTerminal(String, String, OutputStream, Charset, Terminal.SignalHandler) - Constructor for class org.graalvm.shadowed.org.jline.terminal.impl.LineDisciplineTerminal
 
LineReader - Interface in org.graalvm.shadowed.org.jline.reader
Read lines from the console, with input editing.
LineReader.Option - Enum in org.graalvm.shadowed.org.jline.reader
 
LineReader.RegionType - Enum in org.graalvm.shadowed.org.jline.reader
 
LineReader.SuggestionType - Enum in org.graalvm.shadowed.org.jline.reader
 
LineReaderBuilder - Class in org.graalvm.shadowed.org.jline.reader
 
linesToRestore - Variable in class org.graalvm.shadowed.org.jline.utils.Status
 
LINUX_AARCH64() - Constructor for class org.graalvm.nativeimage.Platform.LINUX_AARCH64
Instantiates a marker instance of this platform.
LINUX_AMD64() - Constructor for class org.graalvm.nativeimage.Platform.LINUX_AMD64
Instantiates a marker instance of this platform.
LINUX_RISCV64() - Constructor for class org.graalvm.nativeimage.Platform.LINUX_RISCV64
Instantiates a marker instance of this platform.
LIST_CHOICES - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
LIST_EXPAND - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
LIST_MAX - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
tab completion: if candidates are more than list-max a question will be asked before displaying them
listDescriptors() - Static method in class org.graalvm.nativeimage.RuntimeOptions
Lists all runtime option descriptors available.
load() - Method in interface org.graalvm.shadowed.org.jline.reader.History
Load history.
load() - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 
loadPalette() - Method in class org.graalvm.shadowed.org.jline.utils.ColorPalette
Load the palette from the terminal.
loadPalette(boolean) - Method in class org.graalvm.shadowed.org.jline.utils.ColorPalette
 
LocationIdentity - Class in org.graalvm.word
Marker interface for location identities.
LocationIdentity() - Constructor for class org.graalvm.word.LocationIdentity
Creates a new location identity.
lock - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
lock - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.ExternalTerminal
 
LockFreePool<T> - Class in org.graalvm.collections
Concurrent lock-free pool data structure.
LockFreePool() - Constructor for class org.graalvm.collections.LockFreePool
 
LockFreePrefixTree - Class in org.graalvm.collections
Thread-safe and lock-free prefix-tree implementation in which keys are sequences of 64-bit values, and the values are 64-bit values.
LockFreePrefixTree(LockFreePrefixTree.Allocator) - Constructor for class org.graalvm.collections.LockFreePrefixTree
Create new LockFreePrefixTree with root being a Node with key 0.
LockFreePrefixTree.Allocator - Class in org.graalvm.collections
Policy for allocating objects of the lock-free prefix tree.
LockFreePrefixTree.HeapAllocator - Class in org.graalvm.collections
Allocator that allocates objects directly on the managed heap.
LockFreePrefixTree.Node - Class in org.graalvm.collections
 
LockFreePrefixTree.ObjectPoolingAllocator - Class in org.graalvm.collections
Allocator that internally maintains several pools of preallocated objects, and allocates objects from those pools.
log(CCharPointer, UnsignedWord) - Method in interface org.graalvm.nativeimage.LogHandler
Write raw bytes to the log.
Log - Class in org.graalvm.shadowed.org.jline.utils
Internal logger.
Log() - Constructor for class org.graalvm.shadowed.org.jline.utils.Log
 
LogHandler - Interface in org.graalvm.nativeimage
Low-level handler for log messages of native images.
logHandler(Handler) - Method in class org.graalvm.polyglot.Context.Builder
Installs a new logging Handler.
logHandler(OutputStream) - Method in class org.graalvm.polyglot.Context.Builder
Installs a new logging Handler using given OutputStream.
logHandler(Handler) - Method in class org.graalvm.polyglot.Engine.Builder
Installs a new logging Handler.
logHandler(OutputStream) - Method in class org.graalvm.polyglot.Engine.Builder
Installs a new logging Handler using given OutputStream.
logicCompareAndSwapInt(WordBase, int, int, LocationIdentity) - Method in interface org.graalvm.word.Pointer
In a single atomic step, compares the memory at address (this + offset) to the expected value, and if equal, exchanges it for the new value.
logicCompareAndSwapInt(int, int, int, LocationIdentity) - Method in interface org.graalvm.word.Pointer
In a single atomic step, compares the memory at address (this + offset) to the expected value, and if equal, exchanges it for the new value.
logicCompareAndSwapLong(WordBase, long, long, LocationIdentity) - Method in interface org.graalvm.word.Pointer
In a single atomic step, compares the memory at address (this + offset) to the expected value, and if equal, exchanges it for the new value.
logicCompareAndSwapLong(int, long, long, LocationIdentity) - Method in interface org.graalvm.word.Pointer
In a single atomic step, compares the memory at address (this + offset) to the expected value, and if equal, exchanges it for the new value.
logicCompareAndSwapObject(WordBase, Object, Object, LocationIdentity) - Method in interface org.graalvm.word.Pointer
In a single atomic step, compares the memory at address (this + offset) to the expected value, and if equal, exchanges it for the new value.
logicCompareAndSwapObject(int, Object, Object, LocationIdentity) - Method in interface org.graalvm.word.Pointer
In a single atomic step, compares the memory at address (this + offset) to the expected value, and if equal, exchanges it for the new value.
logicCompareAndSwapWord(WordBase, WordBase, WordBase, LocationIdentity) - Method in interface org.graalvm.word.Pointer
In a single atomic step, compares the memory at address (this + offset) to the expected value, and if equal, exchanges it for the new value.
logicCompareAndSwapWord(int, WordBase, WordBase, LocationIdentity) - Method in interface org.graalvm.word.Pointer
In a single atomic step, compares the memory at address (this + offset) to the expected value, and if equal, exchanges it for the new value.
lookup(Class<T>) - Static method in class org.graalvm.nativeimage.ImageSingletons
Lookup a singleton in the registry.
lookup(Class<T>) - Method in class org.graalvm.polyglot.Instrument
Looks up an additional internal service that is provided by this instrument using a Java type.

M

M - Static variable in class org.graalvm.shadowed.org.jline.utils.Colors
Colorfulness
MACOS_AARCH64() - Constructor for class org.graalvm.nativeimage.Platform.MACOS_AARCH64
Instantiates a marker instance of this platform.
MACOS_AMD64() - Constructor for class org.graalvm.nativeimage.Platform.MACOS_AMD64
Instantiates a marker instance of this platform.
Macro - Class in org.graalvm.shadowed.org.jline.reader
 
Macro(String) - Constructor for class org.graalvm.shadowed.org.jline.reader.Macro
 
MAGENTA - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
MAGENTA - Static variable in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
MAGIC_SPACE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
MAIN - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
main(String[]) - Static method in class org.graalvm.shadowed.org.jline.terminal.impl.Diag
 
malloc(UnsignedWord) - Static method in class org.graalvm.nativeimage.UnmanagedMemory
Allocates size bytes of unmanaged memory.
malloc(int) - Static method in class org.graalvm.nativeimage.UnmanagedMemory
Allocates size bytes of unmanaged memory.
MapCursor<K,V> - Interface in org.graalvm.collections
Cursor to iterate over a mutable map.
mapOf(Class<V>) - Static method in class org.graalvm.options.OptionKey
Constructs a new option key to group/accumulate options with common prefixes.
MaskingCallback - Interface in org.graalvm.shadowed.org.jline.reader
Callback used to mask parts of the line
masterInput - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.ExternalTerminal
 
masterOutput - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.LineDisciplineTerminal
 
matches(List<Candidate>) - Method in interface org.graalvm.shadowed.org.jline.reader.CompletionMatcher
 
matchPatterns(String, String) - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 
MENU - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
MENU_COMPLETE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
MENU_EXPAND_OR_COMPLETE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
MENU_LIST_MAX - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
tab completion: if candidates are less than menu-list-max they are displayed in a list below the field to be completed
MENU_SELECT - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
MessageEndpoint - Interface in org.graalvm.polyglot.io
An endpoint representing one side of message transport.
MessageTransport - Interface in org.graalvm.polyglot.io
Allows to take over transport of message communication initiated by an instrument.
MessageTransport.VetoException - Exception in org.graalvm.polyglot.io
Thrown when a transport connection is vetoed.
methodScoping(boolean) - Method in class org.graalvm.polyglot.HostAccess.Builder
Sets the default scoping of callback function parameters.
mimeType(String) - Method in class org.graalvm.polyglot.Source.Builder
Explicitly assigns a MIME type to the to-be-built Source.
MissingReflectionRegistrationError - Error in org.graalvm.nativeimage
This exception is thrown when a reflective query (such as Class.getMethod(String, Class[])) tries to access an element that was not registered for reflection in the program.
MissingReflectionRegistrationError(String, Class<?>, Class<?>, String, Class<?>[]) - Constructor for error org.graalvm.nativeimage.MissingReflectionRegistrationError
 
MOUSE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
MouseSupport - Class in org.graalvm.shadowed.org.jline.terminal.impl
 
MouseSupport() - Constructor for class org.graalvm.shadowed.org.jline.terminal.impl.MouseSupport
 
move(Path, Path, CopyOption...) - Method in interface org.graalvm.polyglot.io.FileSystem
Moves (renames) source file to target file.
move(int) - Method in interface org.graalvm.shadowed.org.jline.reader.Buffer
 
moveTo(int) - Method in interface org.graalvm.shadowed.org.jline.reader.History
Move to the specified index in the history
moveTo(int) - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
Move to the specified index in the history
moveToEnd() - Method in interface org.graalvm.shadowed.org.jline.reader.History
Move to the end of the history buffer.
moveToEnd() - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
Move to the end of the history buffer.
moveToFirst() - Method in interface org.graalvm.shadowed.org.jline.reader.History
Moves the history index to the first entry.
moveToFirst() - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
Moves the history index to the first entry.
moveToLast() - Method in interface org.graalvm.shadowed.org.jline.reader.History
This moves the history to the last entry.
moveToLast() - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
This moves the history to the last entry.
moveVisualCursorTo(int, List<AttributedString>) - Method in class org.graalvm.shadowed.org.jline.utils.Display
 
moveVisualCursorTo(int) - Method in class org.graalvm.shadowed.org.jline.utils.Display
 
moveXY(int, int) - Method in interface org.graalvm.shadowed.org.jline.reader.Buffer
 
multiply(SignedWord) - Method in interface org.graalvm.word.SignedWord
Returns a Signed whose value is (this * val).
multiply(int) - Method in interface org.graalvm.word.SignedWord
Returns a Signed whose value is (this * val).
multiply(UnsignedWord) - Method in interface org.graalvm.word.UnsignedWord
Returns a Unsigned whose value is (this * val).
multiply(int) - Method in interface org.graalvm.word.UnsignedWord
Returns a Unsigned whose value is (this * val).

N

name() - Method in interface org.graalvm.nativeimage.c.CHeader.Header
Name of the header file.
name() - Method in interface org.graalvm.nativeimage.RuntimeOptions.Descriptor
Returns the name of the option that this descriptor represents.
name(String) - Method in class org.graalvm.polyglot.Source.Builder
Specifies a name to the to-be-built Source.
name() - Method in class org.graalvm.shadowed.org.jline.reader.Reference
 
name - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
nativeHandlers - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
nativeHandlers - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.PosixSysTerminal
 
NativeSignalHandler - Class in org.graalvm.shadowed.org.jline.terminal.impl
 
NEG_ARGUMENT - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
NEW_DOMAIN - Static variable in interface org.graalvm.nativeimage.Isolates.ProtectionDomain
Creates a new protection domain if passed to the Isolates.CreateIsolateParameters.Builder.
newBuilder(OptionKey<T>, String) - Static method in class org.graalvm.options.OptionDescriptor
Creates a new option descriptor builder by key.
newBuilder(String...) - Static method in class org.graalvm.polyglot.Context
Creates a builder for constructing a context with custom configuration.
newBuilder() - Static method in class org.graalvm.polyglot.Engine
Creates a new engine builder that allows to configure an engine instance.
newBuilder(String...) - Static method in class org.graalvm.polyglot.Engine
Creates a new engine builder that allows to configure an engine instance.
newBuilder() - Static method in class org.graalvm.polyglot.HostAccess
Creates a new builder that allows to create a custom host access policy.
newBuilder(HostAccess) - Static method in class org.graalvm.polyglot.HostAccess
Creates a new builder that allows to create a custom host access policy based of a preset configuration.
newBuilder() - Static method in class org.graalvm.polyglot.io.IOAccess
Creates a new builder that allows to create a custom IO access configuration.
newBuilder(IOAccess) - Static method in class org.graalvm.polyglot.io.IOAccess
Creates a new builder that allows to create a custom IO access configuration based of a preset configuration.
newBuilder() - Static method in class org.graalvm.polyglot.management.ExecutionListener
Creates a builder that can be used to attach execution listeners.
newBuilder() - Static method in class org.graalvm.polyglot.PolyglotAccess
Creates a new custom polyglot access configuration builder.
newBuilder() - Static method in class org.graalvm.polyglot.ResourceLimits
Creates a new builder to construct ResourceLimits instances.
newBuilder(String, CharSequence, String) - Static method in class org.graalvm.polyglot.Source
Creates a new character based literal source from a character sequence.
newBuilder(String, ByteSequence, String) - Static method in class org.graalvm.polyglot.Source
Creates a new byte based literal source from a byte sequence.
newBuilder(String, File) - Static method in class org.graalvm.polyglot.Source
Creates a new file based source builder from a given file.
newBuilder(String, URL) - Static method in class org.graalvm.polyglot.Source
Creates a new URL based source builder from a given URL.
newBuilder(String, Reader, String) - Static method in class org.graalvm.polyglot.Source
Creates new character based literal source from a reader.
newByteChannel(Path, Set<? extends OpenOption>, FileAttribute<?>...) - Method in interface org.graalvm.polyglot.io.FileSystem
Opens or creates a file returning a SeekableByteChannel to access the file content.
newDefaultFileSystem() - Static method in interface org.graalvm.polyglot.io.FileSystem
Creates a FileSystem implementation based on the host Java NIO.
newDescriptor(int) - Static method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractPty
 
newDirectoryStream(Path, DirectoryStream.Filter<? super Path>) - Method in interface org.graalvm.polyglot.io.FileSystem
Returns directory entries.
newFileSystem(FileSystem) - Static method in interface org.graalvm.polyglot.io.FileSystem
Creates a FileSystem implementation based on the given Java NIO filesystem.
newHashChildren(int) - Method in class org.graalvm.collections.LockFreePrefixTree.Allocator
Allocates a new reference array of child nodes stored as a hash table.
newHashChildren(int) - Method in class org.graalvm.collections.LockFreePrefixTree.HeapAllocator
 
newHashChildren(int) - Method in class org.graalvm.collections.LockFreePrefixTree.ObjectPoolingAllocator
 
newInstance(Value...) - Method in interface org.graalvm.polyglot.proxy.ProxyInstantiable
Creates a new instance of the object with the given arguments.
newInstance(Object...) - Method in class org.graalvm.polyglot.Value
Instantiates this value if it can be instantiated.
NEWLINE - Static variable in class org.graalvm.shadowed.org.jline.utils.AttributedString
 
newLinearChildren(int) - Method in class org.graalvm.collections.LockFreePrefixTree.Allocator
Allocates a new reference array of child nodes stored linearly.
newLinearChildren(int) - Method in class org.graalvm.collections.LockFreePrefixTree.HeapAllocator
 
newLinearChildren(int) - Method in class org.graalvm.collections.LockFreePrefixTree.ObjectPoolingAllocator
 
newNode(long) - Method in class org.graalvm.collections.LockFreePrefixTree.Allocator
Allocates a new Node object.
newNode(long) - Method in class org.graalvm.collections.LockFreePrefixTree.HeapAllocator
 
newNode(long) - Method in class org.graalvm.collections.LockFreePrefixTree.ObjectPoolingAllocator
 
newReadOnlyFileSystem(FileSystem) - Static method in interface org.graalvm.polyglot.io.FileSystem
Decorates the given fileSystem by an implementation that makes the passed fileSystem read-only by forbidding all write operations.
next() - Method in interface org.graalvm.shadowed.org.jline.reader.History
Move the pointer to the next element in the buffer.
next() - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
Move the pointer to the next element in the buffer.
nextChar() - Method in interface org.graalvm.shadowed.org.jline.reader.Buffer
 
NO_DOMAIN - Static variable in interface org.graalvm.nativeimage.Isolates.ProtectionDomain
Do not use a protection domain.
NonBlocking - Class in org.graalvm.shadowed.org.jline.utils
 
NonBlocking() - Constructor for class org.graalvm.shadowed.org.jline.utils.NonBlocking
 
nonBlocking(String, InputStream) - Static method in class org.graalvm.shadowed.org.jline.utils.NonBlocking
 
nonBlocking(String, Reader) - Static method in class org.graalvm.shadowed.org.jline.utils.NonBlocking
 
nonBlocking(String, InputStream, Charset) - Static method in class org.graalvm.shadowed.org.jline.utils.NonBlocking
 
NonBlockingInputStream - Class in org.graalvm.shadowed.org.jline.utils
Non blocking input stream
NonBlockingInputStream() - Constructor for class org.graalvm.shadowed.org.jline.utils.NonBlockingInputStream
 
NonBlockingInputStreamImpl - Class in org.graalvm.shadowed.org.jline.utils
This class wraps a regular input stream and allows it to appear as if it is non-blocking; that is, reads can be performed against it that timeout if no data is seen for a period of time.
NonBlockingInputStreamImpl(String, InputStream) - Constructor for class org.graalvm.shadowed.org.jline.utils.NonBlockingInputStreamImpl
Creates a NonBlockingReader out of a normal blocking reader.
nonBlockingPumpInputStream() - Static method in class org.graalvm.shadowed.org.jline.utils.NonBlocking
 
nonBlockingPumpInputStream(int) - Static method in class org.graalvm.shadowed.org.jline.utils.NonBlocking
 
NonBlockingPumpInputStream - Class in org.graalvm.shadowed.org.jline.utils
 
NonBlockingPumpInputStream() - Constructor for class org.graalvm.shadowed.org.jline.utils.NonBlockingPumpInputStream
 
NonBlockingPumpInputStream(int) - Constructor for class org.graalvm.shadowed.org.jline.utils.NonBlockingPumpInputStream
 
nonBlockingPumpReader() - Static method in class org.graalvm.shadowed.org.jline.utils.NonBlocking
 
nonBlockingPumpReader(int) - Static method in class org.graalvm.shadowed.org.jline.utils.NonBlocking
 
NonBlockingPumpReader - Class in org.graalvm.shadowed.org.jline.utils
 
NonBlockingPumpReader() - Constructor for class org.graalvm.shadowed.org.jline.utils.NonBlockingPumpReader
 
NonBlockingPumpReader(int) - Constructor for class org.graalvm.shadowed.org.jline.utils.NonBlockingPumpReader
 
NonBlockingReader - Class in org.graalvm.shadowed.org.jline.utils
Non blocking reader
NonBlockingReader() - Constructor for class org.graalvm.shadowed.org.jline.utils.NonBlockingReader
 
NonBlockingReaderImpl - Class in org.graalvm.shadowed.org.jline.utils
This class wraps a regular reader and allows it to appear as if it is non-blocking; that is, reads can be performed against it that timeout if no data is seen for a period of time.
NonBlockingReaderImpl(String, Reader) - Constructor for class org.graalvm.shadowed.org.jline.utils.NonBlockingReaderImpl
Creates a NonBlockingReader out of a normal blocking reader.
nonBlockingStream(NonBlockingReader, Charset) - Static method in class org.graalvm.shadowed.org.jline.utils.NonBlocking
 
NONE - Static variable in class org.graalvm.polyglot.EnvironmentAccess
Provides guest languages no access to process environment.
NONE - Static variable in class org.graalvm.polyglot.HostAccess
Predefined host access policy that disallows any access to public host methods or fields.
NONE - Static variable in class org.graalvm.polyglot.io.IOAccess
Provides guest language no access to IO.
NONE - Static variable in class org.graalvm.polyglot.PolyglotAccess
Provides guest languages no access to other languages using polyglot builtins evaluation and binding builtins.
not() - Method in interface org.graalvm.word.SignedWord
Returns a Signed whose value is (~this).
not() - Method in interface org.graalvm.word.UnsignedWord
Returns a Unsigned whose value is (~this).
notEqual(ComparableWord) - Method in interface org.graalvm.word.ComparableWord
Compares this word with the specified value.
notEqual(SignedWord) - Method in interface org.graalvm.word.SignedWord
Compares this Signed with the specified value.
notEqual(int) - Method in interface org.graalvm.word.SignedWord
Compares this Signed with the specified value.
notEqual(UnsignedWord) - Method in interface org.graalvm.word.UnsignedWord
Compares this Unsigned with the specified value.
notEqual(int) - Method in interface org.graalvm.word.UnsignedWord
Compares this Unsigned with the specified value.
NullCompleter - Class in org.graalvm.shadowed.org.jline.reader.impl.completer
Null completer.
NullCompleter() - Constructor for class org.graalvm.shadowed.org.jline.reader.impl.completer.NullCompleter
 
nullPointer() - Static method in class org.graalvm.word.WordFactory
The null pointer, i.e., the pointer with no bits set.

O

objectFieldOffset(Field) - Method in interface org.graalvm.nativeimage.hosted.Feature.CompilationAccess
Returns the field offset of the provided instance field.
ObjectHandle - Interface in org.graalvm.nativeimage
The opaque representation of a handle to a Java object given out to unmanaged code.
ObjectHandles - Interface in org.graalvm.nativeimage
Manages a set of ObjectHandles.
ObjectPoolingAllocator() - Constructor for class org.graalvm.collections.LockFreePrefixTree.ObjectPoolingAllocator
 
ObjectPoolingAllocator(int) - Constructor for class org.graalvm.collections.LockFreePrefixTree.ObjectPoolingAllocator
 
of(K, V) - Static method in interface org.graalvm.collections.EconomicMap
Creates an EconomicMap with one mapping.
of(K, V, K, V) - Static method in interface org.graalvm.collections.EconomicMap
Creates an EconomicMap with two mappings.
offset() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
offset() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedString
 
offset() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
oldLines - Variable in class org.graalvm.shadowed.org.jline.utils.Display
 
oldLines - Variable in class org.graalvm.shadowed.org.jline.utils.Status
 
onAnalysisExit(Feature.OnAnalysisExitAccess) - Method in interface org.graalvm.nativeimage.hosted.Feature
Handler for code that needs to run after the analysis, even if an error has occurred, e.g., like reporting code.
onClose - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
onEnter(Consumer<ExecutionEvent>) - Method in class org.graalvm.polyglot.management.ExecutionListener.Builder
Set a listener that is notified when an execution of an element is entered.
onLimit(Consumer<ResourceLimitEvent>) - Method in class org.graalvm.polyglot.ResourceLimits.Builder
Notified when a resource limit is reached.
onReturn(Consumer<ExecutionEvent>) - Method in class org.graalvm.polyglot.management.ExecutionListener.Builder
Set a listener that is notified when an execution of an element was entered and completed.
open(URI, MessageEndpoint) - Method in interface org.graalvm.polyglot.io.MessageTransport
Called when a connection to an URI is to be established.
open(List<String>) - Method in interface org.graalvm.shadowed.org.jline.reader.Editor
 
operation - Variable in class org.graalvm.shadowed.org.jline.utils.DiffHelper.Diff
One of: INSERT, DELETE or EQUAL.
option(String, String) - Method in class org.graalvm.polyglot.Context.Builder
Sets an option for this context.
option(String, String) - Method in class org.graalvm.polyglot.Engine.Builder
Sets an option for an engine, language or instrument.
option(LineReader.Option, boolean) - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
option(LineReader.Option, boolean) - Method in class org.graalvm.shadowed.org.jline.reader.LineReaderBuilder
 
OptionCategory - Enum in org.graalvm.options
Categorizes options according to user relevance.
OptionDescriptor - Class in org.graalvm.options
Represents metadata for a single option.
OptionDescriptor.Builder - Class in org.graalvm.options
Represents an option descriptor builder.
OptionDescriptors - Interface in org.graalvm.options
An interface to a set of OptionDescriptors.
OptionKey<T> - Class in org.graalvm.options
Represents the option key for an option specification.
OptionKey(T) - Constructor for class org.graalvm.options.OptionKey
Constructs a new option key given a default value.
OptionKey(T, OptionType<T>) - Constructor for class org.graalvm.options.OptionKey
Constructs a new option key given a default value and option key.
OptionMap<T> - Class in org.graalvm.options
Represents a mapping between String keys and values.
options(Map<String, String>) - Method in class org.graalvm.polyglot.Context.Builder
Shortcut for setting multiple options using a map.
options(Map<String, String>) - Method in class org.graalvm.polyglot.Engine.Builder
Shortcut for setting multiple options using a map.
OptionStability - Enum in org.graalvm.options
Categorizes options according to their stability.
OptionType<T> - Class in org.graalvm.options
Represents a type of an option that allows to convert string values to Java values.
OptionType(String, Function<String, T>, Consumer<T>) - Constructor for class org.graalvm.options.OptionType
Constructs a new option type with name and function that allows to convert a string to the option type and validator of the option values.
OptionType(String, Function<String, T>) - Constructor for class org.graalvm.options.OptionType
Constructs a new option type with name and function that allows to convert a string to the option type.
OptionValues - Interface in org.graalvm.options
Represents a set of option values based on an OptionDescriptor.
or(UnsignedWord) - Method in interface org.graalvm.word.Pointer
Returns a Pointer whose value is (this | val).
or(int) - Method in interface org.graalvm.word.Pointer
Returns a Pointer whose value is (this | val).
or(SignedWord) - Method in interface org.graalvm.word.SignedWord
Returns a Signed whose value is (this | val).
or(int) - Method in interface org.graalvm.word.SignedWord
Returns a Signed whose value is (this | val).
or(UnsignedWord) - Method in interface org.graalvm.word.UnsignedWord
Returns a Unsigned whose value is (this | val).
or(int) - Method in interface org.graalvm.word.UnsignedWord
Returns a Unsigned whose value is (this | val).
org.graalvm.collections - package org.graalvm.collections
The GraalVM SDK collections package contains memory efficient data structures.
org.graalvm.home - package org.graalvm.home
The GraalVM SDK home API allows query home paths for the GraalVM, its languages and its tools.
org.graalvm.nativeimage - package org.graalvm.nativeimage
The GraalVM SDK Native Image API allows to customize the native image generation, i.e., the ahead-of-time compilation of Java code to standalone executables.
org.graalvm.nativeimage.c - package org.graalvm.nativeimage.c
This package and its sub-packages provide a fast and lightweight interface between Java code and C code.
org.graalvm.nativeimage.c.constant - package org.graalvm.nativeimage.c.constant
This package provides parts of the Java / C interface that are related to C constants.
org.graalvm.nativeimage.c.function - package org.graalvm.nativeimage.c.function
This package provides parts of the Java / C interface that are related to C functions.
org.graalvm.nativeimage.c.struct - package org.graalvm.nativeimage.c.struct
This package provides parts of the Java / C interface that are related to C structures.
org.graalvm.nativeimage.c.type - package org.graalvm.nativeimage.c.type
This package provides parts of the Java / C interface that are related to standard C pointer types, as well as utility functions to convert between Java types and C types.
org.graalvm.nativeimage.hosted - package org.graalvm.nativeimage.hosted
The GraalVM SDK Native Image API allows to customize the native image generation, i.e., the ahead-of-time compilation of Java code to standalone executables: Features allow clients to intercept the native image generation and run custom initialization code at various stages. RuntimeClassInitialization is used to configure when classes are initialized. RuntimeReflection to register classes, methods, and fields for reflection at run time.
org.graalvm.options - package org.graalvm.options
The GraalVM SDK options package contains reusable collection classes for options.
org.graalvm.polyglot - package org.graalvm.polyglot
The GraalVM SDK polyglot API allows to embed Graal languages in Java applications.
org.graalvm.polyglot.io - package org.graalvm.polyglot.io
Input/Output support for the GraalVM SDK polyglot API.
org.graalvm.polyglot.management - package org.graalvm.polyglot.management
The management package provides tools that monitor and instrument the behavior of guest language programs.
org.graalvm.polyglot.proxy - package org.graalvm.polyglot.proxy
The GraalVM SDK proxy interfaces allow to mimic guest language objects, arrays, executables, primitives and native objects in Graal languages.
org.graalvm.sdk - package org.graalvm.sdk
The GraalVM SDK package contains classes for GraalVM.
org.graalvm.shadowed.org.jline.reader - package org.graalvm.shadowed.org.jline.reader
JLine 3.
org.graalvm.shadowed.org.jline.reader.impl.completer - package org.graalvm.shadowed.org.jline.reader.impl.completer
JLine 3.
org.graalvm.shadowed.org.jline.reader.impl.history - package org.graalvm.shadowed.org.jline.reader.impl.history
JLine 3.
org.graalvm.shadowed.org.jline.terminal.impl - package org.graalvm.shadowed.org.jline.terminal.impl
JLine 3.
org.graalvm.shadowed.org.jline.utils - package org.graalvm.shadowed.org.jline.utils
JLine 3.
org.graalvm.word - package org.graalvm.word
This package provides a low-level mechanism to use machine-word-sized values in Java.
ORIGINAL_GROUP_NAME - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
Property for the "original" group name
originalAttributes - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractPosixTerminal
 
originalInConsoleMode - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
originalOutConsoleMode - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
OSUtils - Class in org.graalvm.shadowed.org.jline.utils
 
OSUtils() - Constructor for class org.graalvm.shadowed.org.jline.utils.OSUtils
 
OTHERS_GROUP_NAME - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
Property for the "others" group name
out(OutputStream) - Method in class org.graalvm.polyglot.Context.Builder
Sets the standard output stream to be used for the context.
out(OutputStream) - Method in class org.graalvm.polyglot.Engine.Builder
Sets the standard output stream to be used for this engine.
outConsole - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
output - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
output() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
output() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.DumbTerminal
 
output() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.LineDisciplineTerminal
 
output() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.PosixPtyTerminal
 
output - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.PosixSysTerminal
 
output() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.PosixSysTerminal
 
overlaps(LocationIdentity) - Method in class org.graalvm.word.LocationIdentity
Returns true if the memory slice denoted by this location identity may overlap with the provided other location identity.
OVERWRITE_MODE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 

P

Pair<L,R> - Class in org.graalvm.collections
Utility class representing a pair of values.
palette - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
parse(String) - Static method in class org.graalvm.home.Version
Parses a GraalVM version from its String raw format.
parse(Source) - Method in class org.graalvm.polyglot.Context
Parses but does not evaluate a given source by using the language specified in the source and returns a value that can be executed.
parse(String, CharSequence) - Method in class org.graalvm.polyglot.Context
Parses but does not evaluate a guest language code literal using a provided language id and character sequence and returns a value that can be executed.
parse(String, int, Parser.ParseContext) - Method in interface org.graalvm.shadowed.org.jline.reader.Parser
 
parse(String, int) - Method in interface org.graalvm.shadowed.org.jline.reader.Parser
 
ParsedLine - Interface in org.graalvm.shadowed.org.jline.reader
ParsedLine objects are returned by the Parser during completion or when accepting the line.
parseInfoCmp() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
parseInfoCmp(String, Set<InfoCmp.Capability>, Map<InfoCmp.Capability, Integer>, Map<InfoCmp.Capability, String>) - Static method in class org.graalvm.shadowed.org.jline.utils.InfoCmp
 
parsePath(URI) - Method in interface org.graalvm.polyglot.io.FileSystem
Parses a path from an URI.
parsePath(String) - Method in interface org.graalvm.polyglot.io.FileSystem
Parses a path from a String.
parser(Parser) - Method in class org.graalvm.shadowed.org.jline.reader.LineReaderBuilder
 
Parser - Interface in org.graalvm.shadowed.org.jline.reader
 
Parser.ParseContext - Enum in org.graalvm.shadowed.org.jline.reader
 
partialLine(String) - Method in exception org.graalvm.shadowed.org.jline.reader.EndOfFileException
 
pause() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
pause(boolean) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
pause() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
pause(boolean) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
pause() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.ExternalTerminal
 
pause(boolean) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.ExternalTerminal
 
pause() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.PosixPtyTerminal
 
pause(boolean) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.PosixPtyTerminal
 
paused() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
paused - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
paused() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
paused - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.ExternalTerminal
 
paused() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.ExternalTerminal
 
paused() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.PosixPtyTerminal
 
peek(long) - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingInputStream
Peeks to see if there is a byte waiting in the input stream without actually consuming the byte.
peek(long) - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingReader
Peeks to see if there is a byte waiting in the input stream without actually consuming the byte.
perform(InfoCmp.Capability, InfoCmp.Capability, int) - Method in class org.graalvm.shadowed.org.jline.utils.Display
 
pin() - Method in class org.graalvm.polyglot.Value
Pins a scoped value such that it can be used beyond the scope of a scoped host method call.
PinnedObject - Interface in org.graalvm.nativeimage
Holder for a pinned object, such that the object doesn't move until the pin is removed.
PIPE - Static variable in class org.graalvm.polyglot.io.ProcessHandler.Redirect
Indicates that subprocess I/O will be connected to the current Java process using a pipe.
Placeholder - Class in org.graalvm.sdk
 
Platform - Interface in org.graalvm.nativeimage
Root of the interface hierarchy for architectures, OS, and supported combinations of them.
Platform.AARCH64 - Interface in org.graalvm.nativeimage
Supported architecture: ARMv8 64-bit.
Platform.AMD64 - Interface in org.graalvm.nativeimage
Supported architecture: x86 64-bit.
Platform.ANDROID - Interface in org.graalvm.nativeimage
Supported operating system: Android.
Platform.ANDROID_AARCH64 - Class in org.graalvm.nativeimage
Supported leaf platform: Android on AArch64 64-bit.
Platform.DARWIN - Interface in org.graalvm.nativeimage
Basis for all Apple operating systems (MacOS and iOS).
Platform.DARWIN_AARCH64 - Interface in org.graalvm.nativeimage
Basis for all Apple operating systems on AMD64 (MACOS_AMD64 & IOS_AMD64).
Platform.DARWIN_AMD64 - Interface in org.graalvm.nativeimage
Basis for all Apple operating systems on AMD64 (MACOS_AMD64 & IOS_AMD64).
Platform.HOSTED_ONLY - Class in org.graalvm.nativeimage
Marker for elements (types, methods, or fields) that are only visible during native image generation and cannot be used at run time, regardless of the actual platform.
Platform.IOS - Interface in org.graalvm.nativeimage
Supported operating system: iOS.
Platform.IOS_AARCH64 - Class in org.graalvm.nativeimage
Supported leaf platform: iOS on AArch 64-bit.
Platform.IOS_AMD64 - Class in org.graalvm.nativeimage
Supported leaf platform: iOS on x86 64-bit.
Platform.LINUX - Interface in org.graalvm.nativeimage
Supported operating system: Linux.
Platform.LINUX_AARCH64 - Class in org.graalvm.nativeimage
Supported leaf platform: Linux on AArch64 64-bit.
Platform.LINUX_AARCH64_BASE - Interface in org.graalvm.nativeimage
Basis for all Linux operating systems on AARCH64 (LINUX_AARCH64 & ANDROID_AARCH64).
Platform.LINUX_AMD64 - Class in org.graalvm.nativeimage
Supported leaf platform: Linux on x86 64-bit.
Platform.LINUX_AMD64_BASE - Interface in org.graalvm.nativeimage
Basis for all Linux operating systems on AMD64 (LINUX_AMD64).
Platform.LINUX_RISCV64 - Class in org.graalvm.nativeimage
Supported leaf platform: Linux on RISC-V 64-bit.
Platform.MACOS - Interface in org.graalvm.nativeimage
Supported operating system: MacOS.
Platform.MACOS_AARCH64 - Class in org.graalvm.nativeimage
Supported leaf platform: MacOS on AArch 64-bit.
Platform.MACOS_AMD64 - Class in org.graalvm.nativeimage
Supported leaf platform: MacOS on x86 64-bit.
Platform.RISCV64 - Interface in org.graalvm.nativeimage
Supported architecture: RISC-V 64-bit.
Platform.WINDOWS - Interface in org.graalvm.nativeimage
Supported operating system: Windows.
Platform.WINDOWS_AARCH64 - Class in org.graalvm.nativeimage
Supported leaf platform: Windows on AArch 64-bit.
Platform.WINDOWS_AMD64 - Class in org.graalvm.nativeimage
Supported leaf platform: Windows on x86 64-bit.
PLATFORM_PROPERTY_NAME - Static variable in interface org.graalvm.nativeimage.Platform
The system property name that specifies the fully qualified name of the Platform implementation class that should be used.
Platforms - Annotation Type in org.graalvm.nativeimage
Restricts the annotated element (type, method, or field) to the specified Platform groups.
Pointer - Interface in org.graalvm.word
Lowest-level memory access of native C memory.
pointer(long) - Static method in class org.graalvm.word.WordFactory
Unsafe conversion from a Java long value to a pointer.
PointerBase - Interface in org.graalvm.word
Marker interface for all word types that have the semantic of a pointer (but not necessarily all the memory access methods defined in Pointer).
PolyglotAccess - Class in org.graalvm.polyglot
Represents an access policy for polyglot builtins in the guest languages.
PolyglotAccess.Builder - Class in org.graalvm.polyglot
A builder for a polyglot access configuration.
PolyglotException - Exception in org.graalvm.polyglot
A polyglot exception represents errors that contain Graal guest languages on the stack trace.
PolyglotException.StackFrame - Class in org.graalvm.polyglot
Represents a polyglot stack frame originating from a guest language or the host language Java.
PosixPtyTerminal - Class in org.graalvm.shadowed.org.jline.terminal.impl
 
PosixPtyTerminal(String, String, Pty, InputStream, OutputStream, Charset) - Constructor for class org.graalvm.shadowed.org.jline.terminal.impl.PosixPtyTerminal
 
PosixPtyTerminal(String, String, Pty, InputStream, OutputStream, Charset, Terminal.SignalHandler) - Constructor for class org.graalvm.shadowed.org.jline.terminal.impl.PosixPtyTerminal
 
PosixPtyTerminal(String, String, Pty, InputStream, OutputStream, Charset, Terminal.SignalHandler, boolean) - Constructor for class org.graalvm.shadowed.org.jline.terminal.impl.PosixPtyTerminal
 
PosixSysTerminal - Class in org.graalvm.shadowed.org.jline.terminal.impl
 
PosixSysTerminal(String, String, Pty, Charset, boolean, Terminal.SignalHandler) - Constructor for class org.graalvm.shadowed.org.jline.terminal.impl.PosixSysTerminal
 
PREFER_VISIBLE_BELL - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
prevChar() - Method in interface org.graalvm.shadowed.org.jline.reader.Buffer
 
previous() - Method in interface org.graalvm.shadowed.org.jline.reader.History
Move the pointer to the previous element in the buffer.
previous() - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
Move the pointer to the previous element in the buffer.
print(Terminal) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
printAbove(String) - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
Prints a line above the prompt and redraw everything.
printAbove(AttributedString) - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
Prints a string before the prompt and redraw everything.
PrintAboveWriter - Class in org.graalvm.shadowed.org.jline.reader
Redirects a Writer to a LineReader's LineReader.printAbove(String) method, which draws output above the current prompt / input line.
PrintAboveWriter(LineReader) - Constructor for class org.graalvm.shadowed.org.jline.reader.PrintAboveWriter
 
println(Terminal) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
printStackTrace() - Method in exception org.graalvm.polyglot.PolyglotException
Prints host and guest language stack frames to the standard error output.
printStackTrace(PrintStream) - Method in exception org.graalvm.polyglot.PolyglotException
Prints host and guest language stack frames to specified print stream.
printStackTrace(PrintWriter) - Method in exception org.graalvm.polyglot.PolyglotException
Prints host and guest language stack frames to specified print writer.
processAttributeRest() - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
process SGR 0 corresponding to Reset / Normal
processChangeIconName(String) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
process OSC 1;text BEL corresponding to Change Icon label
processChangeIconNameAndWindowTitle(String) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
process OSC 0;text BEL corresponding to Change Window and Icon label
processChangeWindowTitle(String) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
process OSC 2;text BEL corresponding to Change Window title
processCharsetSelect(int, char) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
processConsoleInput() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
Read a single input event from the input buffer and process it.
processCursorDown(int) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
process CSI n B corresponding to CUD – Cursor Down
processCursorDownLine(int) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
process CSI n E corresponding to CNL – Cursor Next Line
processCursorLeft(int) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
process CSI n D corresponding to CUB – Cursor Back
processCursorRight(int) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
process CSI n C corresponding to CUF – Cursor Forward
processCursorTo(int, int) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
process CSI n ; m H corresponding to CUP – Cursor Position or CSI n ; m f corresponding to HVP – Horizontal and Vertical Position
processCursorToColumn(int) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
process CSI n G corresponding to CHA – Cursor Horizontal Absolute
processCursorUp(int) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
process CSI n A corresponding to CUU – Cursor Up
processCursorUpLine(int) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
process CSI n F corresponding to CPL – Cursor Previous Line
processDefaultBackgroundColor() - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
process SGR 49 corresponding to Default background color
processDefaultTextColor() - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
process SGR 39 corresponding to Default text color (foreground)
processDeleteLine(int) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
Process CSI s ANSI code, corresponding to DL – Delete Line
processEraseLine(int) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
Process CSI n K ANSI code, corresponding to ED – Erase in Line
processEraseScreen(int) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
Process CSI n J ANSI code, corresponding to ED – Erase in Display
processHandler(ProcessHandler) - Method in class org.graalvm.polyglot.Context.Builder
Installs a ProcessHandler responsible for external process creation.
ProcessHandler - Interface in org.graalvm.polyglot.io
Service-provider for guest languages process builder.
ProcessHandler.ProcessCommand - Class in org.graalvm.polyglot.io
Subprocess attributes passed to start method.
ProcessHandler.Redirect - Class in org.graalvm.polyglot.io
Represents a source of subprocess input or a destination of subprocess output.
processInputByte(int) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.LineDisciplineTerminal
Master input processing.
processInputBytes(byte[]) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.LineDisciplineTerminal
 
processInputBytes(byte[], int, int) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.LineDisciplineTerminal
 
processInputChar(char) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
processInsertLine(int) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
Process CSI s ANSI code, corresponding to IL – Insert Line
processIOException(IOException) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.LineDisciplineTerminal
 
processKeyEvent(boolean, short, char, int) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
processOutputByte(int) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.LineDisciplineTerminal
Master output processing.
ProcessProperties - Class in org.graalvm.nativeimage
Utility class to get and set properties of the OS process at run time.
processRestoreCursorPosition() - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
Process CSI u ANSI code, corresponding to RCP – Restore Cursor Position
processSaveCursorPosition() - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
Process CSI s ANSI code, corresponding to SCP – Save Cursor Position
processScrollDown(int) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
Process CSI n T ANSI code, corresponding to SD – Scroll Down
processScrollUp(int) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
Process CSI n U ANSI code, corresponding to SU – Scroll Up
processSetAttribute(int) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
process SGR other than 0 (reset), 30-39 (foreground), 40-49 (background), 90-97 (foreground high intensity) or 100-107 (background high intensity)
processSetBackgroundColor(int) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
process SGR 40-47 corresponding to Set background color.
processSetBackgroundColor(int, boolean) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
process SGR 40-47 or SGR 100-107 corresponding to Set background color either in normal mode or high intensity.
processSetBackgroundColorExt(int) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
process SGR 48 corresponding to extended set background color with a palette of 255 colors.
processSetBackgroundColorExt(int, int, int) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
process SGR 48 corresponding to extended set background color with a 24 bits RGB definition of the color.
processSetForegroundColor(int) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
process SGR 30-37 corresponding to Set text color (foreground).
processSetForegroundColor(int, boolean) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
process SGR 30-37 or SGR 90-97 corresponding to Set text color (foreground) either in normal mode or high intensity.
processSetForegroundColorExt(int) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
process SGR 38 corresponding to extended set text color (foreground) with a palette of 255 colors.
processSetForegroundColorExt(int, int, int) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
process SGR 38 corresponding to extended set text color (foreground) with a 24 bits RGB definition of the color.
processUnknownExtension(ArrayList<Object>, int) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
processUnknownOperatingSystemCommand(int, String) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
Process unknown OSC command.
PROP_SUPPORT_PARSEDLINE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
System property that can be set to avoid a warning being logged when using a Parser which does not return CompletingParsedLine objects.
PROPERTY_IMAGE_CODE_KEY - Static variable in class org.graalvm.nativeimage.ImageInfo
Holds the string that is the name of the system property providing information about the context in which code is currently executing.
PROPERTY_IMAGE_CODE_VALUE_BUILDTIME - Static variable in class org.graalvm.nativeimage.ImageInfo
Holds the string that will be returned by the system property for ImageInfo.PROPERTY_IMAGE_CODE_KEY if code is executing in the context of image building (e.g.
PROPERTY_IMAGE_CODE_VALUE_RUNTIME - Static variable in class org.graalvm.nativeimage.ImageInfo
Holds the string that will be returned by the system property for ImageInfo.PROPERTY_IMAGE_CODE_KEY if code is executing at image runtime.
PROPERTY_IMAGE_KIND_KEY - Static variable in class org.graalvm.nativeimage.ImageInfo
Name of the system property that holds if this image is built as a shared library or an executable.
PROPERTY_IMAGE_KIND_VALUE_EXECUTABLE - Static variable in class org.graalvm.nativeimage.ImageInfo
Holds the string that will be returned by the system property for ImageInfo.PROPERTY_IMAGE_KIND_KEY if image is an executable.
PROPERTY_IMAGE_KIND_VALUE_SHARED_LIBRARY - Static variable in class org.graalvm.nativeimage.ImageInfo
Holds the string that will be returned by the system property for ImageInfo.PROPERTY_IMAGE_KIND_KEY if image is a shared library.
Proxy - Interface in org.graalvm.polyglot.proxy
Proxy interfaces allow to mimic guest language objects, arrays, executables, primitives and native objects in Graal languages.
ProxyArray - Interface in org.graalvm.polyglot.proxy
Interface to be implemented to mimic guest language arrays.
ProxyDate - Interface in org.graalvm.polyglot.proxy
Interface to be implemented to mimic guest language objects that represents dates.
ProxyDuration - Interface in org.graalvm.polyglot.proxy
Interface to be implemented to mimic guest language objects that represents durations.
ProxyExecutable - Interface in org.graalvm.polyglot.proxy
Interface to be implemented to mimic guest language objects that are executable.
ProxyHashMap - Interface in org.graalvm.polyglot.proxy
Interface to be implemented to mimic guest language hash maps.
ProxyInstant - Interface in org.graalvm.polyglot.proxy
Interface to be implemented to mimic guest language objects that represents timestamps.
ProxyInstantiable - Interface in org.graalvm.polyglot.proxy
Interface to be implemented to mimic guest language objects that are instantiable.
ProxyIterable - Interface in org.graalvm.polyglot.proxy
Interface to be implemented to mimic guest language iterables.
ProxyIterator - Interface in org.graalvm.polyglot.proxy
Interface to be implemented to mimic guest language iterators.
ProxyNativeObject - Interface in org.graalvm.polyglot.proxy
Interface to be implemented to mimic native pointers.
ProxyObject - Interface in org.graalvm.polyglot.proxy
Interface to be implemented to mimic guest language objects that contain members.
ProxyTime - Interface in org.graalvm.polyglot.proxy
Interface to be implemented to mimic guest language objects that represents times.
ProxyTimeZone - Interface in org.graalvm.polyglot.proxy
Interface to be implemented to mimic guest language objects that represents timezones.
pty - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractPosixTerminal
 
pump - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
pump() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
pump() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.ExternalTerminal
 
PumpReader - Class in org.graalvm.shadowed.org.jline.utils
 
PumpReader() - Constructor for class org.graalvm.shadowed.org.jline.utils.PumpReader
 
PumpReader(int) - Constructor for class org.graalvm.shadowed.org.jline.utils.PumpReader
 
pumpThread - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.ExternalTerminal
 
purge() - Method in interface org.graalvm.shadowed.org.jline.reader.History
Purge history.
purge() - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 
put(K, V) - Method in interface org.graalvm.collections.EconomicMap
Associates value with key in this map.
put(K, V) - Method in class org.graalvm.collections.EconomicMapWrap
 
PUT_REPLACE_SELECTION - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
putAll(EconomicMap<K, V>) - Method in interface org.graalvm.collections.EconomicMap
Copies all of the mappings from other to this map.
putAll(UnmodifiableEconomicMap<? extends K, ? extends V>) - Method in interface org.graalvm.collections.EconomicMap
Copies all of the mappings from other to this map.
putHashEntry(Value, Value) - Method in interface org.graalvm.polyglot.proxy.ProxyHashMap
Associates the specified value with the specified key.
putHashEntry(Object, Object) - Method in class org.graalvm.polyglot.Value
Associates the specified value with the specified key.
putIfAbsent(K, V) - Method in interface org.graalvm.collections.EconomicMap
If the specified key is not already associated with a value (or is mapped to null) associates it with the given value and returns null, else returns the current value.
putIfAbsent(K, V) - Method in class org.graalvm.collections.EconomicMapWrap
 
putMember(String, Value) - Method in interface org.graalvm.polyglot.proxy.ProxyObject
Sets the value associated with a member.
putMember(String, Object) - Method in class org.graalvm.polyglot.Value
Sets the value of a member using an identifier.
puts(InfoCmp.Capability, Object...) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 

Q

Q - Static variable in class org.graalvm.shadowed.org.jline.utils.Colors
Brightness
QUOTED_INSERT - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 

R

raise(Terminal.Signal) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
raise(Terminal.Signal) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.LineDisciplineTerminal
 
RawField - Annotation Type in org.graalvm.nativeimage.c.struct
Denotes a method as a field access of a structured C memory.
RawFieldAddress - Annotation Type in org.graalvm.nativeimage.c.struct
Denotes a method as a field address computation of a RawStructure.
RawFieldOffset - Annotation Type in org.graalvm.nativeimage.c.struct
Denotes a method as a field offset access of a RawStructure.
RawPointerTo - Annotation Type in org.graalvm.nativeimage.c.struct
Denotes a Java interface that is a pointer to a RawStructure.
RawStructure - Annotation Type in org.graalvm.nativeimage.c.struct
Denotes Java interface that represents C memory, but without a C struct definition.
rawValue() - Method in interface org.graalvm.word.WordBase
Conversion to a Java primitive value.
rawWordCursor() - Method in interface org.graalvm.shadowed.org.jline.reader.CompletingParsedLine
 
rawWordLength() - Method in interface org.graalvm.shadowed.org.jline.reader.CompletingParsedLine
 
reachableMethodOverrides(Executable) - Method in interface org.graalvm.nativeimage.hosted.Feature.QueryReachabilityAccess
Returns all method overrides of the given {param baseMethod} that the static analysis determined to be reachable at run time (including the {param baseMethod} itself).
reachableSubtypes(Class<?>) - Method in interface org.graalvm.nativeimage.hosted.Feature.QueryReachabilityAccess
Returns all subtypes of the given {param baseClass} that the static analysis determined to be reachable at run time (including the {param baseClass} itself).
read() - Method in interface org.graalvm.nativeimage.c.type.CCharPointer
Reads the value at the pointer address.
read(int) - Method in interface org.graalvm.nativeimage.c.type.CCharPointer
Reads the value of the array element with the specified index, treating the pointer as an array of the C type.
read(SignedWord) - Method in interface org.graalvm.nativeimage.c.type.CCharPointer
Reads the value of the array element with the specified index, treating the pointer as an array of the C type.
read() - Method in interface org.graalvm.nativeimage.c.type.CCharPointerPointer
Reads the value at the pointer address.
read(int) - Method in interface org.graalvm.nativeimage.c.type.CCharPointerPointer
Reads the value of the array element with the specified index, treating the pointer as an array of the C type.
read(SignedWord) - Method in interface org.graalvm.nativeimage.c.type.CCharPointerPointer
Reads the value of the array element with the specified index, treating the pointer as an array of the C type.
read() - Method in interface org.graalvm.nativeimage.c.type.CDoublePointer
Reads the value at the pointer address.
read(int) - Method in interface org.graalvm.nativeimage.c.type.CDoublePointer
Reads the value of the array element with the specified index, treating the pointer as an array of the C type.
read(SignedWord) - Method in interface org.graalvm.nativeimage.c.type.CDoublePointer
Reads the value of the array element with the specified index, treating the pointer as an array of the C type.
read() - Method in interface org.graalvm.nativeimage.c.type.CFloatPointer
Reads the value at the pointer address.
read(int) - Method in interface org.graalvm.nativeimage.c.type.CFloatPointer
Reads the value of the array element with the specified index, treating the pointer as an array of the C type.
read(SignedWord) - Method in interface org.graalvm.nativeimage.c.type.CFloatPointer
Reads the value of the array element with the specified index, treating the pointer as an array of the C type.
read() - Method in interface org.graalvm.nativeimage.c.type.CIntPointer
Reads the value at the pointer address.
read(int) - Method in interface org.graalvm.nativeimage.c.type.CIntPointer
Reads the value of the array element with the specified index, treating the pointer as an array of the C type.
read(SignedWord) - Method in interface org.graalvm.nativeimage.c.type.CIntPointer
Reads the value of the array element with the specified index, treating the pointer as an array of the C type.
read() - Method in interface org.graalvm.nativeimage.c.type.CIntPointerPointer
Reads the value at the pointer address.
read(int) - Method in interface org.graalvm.nativeimage.c.type.CIntPointerPointer
Reads the value of the array element with the specified index, treating the pointer as an array of the C type.
read(SignedWord) - Method in interface org.graalvm.nativeimage.c.type.CIntPointerPointer
Reads the value of the array element with the specified index, treating the pointer as an array of the C type.
read() - Method in interface org.graalvm.nativeimage.c.type.CLongPointer
Reads the value at the pointer address.
read(int) - Method in interface org.graalvm.nativeimage.c.type.CLongPointer
Reads the value of the array element with the specified index, treating the pointer as an array of the C type.
read(SignedWord) - Method in interface org.graalvm.nativeimage.c.type.CLongPointer
Reads the value of the array element with the specified index, treating the pointer as an array of the C type.
read() - Method in interface org.graalvm.nativeimage.c.type.CShortPointer
Reads the value at the pointer address.
read(int) - Method in interface org.graalvm.nativeimage.c.type.CShortPointer
Reads the value of the array element with the specified index, treating the pointer as an array of the C type.
read(SignedWord) - Method in interface org.graalvm.nativeimage.c.type.CShortPointer
Reads the value of the array element with the specified index, treating the pointer as an array of the C type.
read() - Method in interface org.graalvm.nativeimage.c.type.WordPointer
Reads the value at the pointer address.
read(int) - Method in interface org.graalvm.nativeimage.c.type.WordPointer
Reads the value of the array element with the specified index, treating the pointer as an array of the C type.
read(SignedWord) - Method in interface org.graalvm.nativeimage.c.type.WordPointer
Reads the value of the array element with the specified index, treating the pointer as an array of the C type.
read(Path, boolean) - Method in interface org.graalvm.shadowed.org.jline.reader.History
Read history from the file.
read(Path, boolean) - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 
read() - Method in class org.graalvm.shadowed.org.jline.utils.InputStreamReader
Reads a single character from this reader and returns it as an integer with the two higher-order bytes set to 0.
read(char[], int, int) - Method in class org.graalvm.shadowed.org.jline.utils.InputStreamReader
Reads at most length characters from this reader and stores them at position offset in the character array buf.
read() - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingInputStream
Reads the next byte of data from the input stream.
read(long) - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingInputStream
Attempts to read a character from the input stream for a specific period of time.
read(byte[], int, int) - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingInputStream
 
read(long, boolean) - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingInputStream
 
read(long, boolean) - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingInputStreamImpl
Attempts to read a byte from the input stream for a specific period of time.
read(long, boolean) - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingPumpInputStream
 
read(long, boolean) - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingPumpReader
 
read() - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingReader
 
read(long) - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingReader
Attempts to read a character from the input stream for a specific period of time.
read(char[], int, int) - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingReader
This version of read() is very specific to jline's purposes, it will always always return a single byte at a time, rather than filling the entire buffer.
read(long, boolean) - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingReader
Attempts to read a character from the input stream for a specific period of time.
read(long, boolean) - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingReaderImpl
Attempts to read a character from the input stream for a specific period of time.
read() - Method in class org.graalvm.shadowed.org.jline.utils.PumpReader
 
read(char[], int, int) - Method in class org.graalvm.shadowed.org.jline.utils.PumpReader
 
read(CharBuffer) - Method in class org.graalvm.shadowed.org.jline.utils.PumpReader
 
READ_COMMAND - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
READ_EXPIRED - Static variable in class org.graalvm.shadowed.org.jline.utils.NonBlockingInputStream
 
READ_EXPIRED - Static variable in class org.graalvm.shadowed.org.jline.utils.NonBlockingReader
 
READ_EXPIRED - Static variable in class org.graalvm.shadowed.org.jline.utils.NonBlockingReaderImpl
 
readAttributes(Path, String, LinkOption...) - Method in interface org.graalvm.polyglot.io.FileSystem
Reads a file's attributes as a bulk operation.
readBuffer(long, byte[], int, int) - Method in class org.graalvm.polyglot.Value
Reads bytes from the receiver object into the specified byte array.
readBufferByte(long) - Method in class org.graalvm.polyglot.Value
Reads the byte at the given byte offset from the start of the buffer.
readBufferDouble(ByteOrder, long) - Method in class org.graalvm.polyglot.Value
Reads the double at the given byte offset from the start of the buffer in the given byte order.
readBuffered(byte[]) - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingInputStream
 
readBuffered(byte[], long) - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingInputStream
 
readBuffered(byte[], int, int, long) - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingInputStream
 
readBuffered(byte[], int, int, long) - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingPumpInputStream
 
readBuffered(char[], int, int, long) - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingPumpReader
 
readBuffered(char[]) - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingReader
 
readBuffered(char[], long) - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingReader
 
readBuffered(char[], int, int, long) - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingReader
 
readBuffered(char[], int, int, long) - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingReaderImpl
 
readBufferFloat(ByteOrder, long) - Method in class org.graalvm.polyglot.Value
Reads the float at the given byte offset from the start of the buffer in the given byte order.
readBufferInt(ByteOrder, long) - Method in class org.graalvm.polyglot.Value
Reads the int at the given byte offset from the start of the buffer in the given byte order.
readBufferLong(ByteOrder, long) - Method in class org.graalvm.polyglot.Value
Reads the long at the given byte offset from the start of the buffer in the given byte order.
readBufferShort(ByteOrder, long) - Method in class org.graalvm.polyglot.Value
Reads the short at the given byte offset from the start of the buffer in the given byte order.
readByte(WordBase, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readByte(int, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readByte(WordBase) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readByte(int) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readChar(WordBase, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readChar(int, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readChar(WordBase) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readChar(int) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readDouble(WordBase, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readDouble(int, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readDouble(WordBase) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readDouble(int) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
reader - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
reader() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
reader() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.DumbTerminal
 
reader() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.LineDisciplineTerminal
 
reader() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.PosixPtyTerminal
 
reader - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.PosixSysTerminal
 
reader() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.PosixSysTerminal
 
readFloat(WordBase, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readFloat(int, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readFloat(WordBase) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readFloat(int) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readInt(WordBase, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readInt(int, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readInt(WordBase) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readInt(int) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readLine() - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
Read the next line and return the contents of the buffer.
readLine(Character) - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
Read the next line with the specified character mask.
readLine(String) - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
Read the next line with the specified prompt.
readLine(String, Character) - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
Read a line from the in InputStream, and return the line (without any trailing newlines).
readLine(String, Character, String) - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
Read a line from the in InputStream, and return the line (without any trailing newlines).
readLine(String, String, Character, String) - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
Read a line from the in InputStream, and return the line (without any trailing newlines).
readLine(String, String, MaskingCallback, String) - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
Read a line from the in InputStream, and return the line (without any trailing newlines).
readLong(WordBase, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readLong(int, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readLong(WordBase) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readLong(int) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readMouse(Terminal, MouseEvent) - Static method in class org.graalvm.shadowed.org.jline.terminal.impl.MouseSupport
 
readMouse(IntSupplier, MouseEvent) - Static method in class org.graalvm.shadowed.org.jline.terminal.impl.MouseSupport
 
readMouseEvent() - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
Read a mouse event when the InfoCmp.Capability.key_mouse sequence has just been read on the input stream.
readMouseEvent() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
readMouseEvent(IntSupplier) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
readObject(WordBase, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readObject(int, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readObject(WordBase) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readObject(int) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readShort(WordBase, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readShort(int, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readShort(WordBase) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readShort(int) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readSymbolicLink(Path) - Method in interface org.graalvm.polyglot.io.FileSystem
Reads the target of the symbolic link.
readWord(WordBase, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readWord(int, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readWord(WordBase) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readWord(int) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset).
readWordVolatile(int, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Reads the memory at address (this + offset) in accordance with the volatile semantics.
ready() - Method in class org.graalvm.shadowed.org.jline.utils.InputStreamReader
Indicates whether this reader is ready to be read without blocking.
ready() - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingPumpReader
 
ready() - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingReaderImpl
 
ready() - Method in class org.graalvm.shadowed.org.jline.utils.PumpReader
 
realloc(T, UnsignedWord) - Static method in class org.graalvm.nativeimage.UnmanagedMemory
Changes the size of the provided unmanaged memory to size bytes of unmanaged memory.
RecomputeFieldValue - Annotation Type in com.oracle.svm.core.annotate
RecomputeFieldValue.Kind - Enum in com.oracle.svm.core.annotate
 
RECURSIVE_EDIT - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
RED - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
RED - Static variable in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
REDISPLAY - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
REDO - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
redraw() - Method in class org.graalvm.shadowed.org.jline.utils.Status
 
REDRAW_LINE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
Reference - Class in org.graalvm.shadowed.org.jline.reader
A reference to a Widget.
Reference(String) - Constructor for class org.graalvm.shadowed.org.jline.reader.Reference
 
refresh(LineReader) - Method in interface org.graalvm.shadowed.org.jline.reader.Highlighter
Refresh highlight configuration
REGEX_COMMAND - Static variable in interface org.graalvm.shadowed.org.jline.reader.Parser
 
REGEX_VARIABLE - Static variable in interface org.graalvm.shadowed.org.jline.reader.Parser
 
register(Class<?>...) - Static method in class org.graalvm.nativeimage.hosted.RuntimeJNIAccess
Makes the provided classes available for JNI access at run time.
register(Executable...) - Static method in class org.graalvm.nativeimage.hosted.RuntimeJNIAccess
Makes the provided methods available for JNI access at run time.
register(Field...) - Static method in class org.graalvm.nativeimage.hosted.RuntimeJNIAccess
Makes the provided fields available for JNI access at run time.
register(Class<?>...) - Static method in class org.graalvm.nativeimage.hosted.RuntimeProxyCreation
Enables registering specifications of Proxy classes during the image build so that matching proxy objects can be created at runtime.
register(Class<?>...) - Static method in class org.graalvm.nativeimage.hosted.RuntimeReflection
Makes the provided classes available for reflection at run time.
register(Executable...) - Static method in class org.graalvm.nativeimage.hosted.RuntimeReflection
Makes the provided methods available for reflection at run time.
register(Field...) - Static method in class org.graalvm.nativeimage.hosted.RuntimeReflection
Makes the provided fields available for reflection at run time.
register(Class<?>...) - Static method in class org.graalvm.nativeimage.hosted.RuntimeSerialization
Makes the provided classes available for serialization at runtime.
register(String, String) - Static method in class org.graalvm.nativeimage.hosted.RuntimeSystemProperties
Define a system property setting for image runtime.
register(String, Runnable) - Static method in class org.graalvm.shadowed.org.jline.utils.Signals
 
register(String, Runnable, ClassLoader) - Static method in class org.graalvm.shadowed.org.jline.utils.Signals
 
registerAllClasses(Class<?>) - Static method in class org.graalvm.nativeimage.hosted.RuntimeReflection
Allows calling Class.getClasses() on the provided class at run time.
registerAllConstructors(Class<?>) - Static method in class org.graalvm.nativeimage.hosted.RuntimeReflection
Allows calling Class.getConstructors() on the provided class at run time.
registerAllDeclaredClasses(Class<?>) - Static method in class org.graalvm.nativeimage.hosted.RuntimeReflection
Allows calling Class.getDeclaredClasses() on the provided class at run time.
registerAllDeclaredConstructors(Class<?>) - Static method in class org.graalvm.nativeimage.hosted.RuntimeReflection
Allows calling Class.getDeclaredConstructors() on the provided class at run time.
registerAllDeclaredFields(Class<?>) - Static method in class org.graalvm.nativeimage.hosted.RuntimeReflection
Allows calling Class.getDeclaredFields() on the provided class at run time.
registerAllDeclaredMethods(Class<?>) - Static method in class org.graalvm.nativeimage.hosted.RuntimeReflection
Allows calling Class.getDeclaredMethods() on the provided class at run time.
registerAllFields(Class<?>) - Static method in class org.graalvm.nativeimage.hosted.RuntimeReflection
Allows calling Class.getFields() on the provided class at run time.
registerAllMethods(Class<?>) - Static method in class org.graalvm.nativeimage.hosted.RuntimeReflection
Allows calling Class.getMethods() on the provided class at run time.
registerAllNestMembers(Class<?>) - Static method in class org.graalvm.nativeimage.hosted.RuntimeReflection
Allows calling Class.getNestMembers() on the provided class at run time.
registerAllPermittedSubclasses(Class<?>) - Static method in class org.graalvm.nativeimage.hosted.RuntimeReflection
Allows calling Class.getPermittedSubclasses() on the provided class at run time.
registerAllRecordComponents(Class<?>) - Static method in class org.graalvm.nativeimage.hosted.RuntimeReflection
Allows calling Class.getRecordComponents() on the provided class at run time.
registerAllSigners(Class<?>) - Static method in class org.graalvm.nativeimage.hosted.RuntimeReflection
Allows calling Class.getSigners() on the provided class at run time.
registerAsAccessed(Field) - Method in interface org.graalvm.nativeimage.hosted.Feature.BeforeAnalysisAccess
Registers the provided field as accesses, i.e., the static analysis assumes the field is used even if there are no explicit reads or writes in the bytecodes.
registerAsImmutable(Object) - Method in interface org.graalvm.nativeimage.hosted.Feature.CompilationAccess
Hint to the native image generator that the given object is immutable at runtime, i.e., can be placed in a read-only section of the native image heap.
registerAsImmutable(Object, Predicate<Object>) - Method in interface org.graalvm.nativeimage.hosted.Feature.CompilationAccess
Register the object, and everything it transitively references, as immutable.
registerAsInHeap(Class<?>) - Method in interface org.graalvm.nativeimage.hosted.Feature.BeforeAnalysisAccess
Registers the provided type as instantiated, i.e., the static analysis assumes that instances of this type exist at run time even if there is no explicit instantiation in the bytecodes.
registerAsQueried(Executable...) - Static method in class org.graalvm.nativeimage.hosted.RuntimeReflection
Makes the provided methods available for reflection queries at run time.
registerAsUnsafeAccessed(Field) - Method in interface org.graalvm.nativeimage.hosted.Feature.BeforeAnalysisAccess
Registers the provided field as written or read by Unsafe, i.e., the static analysis merges together all values of unsafe accessed fields of a specific type.
registerAsUsed(Class<?>) - Method in interface org.graalvm.nativeimage.hosted.Feature.BeforeAnalysisAccess
Registers the provided type a used, i.e., metadata for the type is put into the native image.
registerClassInitializerReachabilityHandler(Consumer<Feature.DuringAnalysisAccess>, Class<?>) - Method in interface org.graalvm.nativeimage.hosted.Feature.BeforeAnalysisAccess
Registers a callback that is invoked once during analysis when the class initializer for the given type is determined to be reachable at run time.
registerClassLookup(String) - Static method in class org.graalvm.nativeimage.hosted.RuntimeReflection
Makes the provided class available for reflection at run time.
registerConstructorLookup(Class<?>, Class<?>...) - Static method in class org.graalvm.nativeimage.hosted.RuntimeReflection
Makes the provided constructor available for reflection queries at run time.
registerDefault(String) - Static method in class org.graalvm.shadowed.org.jline.utils.Signals
 
registerFieldLookup(Class<?>, String) - Static method in class org.graalvm.nativeimage.hosted.RuntimeReflection
Makes the provided field available for reflection at run time.
registerFieldValueTransformer(Field, FieldValueTransformer) - Method in interface org.graalvm.nativeimage.hosted.Feature.BeforeAnalysisAccess
Registers a field value transformer for the provided field.
registerForDowncall(Object, Object...) - Static method in class org.graalvm.nativeimage.hosted.RuntimeForeignAccess
Registers the provided function descriptor and options pair at image build time for downcalls into foreign code.
registerForReflectiveInstantiation(Class<?>...) - Static method in class org.graalvm.nativeimage.hosted.RuntimeReflection
Makes the provided classes available for reflective instantiation by Class.newInstance().
registerForUpcall(Object, Object...) - Static method in class org.graalvm.nativeimage.hosted.RuntimeForeignAccess
Registers the provided function descriptor and options pair at image build time for upcalls from foreign code.
registerIncludingAssociatedClasses(Class<?>) - Static method in class org.graalvm.nativeimage.hosted.RuntimeSerialization
Register the specified serialization target class itself and all associated classes.
registerLambdaCapturingClass(Class<?>) - Static method in class org.graalvm.nativeimage.hosted.RuntimeSerialization
Makes a class available for serialization at runtime that is created for the lambda expressions (a class that has a $deserializeLambda$ method) specified by the lambdaCapturingClass.
registerMethodLookup(Class<?>, String, Class<?>...) - Static method in class org.graalvm.nativeimage.hosted.RuntimeReflection
Makes the provided method available for reflection queries at run time.
registerMethodOverrideReachabilityHandler(BiConsumer<Feature.DuringAnalysisAccess, Executable>, Executable) - Method in interface org.graalvm.nativeimage.hosted.Feature.BeforeAnalysisAccess
Registers a callback that is invoked once during analysis for each time a method that overrides the specified {param baseMethod} is determined to be reachable at run time.
registerObjectReplacer(Function<Object, Object>) - Method in interface org.graalvm.nativeimage.hosted.Feature.DuringSetupAccess
Registers the provided function to replace objects.
registerProxyClass(Class<?>...) - Static method in class org.graalvm.nativeimage.hosted.RuntimeSerialization
Makes a dynamic proxy class (class that extends Proxy) available for serialization at runtime that is specified by the given interfaces the proxy class implements.
registerReachabilityHandler(Consumer<Feature.DuringAnalysisAccess>, Object...) - Method in interface org.graalvm.nativeimage.hosted.Feature.BeforeAnalysisAccess
Registers a callback that is invoked once during analysis when any of the provided elements is determined to be reachable at run time.
registerRecurringCallback(long, TimeUnit, Threading.RecurringCallback) - Static method in class org.graalvm.nativeimage.Threading
Registers a callback handler that is called by the current thread approximately at the provided interval.
registerSubtypeReachabilityHandler(BiConsumer<Feature.DuringAnalysisAccess, Class<?>>, Class<?>) - Method in interface org.graalvm.nativeimage.hosted.Feature.BeforeAnalysisAccess
Registers a callback that is invoked once during analysis for each time a subtype of the class specified by {param baseClass} is determined to be reachable at run time.
registerWithTargetConstructorClass(Class<?>, Class<?>) - Static method in class org.graalvm.nativeimage.hosted.RuntimeSerialization
Makes the provided class available for serialization at runtime but uses the provided customTargetConstructorClazz for deserialization.
RelocatedPointer - Interface in org.graalvm.nativeimage.c.function
A pointer which is relocated when the native image is loaded at runtime.
remove(E) - Method in interface org.graalvm.collections.EconomicSet
Removes element from this set if it is present.
remove() - Method in interface org.graalvm.collections.MapCursor
Remove the current entry from the map.
remove(long) - Method in interface org.graalvm.polyglot.proxy.ProxyArray
Removes the element at the given index.
remove(ShutdownHooks.Task) - Static method in class org.graalvm.shadowed.org.jline.utils.ShutdownHooks
 
REMOVE_SUFFIX_CHARS - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
removeAll(EconomicSet<E>) - Method in interface org.graalvm.collections.EconomicSet
Removes from this set all of its elements that are contained in other.
removeAll(Iterable<E>) - Method in interface org.graalvm.collections.EconomicSet
Removes from this set all of its elements that are contained in values.
removeAll(Iterator<E>) - Method in interface org.graalvm.collections.EconomicSet
Removes from this set all of its elements that are enumerated by iterator.
removeArrayElement(long) - Method in class org.graalvm.polyglot.Value
Removes an array element at a given index.
removeHashEntry(Value) - Method in interface org.graalvm.polyglot.proxy.ProxyHashMap
Removes the mapping for a given key.
removeHashEntry(Object) - Method in class org.graalvm.polyglot.Value
Removes the mapping for a given key.
removeKey(K) - Method in interface org.graalvm.collections.EconomicMap
Removes the mapping for key from this map if it is present.
removeKey(K) - Method in class org.graalvm.collections.EconomicMapWrap
 
removeMember(String) - Method in interface org.graalvm.polyglot.proxy.ProxyObject
Removes a member key and its value.
removeMember(String) - Method in class org.graalvm.polyglot.Value
Removes a single member from the object.
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in interface org.graalvm.collections.EconomicMap
Replaces each entry's value with the result of invoking function on that entry until all entries have been processed or the function throws an exception.
replaceAll(BiFunction<? super K, ? super V, ? extends V>) - Method in class org.graalvm.collections.EconomicMapWrap
 
requireAnalysisIteration() - Method in interface org.graalvm.nativeimage.hosted.Feature.DuringAnalysisAccess
Notifies the static analysis that changes are made that enforce a new iteration of the analysis.
reservedAddressSpaceSize(UnsignedWord) - Method in class org.graalvm.nativeimage.Isolates.CreateIsolateParameters.Builder
Sets the size in bytes for the reserved virtual address space of the new isolate.
reset() - Method in class org.graalvm.collections.LockFreePrefixTree
Resets the tree.
reset - Variable in class org.graalvm.shadowed.org.jline.utils.Display
 
reset() - Method in class org.graalvm.shadowed.org.jline.utils.Display
 
reset() - Method in class org.graalvm.shadowed.org.jline.utils.Status
 
resetIndex() - Method in interface org.graalvm.shadowed.org.jline.reader.History
Reset index after remove
resetIndex() - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 
resetLimits() - Method in class org.graalvm.polyglot.Context
Resets all accumulators of resource limits for the associated context to zero.
resize(int, int) - Method in class org.graalvm.shadowed.org.jline.utils.Display
 
resize() - Method in class org.graalvm.shadowed.org.jline.utils.Status
 
resolve(String) - Method in class org.graalvm.shadowed.org.jline.utils.StyleResolver
Resolve the given style specification.
resolve(String, String) - Method in class org.graalvm.shadowed.org.jline.utils.StyleResolver
Resolve the given style specification.
ResourceLimitEvent - Class in org.graalvm.polyglot
Event triggered by a resource limit for a context.
resourceLimits(ResourceLimits) - Method in class org.graalvm.polyglot.Context.Builder
Assigns resource limit configuration to a context.
ResourceLimits - Class in org.graalvm.polyglot
Represents resource limits configuration that is used to configure contexts.
ResourceLimits.Builder - Class in org.graalvm.polyglot
A builder used to construct resource limits.
restore() - Method in class org.graalvm.shadowed.org.jline.utils.Status
 
resume() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
resume() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
resume() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.ExternalTerminal
 
resume() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.PosixPtyTerminal
 
retainAll(EconomicSet<E>) - Method in interface org.graalvm.collections.EconomicSet
Removes from this set all of its elements that are not contained in other.
REVERSE_MENU_COMPLETE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
reverseIterator() - Method in interface org.graalvm.shadowed.org.jline.reader.History
 
reverseIterator(int) - Method in interface org.graalvm.shadowed.org.jline.reader.History
 
rgb2cielab(double[]) - Static method in class org.graalvm.shadowed.org.jline.utils.Colors
 
rgbColor(int) - Static method in class org.graalvm.shadowed.org.jline.utils.Colors
 
rgbColor(String) - Static method in class org.graalvm.shadowed.org.jline.utils.Colors
 
root() - Method in class org.graalvm.collections.LockFreePrefixTree
The root node of the tree.
root() - Method in class org.graalvm.collections.SeqLockPrefixTree
The root node of the tree.
rootNameFilter(Predicate<String>) - Method in class org.graalvm.polyglot.management.ExecutionListener.Builder
Set an addition filter execution events by root name.
roots(boolean) - Method in class org.graalvm.polyglot.management.ExecutionListener.Builder
Include program locations that are marked as root of a function, method or closure.
round(int, int, int) - Method in class org.graalvm.shadowed.org.jline.utils.ColorPalette
 
round(int) - Method in class org.graalvm.shadowed.org.jline.utils.ColorPalette
 
roundColor(int, int) - Static method in class org.graalvm.shadowed.org.jline.utils.Colors
 
roundColor(int, int, String) - Static method in class org.graalvm.shadowed.org.jline.utils.Colors
 
roundRgbColor(int, int, int, int) - Static method in class org.graalvm.shadowed.org.jline.utils.Colors
 
rows - Variable in class org.graalvm.shadowed.org.jline.utils.Display
 
rows - Variable in class org.graalvm.shadowed.org.jline.utils.Status
 
run(Threading.RecurringCallbackAccess) - Method in interface org.graalvm.nativeimage.Threading.RecurringCallback
Method that is called recurringly when the callback handler is installed.
run() - Method in interface org.graalvm.shadowed.org.jline.reader.Editor
 
run() - Method in interface org.graalvm.shadowed.org.jline.utils.ShutdownHooks.Task
 
runLimit(int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
runMacro(String) - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
Push back a key sequence that will be later consumed by the line reader.
runStart(int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
RuntimeClassInitialization - Class in org.graalvm.nativeimage.hosted
This class provides methods that can be called during native-image building to configure class initialization behavior.
RuntimeForeignAccess - Class in org.graalvm.nativeimage.hosted
 
RuntimeJNIAccess - Class in org.graalvm.nativeimage.hosted
This class provides methods that can be called during native image generation to register classes, methods, and fields for JNI access at run time.
RuntimeOptions - Class in org.graalvm.nativeimage
Used for manipulating options at run time.
RuntimeOptions.Descriptor - Interface in org.graalvm.nativeimage
 
RuntimeProxyCreation - Class in org.graalvm.nativeimage.hosted
This class can be used to make creating dynamic proxy classes at run time valid.
RuntimeReflection - Class in org.graalvm.nativeimage.hosted
This class provides methods that can be called during native image generation to register classes, methods, and fields for reflection at run time.
RuntimeResourceAccess - Class in org.graalvm.nativeimage.hosted
This class can be used to register Java resources and ResourceBundles that should be accessible at run time.
RuntimeSerialization - Class in org.graalvm.nativeimage.hosted
This class provides methods that can be called before and during analysis, to register classes for serialization at image runtime.
RuntimeSystemProperties - Class in org.graalvm.nativeimage.hosted
This class provides methods that can be called during native image generation to define system property setting for image runtime.

S

s - Static variable in class org.graalvm.shadowed.org.jline.utils.Colors
Saturation
SAFE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
safepoint() - Method in class org.graalvm.polyglot.Context
Polls safepoints events and executes them for the current thread.
sandbox(SandboxPolicy) - Method in class org.graalvm.polyglot.Context.Builder
Sets a code sandbox policy to a context.
sandbox(SandboxPolicy) - Method in class org.graalvm.polyglot.Engine.Builder
Sets a code sandbox policy to an engine.
SandboxPolicy - Enum in org.graalvm.polyglot
The sandbox policy presets and validates configurations of a context or engine to be suitable as a code sandbox.
save() - Method in interface org.graalvm.shadowed.org.jline.reader.History
Save history.
save() - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 
SCOPED - Static variable in class org.graalvm.polyglot.HostAccess
Predefined host access policy that is the same as EXPLICIT and enables method scoping of callback parameter values on top.
SEARCH_TERMINATORS - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
SECONDARY_PROMPT_PATTERN - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
Set the template for prompts for secondary (continuation) lines.
SELF_INSERT - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
SELF_INSERT_UNMETA - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
SEND_BREAK - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
sendBinary(ByteBuffer) - Method in interface org.graalvm.polyglot.io.MessageEndpoint
Send a binary message.
sendClose() - Method in interface org.graalvm.polyglot.io.MessageEndpoint
Close the connection.
sendPing(ByteBuffer) - Method in interface org.graalvm.polyglot.io.MessageEndpoint
Send a ping request.
sendPong(ByteBuffer) - Method in interface org.graalvm.polyglot.io.MessageEndpoint
Send a pong reply as a response to ping.
sendText(String) - Method in interface org.graalvm.polyglot.io.MessageEndpoint
Send a text message.
SeqLockPrefixTree - Class in org.graalvm.collections
Thread-safe prefix-tree implementation in which keys are sequences of 64-bit values, and the values are 64-bit values.
SeqLockPrefixTree() - Constructor for class org.graalvm.collections.SeqLockPrefixTree
Create new SeqLockPrefixTree with root being a Node with key 0.
SeqLockPrefixTree.Node - Class in org.graalvm.collections
 
seqlockValue() - Method in class org.graalvm.collections.SeqLockPrefixTree.Node
 
serverTransport(MessageTransport) - Method in class org.graalvm.polyglot.Context.Builder
Take over the transport of messages communication with a server peer.
serverTransport(MessageTransport) - Method in class org.graalvm.polyglot.Engine.Builder
Take over transport of message communication with a server peer.
set(String, Object) - Static method in class org.graalvm.nativeimage.RuntimeOptions
Set the value of the option with the provided name to the new value.
set(long, Value) - Method in interface org.graalvm.polyglot.proxy.ProxyArray
Sets the element at the given index.
SET_LOCAL_HISTORY - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
SET_MARK_COMMAND - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
setArgumentVectorProgramName(String) - Static method in class org.graalvm.nativeimage.ProcessProperties
If the running image is an executable the program name that is stored in the argument vector of the running process gets replaced with the given name.
setArrayElement(long, Object) - Method in class org.graalvm.polyglot.Value
Sets the value at a given index.
setAttr(Attributes) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractPty
 
setAttribute(Path, String, Object, LinkOption...) - Method in interface org.graalvm.polyglot.io.FileSystem
Sets a file's attribute.
setAttributes(Attributes) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractPosixTerminal
 
setAttributes(Attributes) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
setAttributes(Attributes) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.DumbTerminal
 
setAttributes(Attributes) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.LineDisciplineTerminal
 
setAutosuggestion(LineReader.SuggestionType) - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
setBorder(boolean) - Method in class org.graalvm.shadowed.org.jline.utils.Status
 
setColor(int, int) - Method in class org.graalvm.shadowed.org.jline.utils.ColorPalette
Change the color of the palette
setConsoleMode(Console, int) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
setCurrentWorkingDirectory(Path) - Method in interface org.graalvm.polyglot.io.FileSystem
Sets the current working directory.
setDefaultInfoCmp(String, String) - Static method in class org.graalvm.shadowed.org.jline.utils.InfoCmp
 
setDefaultInfoCmp(String, Supplier<String>) - Static method in class org.graalvm.shadowed.org.jline.utils.InfoCmp
 
setDelayLineWrap(boolean) - Method in class org.graalvm.shadowed.org.jline.utils.Display
 
setDistance(String) - Method in class org.graalvm.shadowed.org.jline.utils.ColorPalette
Set the name of the color distance to use when rounding RGB colors to the palette.
setErrorIndex(int) - Method in interface org.graalvm.shadowed.org.jline.reader.Highlighter
Set error index to be highlighted
setErrorPattern(Pattern) - Method in interface org.graalvm.shadowed.org.jline.reader.Highlighter
Set error pattern to be highlighted
setIoException(IOException) - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingPumpInputStream
 
setKeyMap(String) - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
setLength(int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
setLocale(String, String) - Static method in class org.graalvm.nativeimage.ProcessProperties
Set the program locale.
setOnClose(Runnable) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
setOpt(LineReader.Option) - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
setProtectionDomain(Isolates.ProtectionDomain) - Method in class org.graalvm.nativeimage.Isolates.CreateIsolateParameters.Builder
Sets the Isolates.ProtectionDomain for an isolate.
setRestricted(boolean) - Method in interface org.graalvm.shadowed.org.jline.reader.Editor
 
setRgbColors(int[]) - Static method in class org.graalvm.shadowed.org.jline.utils.Colors
 
setSize(Size) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractPosixTerminal
 
setSize(Size) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
setSize(Size) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.DumbTerminal
 
setSize(Size) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.ExecPty
 
setSize(Size) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.LineDisciplineTerminal
 
setStackTrace(StackTraceElement[]) - Method in exception org.graalvm.polyglot.PolyglotException
Unsupported, PolyglotException instances are not writable therefore setting the stack trace has no effect for them.
setStrict(boolean) - Method in class org.graalvm.shadowed.org.jline.reader.impl.completer.ArgumentCompleter
If true, a completion at argument index N will only succeed if all the completions from 0-(N-1) also succeed.
setStrictCommand(boolean) - Method in class org.graalvm.shadowed.org.jline.reader.impl.completer.ArgumentCompleter
If true, a completion at argument index N will only succeed if all the completions from 1-(N-1) also succeed.
setTailTip(String) - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
setValue(long) - Method in class org.graalvm.collections.LockFreePrefixTree.Node
Set the value for the LockFreePrefixTree.Node.
setValue(V) - Method in interface org.graalvm.collections.MapCursor
Set the value of the current entry.
setValue(long) - Method in class org.graalvm.collections.SeqLockPrefixTree.Node
Set the value for the LockFreePrefixTree.Node.
setVariable(String, Object) - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
shiftLeft(UnsignedWord) - Method in interface org.graalvm.word.SignedWord
Returns a Signed whose value is (this << n).
shiftLeft(int) - Method in interface org.graalvm.word.SignedWord
Returns a Signed whose value is (this << n).
shiftLeft(UnsignedWord) - Method in interface org.graalvm.word.UnsignedWord
Returns a Unsigned whose value is (this << n).
shiftLeft(int) - Method in interface org.graalvm.word.UnsignedWord
Returns a Unsigned whose value is (this << n).
shutdown() - Method in class org.graalvm.collections.LockFreePrefixTree.Allocator
Releases the allocator's resources.
shutdown() - Method in class org.graalvm.collections.LockFreePrefixTree.HeapAllocator
 
shutdown() - Method in class org.graalvm.collections.LockFreePrefixTree.ObjectPoolingAllocator
 
shutdown() - Static method in class org.graalvm.nativeimage.VMRuntime
Shuts down the VM: Runs all shutdown hooks and waits for all finalization to complete.
shutdown() - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingInputStream
Shuts down the thread that is handling blocking I/O if any.
shutdown() - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingInputStreamImpl
Shuts down the thread that is handling blocking I/O.
shutdown() - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingReader
Shuts down the thread that is handling blocking I/O.
shutdown() - Method in class org.graalvm.shadowed.org.jline.utils.NonBlockingReaderImpl
Shuts down the thread that is handling blocking I/O.
ShutdownHooks - Class in org.graalvm.shadowed.org.jline.utils
Manages the JLine shutdown-hook thread and tasks to execute on shutdown.
ShutdownHooks() - Constructor for class org.graalvm.shadowed.org.jline.utils.ShutdownHooks
 
ShutdownHooks.Task - Interface in org.graalvm.shadowed.org.jline.utils
Essentially a Runnable which allows running to throw an exception.
SIG_DFL - Static variable in class org.graalvm.shadowed.org.jline.terminal.impl.NativeSignalHandler
 
SIG_IGN - Static variable in class org.graalvm.shadowed.org.jline.terminal.impl.NativeSignalHandler
 
Signals - Class in org.graalvm.shadowed.org.jline.utils
Signals helpers.
signed(long) - Static method in class org.graalvm.word.WordFactory
Unsafe conversion from a Java long value to a Word.
signed(int) - Static method in class org.graalvm.word.WordFactory
Unsafe conversion from a Java int value to a Word.
signedDivide(SignedWord) - Method in interface org.graalvm.word.SignedWord
Returns a Signed whose value is (this / val).
signedDivide(int) - Method in interface org.graalvm.word.SignedWord
Returns a Signed whose value is (this / val).
signedRemainder(SignedWord) - Method in interface org.graalvm.word.SignedWord
Returns a Signed whose value is (this % val).
signedRemainder(int) - Method in interface org.graalvm.word.SignedWord
Returns a Signed whose value is (this % val).
signedShiftRight(UnsignedWord) - Method in interface org.graalvm.word.SignedWord
Returns a Signed whose value is (this >> n).
signedShiftRight(int) - Method in interface org.graalvm.word.SignedWord
Returns a Signed whose value is (this >> n).
SignedWord - Interface in org.graalvm.word
Represents a signed word-sized value.
size() - Method in class org.graalvm.collections.EconomicMapWrap
 
size() - Method in interface org.graalvm.collections.UnmodifiableEconomicMap
Returns the number of key-value mappings in this map.
size() - Method in interface org.graalvm.collections.UnmodifiableEconomicSet
Returns the number of elements in this set.
size() - Method in interface org.graalvm.shadowed.org.jline.reader.History
 
size() - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 
size - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.LineDisciplineTerminal
 
size() - Method in class org.graalvm.shadowed.org.jline.utils.Status
 
SizeOf - Class in org.graalvm.nativeimage.c.struct
Contains static methods that provide access to the size of dereferenced SystemJava pointer types (i.e.
slaveInput - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.LineDisciplineTerminal
 
slaveInputPipe - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
slaveInputPipe - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.LineDisciplineTerminal
 
slaveOutput - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.LineDisciplineTerminal
 
slaveReader - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.LineDisciplineTerminal
 
slaveWriter - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.LineDisciplineTerminal
 
sort() - Method in class org.graalvm.shadowed.org.jline.reader.Candidate
Integer used to override default sort logic.
Source - Class in org.graalvm.polyglot
Representation of a source code unit and its contents that can be evaluated in an execution context.
Source.Builder - Class in org.graalvm.polyglot
Represents a builder to build Source objects.
sourceFilter(Predicate<Source>) - Method in class org.graalvm.polyglot.management.ExecutionListener.Builder
Set an addition filter that filters execution events by source.
SourceSection - Class in org.graalvm.polyglot
Description of contiguous section of text within a Source of program code.; supports multiple modes of access to the text and its location.
SPELL_WORD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
SPLIT_UNDO - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
spliterator() - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 
sRGB_encoding_environment - Static variable in class org.graalvm.shadowed.org.jline.utils.Colors
sRGB encoding environment
sRGB_typical_environment - Static variable in class org.graalvm.shadowed.org.jline.utils.Colors
sRGB typical environment
stability(OptionStability) - Method in class org.graalvm.options.OptionDescriptor.Builder
Defines the stability of this option.
StackValue - Class in org.graalvm.nativeimage
Contains static methods for memory allocation in the stack frame.
start(ProcessHandler.ProcessCommand) - Method in interface org.graalvm.polyglot.io.ProcessHandler
A request to start a new subprocess with given attributes.
statementLimit(long, Predicate<Source>) - Method in class org.graalvm.polyglot.ResourceLimits.Builder
Specifies the maximum number of statements a context may execute until the onLimit event is notified and the context will be closed.
statements(boolean) - Method in class org.graalvm.polyglot.management.ExecutionListener.Builder
Include program locations that are marked as statements.
status() - Method in class org.graalvm.collections.LockFreePrefixTree.ObjectPoolingAllocator
 
status - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
Status - Class in org.graalvm.shadowed.org.jline.utils
 
Status(AbstractTerminal) - Constructor for class org.graalvm.shadowed.org.jline.utils.Status
 
strings - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
StringsCompleter - Class in org.graalvm.shadowed.org.jline.reader.impl.completer
Completer for a set of strings.
StringsCompleter() - Constructor for class org.graalvm.shadowed.org.jline.reader.impl.completer.StringsCompleter
 
StringsCompleter(Supplier<Collection<String>>) - Constructor for class org.graalvm.shadowed.org.jline.reader.impl.completer.StringsCompleter
 
StringsCompleter(String...) - Constructor for class org.graalvm.shadowed.org.jline.reader.impl.completer.StringsCompleter
 
StringsCompleter(Iterable<String>) - Constructor for class org.graalvm.shadowed.org.jline.reader.impl.completer.StringsCompleter
 
StringsCompleter(Candidate...) - Constructor for class org.graalvm.shadowed.org.jline.reader.impl.completer.StringsCompleter
 
StringsCompleter(Collection<Candidate>) - Constructor for class org.graalvm.shadowed.org.jline.reader.impl.completer.StringsCompleter
 
stringsSupplier - Variable in class org.graalvm.shadowed.org.jline.reader.impl.completer.StringsCompleter
 
stripAnsi(String) - Static method in class org.graalvm.shadowed.org.jline.utils.AttributedString
 
STTY_COMMAND - Static variable in class org.graalvm.shadowed.org.jline.utils.OSUtils
 
STTY_F_OPTION - Static variable in class org.graalvm.shadowed.org.jline.utils.OSUtils
 
style(AttributedStyle) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
style(Function<AttributedStyle, AttributedStyle>) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
style() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
styleAt(int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
styleAt(int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedString
 
styleAt(int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
styled(Function<AttributedStyle, AttributedStyle>, CharSequence) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
styled(AttributedStyle, CharSequence) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
styled(Function<AttributedStyle, AttributedStyle>, Consumer<AttributedStringBuilder>) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
styleMatches(Pattern, AttributedStyle) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedString
 
styleMatches(Pattern, AttributedStyle) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
styleMatches(Pattern, List<AttributedStyle>) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
StyleResolver - Class in org.graalvm.shadowed.org.jline.utils
Resolves named (or source-referenced) AttributedStyle.
StyleResolver(Function<String, String>) - Constructor for class org.graalvm.shadowed.org.jline.utils.StyleResolver
 
subSequence(int, int) - Method in interface org.graalvm.polyglot.io.ByteSequence
Returns a ByteSequence that is a subsequence of this sequence.
subSequence(int, int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
subSequence(int, int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedString
 
subSequence(int, int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
Substitute - Annotation Type in com.oracle.svm.core.annotate
When used to annotate a method, it indicates that a method declaration is intended to be a substitute for a method declaration in another class.
substring(int) - Method in interface org.graalvm.shadowed.org.jline.reader.Buffer
 
substring(int, int) - Method in interface org.graalvm.shadowed.org.jline.reader.Buffer
 
substring(int, int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
subtract(UnsignedWord) - Method in interface org.graalvm.word.Pointer
Returns a Pointer whose value is (this - val).
subtract(int) - Method in interface org.graalvm.word.Pointer
Returns a Pointer whose value is (this - val).
subtract(SignedWord) - Method in interface org.graalvm.word.SignedWord
Returns a Signed whose value is (this - val).
subtract(int) - Method in interface org.graalvm.word.SignedWord
Returns a Signed whose value is (this - val).
subtract(UnsignedWord) - Method in interface org.graalvm.word.UnsignedWord
Returns a Unsigned whose value is (this - val).
subtract(int) - Method in interface org.graalvm.word.UnsignedWord
Returns a Unsigned whose value is (this - val).
suffix() - Method in class org.graalvm.shadowed.org.jline.reader.Candidate
The suffix is added when this candidate is displayed.
SUGGESTIONS_MIN_BUFFER_SIZE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
Min buffer size for tab auto-suggestions.
supported - Variable in class org.graalvm.shadowed.org.jline.utils.Status
 
suspend() - Method in class org.graalvm.shadowed.org.jline.utils.Status
 
suspended - Variable in class org.graalvm.shadowed.org.jline.utils.Status
 
SyntaxError - Exception in org.graalvm.shadowed.org.jline.reader
 
SyntaxError(int, int, String) - Constructor for exception org.graalvm.shadowed.org.jline.reader.SyntaxError
 
SystemCompleter - Class in org.graalvm.shadowed.org.jline.reader.impl.completer
Completer which contains multiple completers and aggregates them together.
SystemCompleter() - Constructor for class org.graalvm.shadowed.org.jline.reader.impl.completer.SystemCompleter
 

T

tabs(int) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
Set the number of spaces a tab is expanded to.
tabs(List<Integer>) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStringBuilder
 
TargetClass - Annotation Type in com.oracle.svm.core.annotate
A class annotated with this annotation denotes a class that modifies methods of fields of another class, called the "original" class.
TargetClass.AlwaysIncluded - Class in com.oracle.svm.core.annotate
The default value for the TargetClass.onlyWith() attribute.
TargetClass.NoClassNameProvider - Interface in com.oracle.svm.core.annotate
Marker value for TargetClass.classNameProvider() that no class name provider should be used.
TargetElement - Annotation Type in com.oracle.svm.core.annotate
Specifies additional properties for an element also annotated with Alias, Delete, Substitute, AnnotateOriginal, or KeepOriginal.
targetTypeMapping(Class<S>, Class<T>, Predicate<S>, Function<S, T>) - Method in class org.graalvm.polyglot.HostAccess.Builder
Adds a custom source to target type mapping for Java host calls, host field assignments and explicit value conversions.
targetTypeMapping(Class<S>, Class<T>, Predicate<S>, Function<S, T>, HostAccess.TargetMappingPrecedence) - Method in class org.graalvm.polyglot.HostAccess.Builder
Adds a custom source to target type mapping for Java host calls, host field assignments and explicit value conversions.
tearDownIsolate(IsolateThread) - Static method in class org.graalvm.nativeimage.Isolates
Tears down an isolate.
terminal(Terminal) - Method in class org.graalvm.shadowed.org.jline.reader.LineReaderBuilder
 
terminal - Variable in class org.graalvm.shadowed.org.jline.utils.Display
 
terminal - Variable in class org.graalvm.shadowed.org.jline.utils.Status
 
TEST_COMMAND - Static variable in class org.graalvm.shadowed.org.jline.utils.OSUtils
 
text - Variable in class org.graalvm.shadowed.org.jline.utils.DiffHelper.Diff
The text associated with this diff operation.
Threading - Class in org.graalvm.nativeimage
Functionality related to execution in threads.
Threading.RecurringCallback - Interface in org.graalvm.nativeimage
Interface that a callback handler needs to implement.
Threading.RecurringCallbackAccess - Interface in org.graalvm.nativeimage
Provides methods that are available during the execution of a Threading.RecurringCallback.
throwException(Throwable) - Method in interface org.graalvm.nativeimage.Threading.RecurringCallbackAccess
Throws an exception from the recurring callback to the code that is regularly executing in the thread.
throwException() - Method in class org.graalvm.polyglot.Value
Throws this value if this object represents an exception.
time() - Method in interface org.graalvm.shadowed.org.jline.reader.History.Entry
 
time() - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory.EntryImpl
 
Timeout - Class in org.graalvm.shadowed.org.jline.utils
Helper class ti use during I/O operations with an eventual timeout.
Timeout(long) - Constructor for class org.graalvm.shadowed.org.jline.utils.Timeout
 
timeout() - Method in class org.graalvm.shadowed.org.jline.utils.Timeout
 
timeZone(ZoneId) - Method in class org.graalvm.polyglot.Context.Builder
Sets the default time zone to be used for this context.
toAbsolutePath(Path) - Method in interface org.graalvm.polyglot.io.FileSystem
Resolves given path to an absolute path.
toAnsi() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
toAnsi(Terminal) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
toAnsi(int, AttributedCharSequence.ForceMode) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
toAnsi(int, AttributedCharSequence.ForceMode, ColorPalette) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
toAnsi(int, AttributedCharSequence.ForceMode, ColorPalette, String, String) - Method in class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
toAnsi() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
toArray(E[]) - Method in interface org.graalvm.collections.UnmodifiableEconomicSet
Stores all of the elements in this set into target.
toAttributedString() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
toBoolean(int) - Static method in class org.graalvm.nativeimage.c.type.CTypeConversion
Converts a C int containing boolean values into a Java boolean.
toBoolean(PointerBase) - Static method in class org.graalvm.nativeimage.c.type.CTypeConversion
Converts a C pointer into a Java boolean.
toByteArray() - Method in interface org.graalvm.polyglot.io.ByteSequence
Returns a byte[] containing the bytes in this sequence in the same order as this sequence.
toCBoolean(boolean) - Static method in class org.graalvm.nativeimage.c.type.CTypeConversion
Converts a Java boolean into a C int containing boolean values.
toCBytes(byte[]) - Static method in class org.graalvm.nativeimage.c.type.CTypeConversion
Provides access to a C pointer for the provided Java byte array.
toCString(CharSequence) - Static method in class org.graalvm.nativeimage.c.type.CTypeConversion
Provides access to a C pointer for the provided Java String, encoded with the default charset.
toCString(CharSequence, CCharPointer, UnsignedWord) - Static method in class org.graalvm.nativeimage.c.type.CTypeConversion
Copies the javaString into the buffer as a 0 terminated C string encoded with the default character set.
toCString(CharSequence, Charset, CCharPointer, UnsignedWord) - Static method in class org.graalvm.nativeimage.c.type.CTypeConversion
Copies the javaString into the buffer as a 0 terminated C string encoded with the charset character set.
toCStrings(CharSequence[]) - Static method in class org.graalvm.nativeimage.c.type.CTypeConversion
Provides access to C pointers for the provided Java Strings, encoded with the default charset.
toHostFrame() - Method in class org.graalvm.polyglot.PolyglotException.StackFrame
Returns a Java stack trace element representation of the polyglot stack trace element.
toJavaString(CCharPointer) - Static method in class org.graalvm.nativeimage.c.type.CTypeConversion
Decodes a 0 terminated C char* to a Java string using the platform's default charset.
toJavaString(CCharPointer, UnsignedWord) - Static method in class org.graalvm.nativeimage.c.type.CTypeConversion
Decodes a C char* of length length to a Java string using the platform's default charset.
toJavaString(CCharPointer, UnsignedWord, Charset) - Static method in class org.graalvm.nativeimage.c.type.CTypeConversion
Decodes a C char* of length length to a Java string using charset.
toObject() - Method in interface org.graalvm.word.Pointer
Unsafe conversion of this Pointer to a Java language object.
toObject(Class<T>, boolean) - Method in interface org.graalvm.word.Pointer
Convert pointer to the type specified by the clazz argument.
toObjectNonNull() - Method in interface org.graalvm.word.Pointer
Unsafe conversion of this Pointer to a Java language object.
topDown(C, BiFunction<C, Long, C>, BiConsumer<C, Long>) - Method in class org.graalvm.collections.LockFreePrefixTree
Traverse the tree top-down while maintaining a context.
topDown(C, BiFunction<C, Long, C>, BiConsumer<C, Long>) - Method in class org.graalvm.collections.SeqLockPrefixTree.Node
Traverse the tree top-down while maintaining a context.
toRealPath(Path, LinkOption...) - Method in interface org.graalvm.polyglot.io.FileSystem
Returns the real (canonical) path of an existing file.
toString() - Method in class org.graalvm.collections.EconomicMapWrap
 
toString() - Method in class org.graalvm.collections.LockFreePrefixTree.Node
 
toString() - Method in class org.graalvm.collections.Pair
toString() - Method in class org.graalvm.collections.SeqLockPrefixTree.Node
 
toString() - Method in class org.graalvm.home.Version
toString() - Method in class org.graalvm.options.OptionDescriptor
toString() - Method in class org.graalvm.options.OptionType
 
toString() - Method in class org.graalvm.polyglot.EnvironmentAccess
toString() - Method in class org.graalvm.polyglot.HostAccess
toString() - Method in class org.graalvm.polyglot.io.IOAccess
toString() - Method in class org.graalvm.polyglot.io.ProcessHandler.Redirect
toString() - Method in class org.graalvm.polyglot.management.ExecutionEvent
toString() - Method in class org.graalvm.polyglot.PolyglotException.StackFrame
Returns a string representation of this stack frame.
toString() - Method in class org.graalvm.polyglot.ResourceLimitEvent
toString() - Method in class org.graalvm.polyglot.Source
toString() - Method in class org.graalvm.polyglot.SourceSection
Returns an implementation-defined string representation of this source section to be used for debugging purposes only.
toString() - Method in class org.graalvm.polyglot.TypeLiteral
 
toString() - Method in class org.graalvm.polyglot.Value
Converts this value to a human readable string.
toString() - Method in interface org.graalvm.shadowed.org.jline.reader.Buffer
 
toString() - Method in class org.graalvm.shadowed.org.jline.reader.Candidate
 
toString() - Method in class org.graalvm.shadowed.org.jline.reader.impl.completer.AggregateCompleter
 
toString() - Method in class org.graalvm.shadowed.org.jline.reader.impl.completer.StringsCompleter
 
toString() - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory.EntryImpl
 
toString() - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 
toString() - Method in class org.graalvm.shadowed.org.jline.reader.Macro
 
toString() - Method in class org.graalvm.shadowed.org.jline.reader.Reference
 
toString() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.ExecPty
 
toString() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
toString() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
toString() - Method in class org.graalvm.shadowed.org.jline.utils.DiffHelper.Diff
Display a human-readable version of this Diff.
tputs(String, Object...) - Static method in class org.graalvm.shadowed.org.jline.utils.Curses
Print the given terminal capabilities
tputs(Appendable, String, Object...) - Static method in class org.graalvm.shadowed.org.jline.utils.Curses
Print the given terminal capabilities
trace(Object...) - Static method in class org.graalvm.shadowed.org.jline.utils.Log
 
trace(Supplier<String>) - Static method in class org.graalvm.shadowed.org.jline.utils.Log
 
trackFocus(boolean) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
trackFocus(boolean) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
tracking - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
trackMouse(Terminal.MouseTracking) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
trackMouse(Terminal.MouseTracking) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
trackMouse(Terminal, Terminal.MouseTracking) - Static method in class org.graalvm.shadowed.org.jline.terminal.impl.MouseSupport
 
transform(Object, Object) - Method in interface org.graalvm.nativeimage.hosted.FieldValueTransformer
Transforms the field value for the provided receiver.
TRANSPOSE_CHARS - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
TRANSPOSE_WORDS - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
trimHistory(Path, int) - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 
TRUE_COLORS - Static variable in class org.graalvm.shadowed.org.jline.utils.AttributedCharSequence
 
TTY_COMMAND - Static variable in class org.graalvm.shadowed.org.jline.utils.OSUtils
 
type - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractTerminal
 
TYPE_WINDOWS - Static variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
TYPE_WINDOWS_256_COLOR - Static variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
TYPE_WINDOWS_CONEMU - Static variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
TYPE_WINDOWS_VTP - Static variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
TypeLiteral<T> - Class in org.graalvm.polyglot
Represents a generic type T.
TypeLiteral() - Constructor for class org.graalvm.polyglot.TypeLiteral
Constructs a new type literal.

U

UNDEFINED_KEY - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
underline() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
underlineDefault() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
underlineOff() - Method in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
UNDO - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
UniqueLocationIdentity - Annotation Type in org.graalvm.nativeimage.c.struct
A CField also annotated with this annotation gets a unique LocationIdentity assigned, i.e., reads and writes do not interfere with reads and writes to any other field and are optimized without regarding other fields.
UNIVERSAL_ARGUMENT - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
UnmanagedMemory - Class in org.graalvm.nativeimage
Contains static methods that allow allocate/free of unmanaged memory, i.e., memory that is not under the control of the garbage collector.
UnmodifiableEconomicMap<K,V> - Interface in org.graalvm.collections
Unmodifiable memory efficient map.
UnmodifiableEconomicSet<E> - Interface in org.graalvm.collections
Unmodifiable memory efficient set data structure.
UnmodifiableMapCursor<K,V> - Interface in org.graalvm.collections
Cursor to iterate over a map without changing its contents.
unregister(String, Object) - Static method in class org.graalvm.shadowed.org.jline.utils.Signals
 
unsetOpt(LineReader.Option) - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
unsigned(Class<? extends PointerBase>) - Static method in class org.graalvm.nativeimage.c.struct.SizeOf
Returns the size cast to UnsignedWord.
unsigned(long) - Static method in class org.graalvm.word.WordFactory
Unsafe conversion from a Java long value to a Word.
unsigned(int) - Static method in class org.graalvm.word.WordFactory
Unsafe conversion from a Java int value to a Word.
unsignedDivide(UnsignedWord) - Method in interface org.graalvm.word.UnsignedWord
Returns a Unsigned whose value is (this / val).
unsignedDivide(int) - Method in interface org.graalvm.word.UnsignedWord
Returns a Unsigned whose value is (this / val).
unsignedRemainder(UnsignedWord) - Method in interface org.graalvm.word.UnsignedWord
Returns a Unsigned whose value is (this % val).
unsignedRemainder(int) - Method in interface org.graalvm.word.UnsignedWord
Returns a Unsigned whose value is (this % val).
unsignedShiftRight(UnsignedWord) - Method in interface org.graalvm.word.UnsignedWord
Returns a Unsigned whose value is (this >>> n).
unsignedShiftRight(int) - Method in interface org.graalvm.word.UnsignedWord
Returns a Unsigned whose value is (this >>> n).
UnsignedWord - Interface in org.graalvm.word
Represents an unsigned word-sized value.
UNTRUSTED - Static variable in class org.graalvm.polyglot.HostAccess
Predefined host access policy used by Context with an SandboxPolicy.UNTRUSTED sandbox policy when the host access policy is not explicitly specified by the embedder.
up() - Method in interface org.graalvm.shadowed.org.jline.reader.Buffer
 
UP_CASE_WORD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
UP_HISTORY - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
UP_LINE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
UP_LINE_OR_HISTORY - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
UP_LINE_OR_SEARCH - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
update(List<AttributedString>, int) - Method in class org.graalvm.shadowed.org.jline.utils.Display
Update the display according to the new lines and flushes the output.
update(List<AttributedString>, int, boolean) - Method in class org.graalvm.shadowed.org.jline.utils.Display
Update the display according to the new lines.
update(List<AttributedString>) - Method in class org.graalvm.shadowed.org.jline.utils.Status
 
updateAnsi(List<String>, int) - Method in class org.graalvm.shadowed.org.jline.utils.Display
 
updateConsoleMode() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
upToCursor() - Method in interface org.graalvm.shadowed.org.jline.reader.Buffer
 
uri(URI) - Method in class org.graalvm.polyglot.Source.Builder
Assigns new URI to the to-be-created Source.
usageSyntax(String) - Method in class org.graalvm.options.OptionDescriptor.Builder
Specifies a human-readable syntax describing the accepted values for this option.
useModuleLookup(MethodHandles.Lookup) - Method in class org.graalvm.polyglot.HostAccess.Builder
Sets the lookup the guest application should use to find and access classes on the host side in modularized host applications.
UserInterruptException - Exception in org.graalvm.shadowed.org.jline.reader
This exception is thrown by LineReader.readLine() when user interrupt handling is enabled and the user types the interrupt character (ctrl-C).
UserInterruptException(String) - Constructor for exception org.graalvm.shadowed.org.jline.reader.UserInterruptException
 
useSystemExit(boolean) - Method in class org.graalvm.polyglot.Context.Builder
Specifies whether System.exit(int) may be used to improve efficiency of stack unwinding for context exit requested by the guest application.
useSystemProperties(boolean) - Method in class org.graalvm.polyglot.Engine.Builder
Specifies whether the engine should use system properties if no explicit option is set.
utf8ToJavaString(CCharPointer) - Static method in class org.graalvm.nativeimage.c.type.CTypeConversion
Decodes a UTF-8 encoded, 0 terminated C char* to a Java string.

V

validate(T) - Method in class org.graalvm.options.OptionType
Validates an option value and throws an IllegalArgumentException if the value is invalid.
validCommandName(String) - Method in interface org.graalvm.shadowed.org.jline.reader.Parser
 
validVariableName(String) - Method in interface org.graalvm.shadowed.org.jline.reader.Parser
 
value() - Method in class org.graalvm.collections.LockFreePrefixTree.Node
 
value() - Method in class org.graalvm.collections.SeqLockPrefixTree.Node
 
Value - Class in org.graalvm.polyglot
Represents a polyglot value that can be accessed using a set of language agnostic operations.
value() - Method in class org.graalvm.shadowed.org.jline.reader.Candidate
The value that will be used for the actual completion.
valueOf(String) - Static method in enum com.oracle.svm.core.annotate.RecomputeFieldValue.Kind
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.graalvm.nativeimage.c.function.CEntryPoint.Builtin
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.graalvm.nativeimage.c.function.CEntryPoint.Publish
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.graalvm.nativeimage.c.function.CFunction.Transition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.graalvm.options.OptionCategory
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.graalvm.options.OptionStability
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.graalvm.polyglot.HostAccess.MutableTargetMapping
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.graalvm.polyglot.HostAccess.TargetMappingPrecedence
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.graalvm.polyglot.SandboxPolicy
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.graalvm.shadowed.org.jline.reader.LineReader.Option
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.graalvm.shadowed.org.jline.reader.LineReader.RegionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.graalvm.shadowed.org.jline.reader.LineReader.SuggestionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.graalvm.shadowed.org.jline.reader.Parser.ParseContext
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.graalvm.shadowed.org.jline.utils.AttributedCharSequence.ForceMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.graalvm.shadowed.org.jline.utils.DiffHelper.Operation
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.graalvm.shadowed.org.jline.utils.InfoCmp.Capability
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.oracle.svm.core.annotate.RecomputeFieldValue.Kind
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.graalvm.nativeimage.c.function.CEntryPoint.Builtin
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.graalvm.nativeimage.c.function.CEntryPoint.Publish
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.graalvm.nativeimage.c.function.CFunction.Transition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.graalvm.options.OptionCategory
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.graalvm.options.OptionStability
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.graalvm.polyglot.HostAccess.MutableTargetMapping
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.graalvm.polyglot.HostAccess.TargetMappingPrecedence
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.graalvm.polyglot.SandboxPolicy
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.graalvm.shadowed.org.jline.reader.LineReader.Option
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.graalvm.shadowed.org.jline.reader.LineReader.RegionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.graalvm.shadowed.org.jline.reader.LineReader.SuggestionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.graalvm.shadowed.org.jline.reader.Parser.ParseContext
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.graalvm.shadowed.org.jline.utils.AttributedCharSequence.ForceMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.graalvm.shadowed.org.jline.utils.DiffHelper.Operation
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.graalvm.shadowed.org.jline.utils.InfoCmp.Capability
Returns an array containing the constants of this enum type, in the order they are declared.
valueType() - Method in interface org.graalvm.nativeimage.RuntimeOptions.Descriptor
Returns the option type of this key.
variable(String, Object) - Method in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
variable(String, Object) - Method in class org.graalvm.shadowed.org.jline.reader.LineReaderBuilder
 
variables(Map<String, Object>) - Method in class org.graalvm.shadowed.org.jline.reader.LineReaderBuilder
 
Version - Class in org.graalvm.home
A version utility to canonicalize and compare GraalVM versions.
VetoException(String) - Constructor for exception org.graalvm.polyglot.io.MessageTransport.VetoException
Create a new VetoException.
VI_ADD_EOL - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_ADD_NEXT - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_BACKWARD_BLANK_WORD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_BACKWARD_BLANK_WORD_END - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_BACKWARD_CHAR - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_BACKWARD_DELETE_CHAR - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_BACKWARD_KILL_WORD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_BACKWARD_WORD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_BACKWARD_WORD_END - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_BEGINNING_OF_LINE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_CHANGE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_CHANGE_EOL - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_CHANGE_WHOLE_LINE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_CMD_MODE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_DELETE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_DELETE_CHAR - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_DIGIT_OR_BEGINNING_OF_LINE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_DOWN_LINE_OR_HISTORY - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_END_OF_LINE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_FETCH_HISTORY - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_FIND_NEXT_CHAR - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_FIND_NEXT_CHAR_SKIP - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_FIND_PREV_CHAR - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_FIND_PREV_CHAR_SKIP - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_FIRST_NON_BLANK - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_FORWARD_BLANK_WORD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_FORWARD_BLANK_WORD_END - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_FORWARD_CHAR - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_FORWARD_WORD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_FORWARD_WORD_END - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_GOTO_COLUMN - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_HISTORY_SEARCH_BACKWARD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_HISTORY_SEARCH_FORWARD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_INSERT - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_INSERT_BOL - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_INSERT_COMMENT - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_JOIN - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_KILL_EOL - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_KILL_LINE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_MATCH_BRACKET - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_OPEN_LINE_ABOVE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_OPEN_LINE_BELOW - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_OPER_SWAP_CASE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_PUT_AFTER - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_PUT_BEFORE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_QUOTED_INSERT - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_REPEAT_CHANGE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_REPEAT_FIND - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_REPEAT_SEARCH - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_REPLACE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_REPLACE_CHARS - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_REV_REPEAT_FIND - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_REV_REPEAT_SEARCH - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_SET_BUFFER - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_SUBSTITUTE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_SWAP_CASE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_UNDO_CHANGE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_UP_LINE_OR_HISTORY - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_YANK - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_YANK_EOL - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VI_YANK_WHOLE_LINE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VICMD - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VIINS - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VIOPP - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VISUAL - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VISUAL_LINE_MODE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VISUAL_MODE - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
VMRuntime - Class in org.graalvm.nativeimage
Used for doing VM runtime operations.
VoidPointer - Interface in org.graalvm.nativeimage.c.type
A void* pointer to an opaque C value of an unknown type, without any methods to read or write.

W

waitAndCapture(Process) - Static method in class org.graalvm.shadowed.org.jline.utils.ExecHelper
 
waitForProcessExit(long) - Static method in class org.graalvm.nativeimage.ProcessProperties
Wait for process termination and return its exit status.
warn(Object...) - Static method in class org.graalvm.shadowed.org.jline.utils.Log
 
wcwidth(String) - Method in class org.graalvm.shadowed.org.jline.utils.Display
 
WCWidth - Class in org.graalvm.shadowed.org.jline.utils
 
wcwidth(int) - Static method in class org.graalvm.shadowed.org.jline.utils.WCWidth
 
WHAT_CURSOR_POSITION - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
WHITE - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
WHITE - Static variable in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 
Widget - Interface in org.graalvm.shadowed.org.jline.reader
 
WINDOWS_AARCH64() - Constructor for class org.graalvm.nativeimage.Platform.WINDOWS_AARCH64
Instantiates a marker instance of this platform.
WINDOWS_AMD64() - Constructor for class org.graalvm.nativeimage.Platform.WINDOWS_AMD64
Instantiates a marker instance of this platform.
word() - Method in class org.graalvm.shadowed.org.jline.reader.impl.completer.ArgumentCompleter.ArgumentLine
 
word() - Method in interface org.graalvm.shadowed.org.jline.reader.ParsedLine
The current word being completed.
WordBase - Interface in org.graalvm.word
The root of the interface hierarchy for machine-word-sized values.
WORDCHARS - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
wordCursor() - Method in class org.graalvm.shadowed.org.jline.reader.impl.completer.ArgumentCompleter.ArgumentLine
 
wordCursor() - Method in interface org.graalvm.shadowed.org.jline.reader.ParsedLine
The cursor position within the current word.
WordFactory - Class in org.graalvm.word
Provides factory method to create machine-word-sized values.
wordIndex() - Method in class org.graalvm.shadowed.org.jline.reader.impl.completer.ArgumentCompleter.ArgumentLine
 
wordIndex() - Method in interface org.graalvm.shadowed.org.jline.reader.ParsedLine
The index of the current word in the list of words.
WordPointer - Interface in org.graalvm.nativeimage.c.type
A untyped C pointer to any machine-word-sized value, e.g., a pointer to another pointer or a pointer to a UnsignedWord or SignedWord value.
words() - Method in class org.graalvm.shadowed.org.jline.reader.impl.completer.ArgumentCompleter.ArgumentLine
 
words() - Method in interface org.graalvm.shadowed.org.jline.reader.ParsedLine
The list of words.
wrapAtEol - Variable in class org.graalvm.shadowed.org.jline.utils.Display
 
wrapMap(Map<K, V>) - Static method in interface org.graalvm.collections.EconomicMap
Wraps an existing Map as an EconomicMap.
write(byte) - Method in interface org.graalvm.nativeimage.c.type.CCharPointer
Writes the value at the pointer address.
write(int, byte) - Method in interface org.graalvm.nativeimage.c.type.CCharPointer
Writes the value of the array element with the specified index, treating the pointer as an array of the C type.
write(SignedWord, byte) - Method in interface org.graalvm.nativeimage.c.type.CCharPointer
Writes the value of the array element with the specified index, treating the pointer as an array of the C type.
write(CCharPointer) - Method in interface org.graalvm.nativeimage.c.type.CCharPointerPointer
Writes the value at the pointer address.
write(int, CCharPointer) - Method in interface org.graalvm.nativeimage.c.type.CCharPointerPointer
Writes the value of the array element with the specified index, treating the pointer as an array of the C type.
write(SignedWord, CCharPointer) - Method in interface org.graalvm.nativeimage.c.type.CCharPointerPointer
Writes the value of the array element with the specified index, treating the pointer as an array of the C type.
write(double) - Method in interface org.graalvm.nativeimage.c.type.CDoublePointer
Writes the value at the pointer address.
write(int, double) - Method in interface org.graalvm.nativeimage.c.type.CDoublePointer
Writes the value of the array element with the specified index, treating the pointer as an array of the C type.
write(SignedWord, double) - Method in interface org.graalvm.nativeimage.c.type.CDoublePointer
Writes the value of the array element with the specified index, treating the pointer as an array of the C type.
write(float) - Method in interface org.graalvm.nativeimage.c.type.CFloatPointer
Writes the value at the pointer address.
write(int, float) - Method in interface org.graalvm.nativeimage.c.type.CFloatPointer
Writes the value of the array element with the specified index, treating the pointer as an array of the C type.
write(SignedWord, float) - Method in interface org.graalvm.nativeimage.c.type.CFloatPointer
Writes the value of the array element with the specified index, treating the pointer as an array of the C type.
write(int) - Method in interface org.graalvm.nativeimage.c.type.CIntPointer
Writes the value at the pointer address.
write(int, int) - Method in interface org.graalvm.nativeimage.c.type.CIntPointer
Writes the value of the array element with the specified index, treating the pointer as an array of the C type.
write(SignedWord, int) - Method in interface org.graalvm.nativeimage.c.type.CIntPointer
Writes the value of the array element with the specified index, treating the pointer as an array of the C type.
write(CIntPointer) - Method in interface org.graalvm.nativeimage.c.type.CIntPointerPointer
Writes the value at the pointer address.
write(int, CIntPointer) - Method in interface org.graalvm.nativeimage.c.type.CIntPointerPointer
Writes the value of the array element with the specified index, treating the pointer as an array of the C type.
write(SignedWord, CIntPointer) - Method in interface org.graalvm.nativeimage.c.type.CIntPointerPointer
Writes the value of the array element with the specified index, treating the pointer as an array of the C type.
write(long) - Method in interface org.graalvm.nativeimage.c.type.CLongPointer
Writes the value at the pointer address.
write(int, long) - Method in interface org.graalvm.nativeimage.c.type.CLongPointer
Writes the value of the array element with the specified index, treating the pointer as an array of the C type.
write(SignedWord, long) - Method in interface org.graalvm.nativeimage.c.type.CLongPointer
Writes the value of the array element with the specified index, treating the pointer as an array of the C type.
write(short) - Method in interface org.graalvm.nativeimage.c.type.CShortPointer
Writes the value at the pointer address.
write(int, short) - Method in interface org.graalvm.nativeimage.c.type.CShortPointer
Writes the value of the array element with the specified index, treating the pointer as an array of the C type.
write(SignedWord, short) - Method in interface org.graalvm.nativeimage.c.type.CShortPointer
Writes the value of the array element with the specified index, treating the pointer as an array of the C type.
write(WordBase) - Method in interface org.graalvm.nativeimage.c.type.WordPointer
Writes the value at the pointer address.
write(int, WordBase) - Method in interface org.graalvm.nativeimage.c.type.WordPointer
Writes the value of the array element with the specified index, treating the pointer as an array of the C type.
write(SignedWord, WordBase) - Method in interface org.graalvm.nativeimage.c.type.WordPointer
Writes the value of the array element with the specified index, treating the pointer as an array of the C type.
write(int) - Method in interface org.graalvm.shadowed.org.jline.reader.Buffer
 
write(int, boolean) - Method in interface org.graalvm.shadowed.org.jline.reader.Buffer
 
write(CharSequence) - Method in interface org.graalvm.shadowed.org.jline.reader.Buffer
 
write(CharSequence, boolean) - Method in interface org.graalvm.shadowed.org.jline.reader.Buffer
 
write(Path, boolean) - Method in interface org.graalvm.shadowed.org.jline.reader.History
Write history to the file.
write(Path, boolean) - Method in class org.graalvm.shadowed.org.jline.reader.impl.history.DefaultHistory
 
write(char[], int, int) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsConsoleWriter
 
write(int) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
write(char[], int, int) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
write(String, int, int) - Method in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
write(int) - Method in class org.graalvm.shadowed.org.jline.utils.WriterOutputStream
 
write(byte[]) - Method in class org.graalvm.shadowed.org.jline.utils.WriterOutputStream
 
write(byte[], int, int) - Method in class org.graalvm.shadowed.org.jline.utils.WriterOutputStream
 
writeBufferByte(long, byte) - Method in class org.graalvm.polyglot.Value
Writes the given byte at the given byte offset from the start of the buffer.
writeBufferDouble(ByteOrder, long, double) - Method in class org.graalvm.polyglot.Value
Writes the given double in the given byte order at the given byte offset from the start of the buffer.
writeBufferFloat(ByteOrder, long, float) - Method in class org.graalvm.polyglot.Value
Writes the given float in the given byte order at the given byte offset from the start of the buffer.
writeBufferInt(ByteOrder, long, int) - Method in class org.graalvm.polyglot.Value
Writes the given int in the given byte order at the given byte offset from the start of the buffer.
writeBufferLong(ByteOrder, long, long) - Method in class org.graalvm.polyglot.Value
Writes the given long in the given byte order at the given byte offset from the start of the buffer.
writeBufferShort(ByteOrder, long, short) - Method in class org.graalvm.polyglot.Value
Writes the given short in the given byte order at the given byte offset from the start of the buffer.
writeByte(WordBase, byte, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeByte(int, byte, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeByte(WordBase, byte) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeByte(int, byte) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeChar(WordBase, char, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeChar(int, char, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeChar(WordBase, char) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeChar(int, char) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeConsole(char[], int) - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsConsoleWriter
 
writeDouble(WordBase, double, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeDouble(int, double, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeDouble(WordBase, double) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeDouble(int, double) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeFloat(WordBase, float, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeFloat(int, float, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeFloat(WordBase, float) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeFloat(int, float) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeInt(WordBase, int, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeInt(int, int, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeInt(WordBase, int) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeInt(int, int) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeLong(WordBase, long, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeLong(int, long, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeLong(WordBase, long) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeLong(int, long) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeObject(WordBase, Object, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeObject(int, Object, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeObject(WordBase, Object) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeObject(int, Object) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writePreamble(PrintWriter) - Method in interface org.graalvm.nativeimage.c.CHeader.Header
Writes a preamble after the dependencies and before the list of included methods.
writer - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
writer() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.AbstractWindowsTerminal
 
writer() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.DumbTerminal
 
writer() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.LineDisciplineTerminal
 
writer() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.PosixPtyTerminal
 
writer - Variable in class org.graalvm.shadowed.org.jline.terminal.impl.PosixSysTerminal
 
writer() - Method in class org.graalvm.shadowed.org.jline.terminal.impl.PosixSysTerminal
 
WriterOutputStream - Class in org.graalvm.shadowed.org.jline.utils
Redirects an OutputStream to a Writer by decoding the data using the specified Charset.
WriterOutputStream(Writer, Charset) - Constructor for class org.graalvm.shadowed.org.jline.utils.WriterOutputStream
 
WriterOutputStream(Writer, CharsetDecoder) - Constructor for class org.graalvm.shadowed.org.jline.utils.WriterOutputStream
 
writeShort(WordBase, short, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeShort(int, short, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeShort(WordBase, short) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeShort(int, short) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeWord(WordBase, WordBase, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeWord(int, WordBase, LocationIdentity) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeWord(WordBase, WordBase) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeWord(int, WordBase) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset).
writeWordVolatile(int, WordBase) - Method in interface org.graalvm.word.Pointer
Writes the memory at address (this + offset) in accordance with the volatile semantics.

X

xor(SignedWord) - Method in interface org.graalvm.word.SignedWord
Returns a Signed whose value is (this ^ val).
xor(int) - Method in interface org.graalvm.word.SignedWord
Returns a Signed whose value is (this ^ val).
xor(UnsignedWord) - Method in interface org.graalvm.word.UnsignedWord
Returns a Unsigned whose value is (this ^ val).
xor(int) - Method in interface org.graalvm.word.UnsignedWord
Returns a Unsigned whose value is (this ^ val).
XTERM_INITC - Static variable in class org.graalvm.shadowed.org.jline.utils.ColorPalette
 

Y

YANK - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
YANK_POP - Static variable in interface org.graalvm.shadowed.org.jline.reader.LineReader
 
YELLOW - Static variable in class org.graalvm.shadowed.org.jline.utils.AnsiWriter
 
YELLOW - Static variable in class org.graalvm.shadowed.org.jline.utils.AttributedStyle
 

Z

zero() - Static method in class org.graalvm.word.WordFactory
The constant 0, i.e., the word with no bits set.
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 
Skip navigation links
GraalVM SDK Java API Reference
24.1.0-dev

4572e94e98da5b61c392f7ca6960a6818df863db

Copyright © 2012, 2024, Oracle and/or its affiliates. All rights reserved.