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 ReadOnlyAstArray
ReadOnlyAstNode.asArray()
default ReadOnlyAstArray
ReadOnlyAstArray.getArray
(int index) Return the ith element of the array as a JsonArray.default ReadOnlyAstArray
Return the element as a JsonArray.protected ReadOnlyAstArray
ReadOnlyAstArrayWrapper.getWrappedArray()
ReadOnlyAstObject.keys()
All keys of the object.ReadOnlyAstObjectWrapper.keys()
ReadOnlyMergedAstObject.keys()
static ReadOnlyAstArray
AST.listToReadOnlyAstArray
(List<?> keys) static ReadOnlyAstArray
AST.objectsToReadOnlyAstArray
(Object... objects) static ReadOnlyAstArray
AST.parseArray
(String text, String format) Methods in dev.webfx.platform.ast with parameters of type ReadOnlyAstArrayModifier and TypeMethodDescriptionstatic List
AST.astArrayToList
(ReadOnlyAstArray a) static AstArray
AST.cloneArray
(ReadOnlyAstArray array, AstFactoryProvider factory) static String
AST.formatArray
(ReadOnlyAstArray astArray, String format) static AstObject
AST.mergeInto
(ReadOnlyAstObject src, AstObject dst, ReadOnlyAstArray keys) static AstArray
AST.nativeArray
(ReadOnlyAstArray array, NativeAstFactoryProvider factory) static Object
AST.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 Object
AST.unwrapNativeArray
(ReadOnlyAstArray array, NativeAstFactoryProvider factory) AstCloneVisitor.visitAstArray
(ReadOnlyAstArray array) AstVisitor.visitAstArray
(ReadOnlyAstArray array) protected Object
AstCloneVisitor.visitIndexedValue
(Object value, int keyIndex, int keyCount, ReadOnlyAstArray array) protected Object
AstVisitor.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 ReadOnlyAstArray
Json.parseArray
(String text) static ReadOnlyAstArray
Json.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) boolean
VertxAstFactoryProvider.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 ReadOnlyAstArray
NativeAstArray.getArray
(int index) Return the ith element of the array as a JsonArray.default ReadOnlyAstArray
NativeAstFactoryProvider.nativeToReadOnlyAstArray
(Object nativeArray) Methods in dev.webfx.platform.ast.spi.factory.nativeast with parameters of type ReadOnlyAstArrayModifier and TypeMethodDescriptionNativeAstFactoryProvider.astToNativeArray
(ReadOnlyAstArray astArrayFromThisFactory) boolean
NativeAstFactoryProvider.isAstArrayFromThisFactory
(ReadOnlyAstArray astArray) default NativeAstArray
NativeAstArray.push
(ReadOnlyAstArray array) Set a given index to the given array.default NativeAstArray
NativeAstArray.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 String
AstFormatterProvider.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 ReadOnlyAstArray
AstParserProvider.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)