Uses of Interface
dev.webfx.platform.ast.AstArray
Packages that use AstArray
Package
Description
-
Uses of AstArray in dev.webfx.platform.ast
Methods in dev.webfx.platform.ast with type parameters of type AstArrayModifier and TypeMethodDescriptiondefault <T extends AstArray>
TAstArray.push(boolean value) Pushes the given boolean value onto the end of the array.default <T extends AstArray>
TAstArray.push(double value) Pushes the given double value onto the end of the array.default <T extends AstArray>
TAstArray.push(ReadOnlyAstArray array) Set a given index to the given array.default <T extends AstArray>
TAstArray.push(ReadOnlyAstObject object) Set a given index to the given object.<T extends AstArray>
TPushes the given element onto the end of the array.default <T extends AstArray>
TPushes the given boolean string onto the end of the array.default <T extends AstArray>
TAstArray.pushScalar(Object scalar) Set a given index to the given element.default <T extends AstArray>
TAstArray.set(int index, ReadOnlyAstArray array) Set a given index to the given array.default <T extends AstArray>
TAstArray.set(int index, ReadOnlyAstObject object) Set a given index to the given object.default <T extends AstArray>
TSet a given index to the given boolean.default <T extends AstArray>
TSet a given index to the given double.<T extends AstArray>
TSet a given index to the given value.default <T extends AstArray>
TSet a given index to the given string.default <T extends AstArray>
TSet a given index to the given scalar.Methods in dev.webfx.platform.ast that return AstArrayModifier and TypeMethodDescriptiondefault AstArrayAstNode.asArray()static AstArrayAST.cloneArray(ReadOnlyAstArray array, AstFactoryProvider factory) static AstArrayAST.createArray()static AstArrayAST.createArray(Object nativeObject) static <T> AstArrayAST.fromJavaArray(T[] javaArray) static AstArrayAST.nativeArray(ReadOnlyAstArray array, NativeAstFactoryProvider factory) -
Uses of AstArray in dev.webfx.platform.ast.spi.factory
Methods in dev.webfx.platform.ast.spi.factory that return AstArray -
Uses of AstArray in dev.webfx.platform.ast.spi.factory.impl.generic
Classes in dev.webfx.platform.ast.spi.factory.impl.generic that implement AstArrayMethods in dev.webfx.platform.ast.spi.factory.impl.generic with type parameters of type AstArrayMethods in dev.webfx.platform.ast.spi.factory.impl.generic that return AstArrayModifier and TypeMethodDescriptionGenericAstFactoryProvider.createArray()ListMapAstFactoryProvider.createArray() -
Uses of AstArray in dev.webfx.platform.ast.spi.factory.impl.vertx
Methods in dev.webfx.platform.ast.spi.factory.impl.vertx that return AstArray -
Uses of AstArray in dev.webfx.platform.ast.spi.factory.nativeast
Subinterfaces of AstArray in dev.webfx.platform.ast.spi.factory.nativeastMethods in dev.webfx.platform.ast.spi.factory.nativeast that return AstArrayModifier and TypeMethodDescriptiondefault AstArrayNativeAstFactoryProvider.createArray()default AstArrayReturn the element as a JsonArray.NativeAstFactoryProvider.nativeToAstArray(Object nativeArray)