Uses of Interface
dev.webfx.platform.ast.ReadOnlyAstArray
Packages that use ReadOnlyAstArray
Package
Description
-
Uses of ReadOnlyAstArray in dev.webfx.platform.ast
Subinterfaces of ReadOnlyAstArray in dev.webfx.platform.astClasses in dev.webfx.platform.ast that implement ReadOnlyAstArrayMethods in dev.webfx.platform.ast that return ReadOnlyAstArrayModifier and TypeMethodDescriptiondefault ReadOnlyAstArrayReadOnlyAstNode.asArray()default ReadOnlyAstArrayReadOnlyAstArray.getArray(int index) Return the ith element of the array as a JsonArray.default ReadOnlyAstArrayReturn the element as a JsonArray.protected ReadOnlyAstArrayReadOnlyAstArrayWrapper.getWrappedArray()ReadOnlyAstObject.keys()All keys of the object.ReadOnlyAstObjectWrapper.keys()ReadOnlyMergedAstObject.keys()static ReadOnlyAstArrayAST.listToReadOnlyAstArray(List<?> keys) static ReadOnlyAstArrayAST.objectsToReadOnlyAstArray(Object... objects) static ReadOnlyAstArrayAST.parseArray(String text, String format) Methods in dev.webfx.platform.ast with parameters of type ReadOnlyAstArrayModifier and TypeMethodDescriptionstatic ListAST.astArrayToList(ReadOnlyAstArray a) static AstArrayAST.cloneArray(ReadOnlyAstArray array, AstFactoryProvider factory) static StringAST.formatArray(ReadOnlyAstArray astArray, String format) static AstObjectAST.mergeInto(ReadOnlyAstObject src, AstObject dst, ReadOnlyAstArray keys) static AstArrayAST.nativeArray(ReadOnlyAstArray array, NativeAstFactoryProvider factory) static ObjectAST.nativePlatformArray(ReadOnlyAstArray array, NativeAstFactoryProvider factory) default <T extends AstArray>
TAstArray.push(ReadOnlyAstArray array) Set a given index to the given array.default <T extends AstArray>
TAstArray.set(int index, ReadOnlyAstArray array) Set a given index to the given array.default <T extends AstObject>
TAstObject.setArray(String key, ReadOnlyAstArray array) Set a given key to the given array.static Object[]AST.toJavaArray(ReadOnlyAstArray jsonArray) static ObjectAST.unwrapNativeArray(ReadOnlyAstArray array, NativeAstFactoryProvider factory) AstCloneVisitor.visitAstArray(ReadOnlyAstArray array) AstVisitor.visitAstArray(ReadOnlyAstArray array) protected ObjectAstCloneVisitor.visitIndexedValue(Object value, int keyIndex, int keyCount, ReadOnlyAstArray array) protected ObjectAstVisitor.visitIndexedValue(Object value, int keyIndex, int keyCount, ReadOnlyAstArray array) Constructors in dev.webfx.platform.ast with parameters of type ReadOnlyAstArray -
Uses of ReadOnlyAstArray in dev.webfx.platform.ast.json
Methods in dev.webfx.platform.ast.json that return ReadOnlyAstArrayModifier and TypeMethodDescriptionstatic ReadOnlyAstArrayJson.parseArray(String text) static ReadOnlyAstArrayJson.parseArraySilently(String text) Methods in dev.webfx.platform.ast.json with parameters of type ReadOnlyAstArray -
Uses of ReadOnlyAstArray in dev.webfx.platform.ast.json.formatter
Methods in dev.webfx.platform.ast.json.formatter with parameters of type ReadOnlyAstArray -
Uses of ReadOnlyAstArray in dev.webfx.platform.ast.json.parser
Methods in dev.webfx.platform.ast.json.parser that return ReadOnlyAstArray -
Uses of ReadOnlyAstArray in dev.webfx.platform.ast.spi.factory.impl.generic
Classes in dev.webfx.platform.ast.spi.factory.impl.generic that implement ReadOnlyAstArrayMethods in dev.webfx.platform.ast.spi.factory.impl.generic that return ReadOnlyAstArray -
Uses of ReadOnlyAstArray in dev.webfx.platform.ast.spi.factory.impl.vertx
Methods in dev.webfx.platform.ast.spi.factory.impl.vertx with parameters of type ReadOnlyAstArrayModifier and TypeMethodDescriptionVertxAstFactoryProvider.astToNativeArray(ReadOnlyAstArray astArrayFromThisFactory) booleanVertxAstFactoryProvider.isAstArrayFromThisFactory(ReadOnlyAstArray astArray) -
Uses of ReadOnlyAstArray in dev.webfx.platform.ast.spi.factory.nativeast
Subinterfaces of ReadOnlyAstArray in dev.webfx.platform.ast.spi.factory.nativeastMethods in dev.webfx.platform.ast.spi.factory.nativeast that return ReadOnlyAstArrayModifier and TypeMethodDescriptiondefault ReadOnlyAstArrayNativeAstArray.getArray(int index) Return the ith element of the array as a JsonArray.default ReadOnlyAstArrayNativeAstFactoryProvider.nativeToReadOnlyAstArray(Object nativeArray) Methods in dev.webfx.platform.ast.spi.factory.nativeast with parameters of type ReadOnlyAstArrayModifier and TypeMethodDescriptionNativeAstFactoryProvider.astToNativeArray(ReadOnlyAstArray astArrayFromThisFactory) booleanNativeAstFactoryProvider.isAstArrayFromThisFactory(ReadOnlyAstArray astArray) default NativeAstArrayNativeAstArray.push(ReadOnlyAstArray array) Set a given index to the given array.default NativeAstArrayNativeAstArray.set(int index, ReadOnlyAstArray array) Set a given index to the given array.default <T extends AstObject>
TNativeAstObject.setArray(String key, ReadOnlyAstArray array) Set a given key to the given array. -
Uses of ReadOnlyAstArray in dev.webfx.platform.ast.spi.formatter
Methods in dev.webfx.platform.ast.spi.formatter with parameters of type ReadOnlyAstArrayModifier and TypeMethodDescriptiondefault StringAstFormatterProvider.formatArray(ReadOnlyAstArray astArray) -
Uses of ReadOnlyAstArray in dev.webfx.platform.ast.spi.parser
Methods in dev.webfx.platform.ast.spi.parser that return ReadOnlyAstArrayModifier and TypeMethodDescriptiondefault ReadOnlyAstArrayAstParserProvider.parseArray(String text) -
Uses of ReadOnlyAstArray in dev.webfx.platform.ast.spi.parser.impl.properties
Methods in dev.webfx.platform.ast.spi.parser.impl.properties that return ReadOnlyAstArray -
Uses of ReadOnlyAstArray in dev.webfx.platform.ast.yaml
Methods in dev.webfx.platform.ast.yaml that return ReadOnlyAstArray -
Uses of ReadOnlyAstArray in dev.webfx.platform.ast.yaml.parser
Methods in dev.webfx.platform.ast.yaml.parser that return ReadOnlyAstArray -
Uses of ReadOnlyAstArray in dev.webfx.platform.conf.impl
Classes in dev.webfx.platform.conf.impl that implement ReadOnlyAstArrayConstructors in dev.webfx.platform.conf.impl with parameters of type ReadOnlyAstArray -
Uses of ReadOnlyAstArray in dev.webfx.platform.fetch.json
Methods in dev.webfx.platform.fetch.json that return types with arguments of type ReadOnlyAstArrayModifier and TypeMethodDescriptionstatic Future<ReadOnlyAstArray>JsonFetch.fetchJsonArray(String url) static Future<ReadOnlyAstArray>JsonFetch.fetchJsonArray(String url, FetchOptions fetchOptions)