Deprecated API
Contents
-
MethodDescriptionUse
RuntimeReflection.register(Field...)
instead. ParametersfinalIsWritable
andallowUnsafeAccess
no longer serve a purpose.UseRuntimeReflection.register(Field...)
instead. ParameterfinalIsWritable
no longer serves a purpose.OptionValues
should be read-only. If the value of an option needs to be altered after options are set, then the new value should be stored in the language's context or instrument fields and read from there.If a file system was previously set useallowIO(IOAccess.newBuilder().fileSystem(fileSystem).build())
.useContext.Builder.allowHostClassLookup(Predicate)
instead.useSource.getReader()
,Source.getCharacters()
orSource.getBytes()
instead. The implementation is inefficient and can not distinguish byte and character based sources.useSourceSection.getCharacters()
instead.