Deprecated API
Contents
-
Deprecated MethodsMethodDescription
OptionValuesshould 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.
-
Deprecated Constructors