Uses of Interface
dev.webfx.platform.ast.spi.factory.nativeast.NativeAstArray
Packages that use NativeAstArray
-
Uses of NativeAstArray in dev.webfx.platform.ast.spi.factory.nativeast
Methods in dev.webfx.platform.ast.spi.factory.nativeast that return NativeAstArrayModifier and TypeMethodDescriptiondefault NativeAstArrayNativeAstArray.push(ReadOnlyAstArray array) Set a given index to the given array.default NativeAstArrayNativeAstArray.push(ReadOnlyAstObject object) Set a given index to the given object.default NativeAstArrayPushes the given element onto the end of the array.default NativeAstArrayNativeAstArray.pushScalar(Object scalar) Set a given index to the given element.default NativeAstArrayNativeAstArray.set(int index, ReadOnlyAstArray array) Set a given index to the given array.default NativeAstArrayNativeAstArray.set(int index, ReadOnlyAstObject object) Set a given index to the given object.default NativeAstArraySet a given index to the given value.default NativeAstArraySet a given index to the given scalar.