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 NativeAstArray
NativeAstArray.push
(ReadOnlyAstArray array) Set a given index to the given array.default NativeAstArray
NativeAstArray.push
(ReadOnlyAstObject object) Set a given index to the given object.default NativeAstArray
Pushes the given element onto the end of the array.default NativeAstArray
NativeAstArray.pushScalar
(Object scalar) Set a given index to the given element.default NativeAstArray
NativeAstArray.set
(int index, ReadOnlyAstArray array) Set a given index to the given array.default NativeAstArray
NativeAstArray.set
(int index, ReadOnlyAstObject object) Set a given index to the given object.default NativeAstArray
Set a given index to the given value.default NativeAstArray
Set a given index to the given scalar.