Uses of Interface
dev.webfx.platform.ast.AstObject
Packages that use AstObject
Package
Description
-
Uses of AstObject in dev.webfx.platform.ast
Classes in dev.webfx.platform.ast that implement AstObjectMethods in dev.webfx.platform.ast with type parameters of type AstObjectModifier and TypeMethodDescriptiondefault <T extends AstObject>
Tdefault <T extends AstObject>
Tdefault <T extends AstObject>
Tdefault <T extends AstObject>
T<T extends AstObject>
TSet a given key to the given value.default <T extends AstObject>
Tdefault <T extends AstObject>
T<T extends AstObject>
Tdefault <T extends AstObject>
TAstObject.setArray
(String key, ReadOnlyAstArray array) Set a given key to the given array.default <T extends AstObject>
TAstObject.setObject
(String key, ReadOnlyAstObject object) Set a given key to the given object.default <T extends AstObject>
TSet a given key to the given element.Methods in dev.webfx.platform.ast that return AstObjectModifier and TypeMethodDescriptiondefault AstObject
AstNode.asObject()
Removes the first instance of the given value from the list.static AstObject
AST.cloneObject
(ReadOnlyAstObject astObject, AstFactoryProvider factory) static AstObject
AST.createObject()
static AstObject
AST.createObject
(Object nativeObject) default AstObject
AstObjectWrapper.getWrappedObject()
static AstObject
AST.mergeInto
(ReadOnlyAstObject src, AstObject dst) static AstObject
AST.mergeInto
(ReadOnlyAstObject src, AstObject dst, ReadOnlyAstArray keys) static AstObject
AST.nativeObject
(ReadOnlyAstObject astObject, NativeAstFactoryProvider factory) Methods in dev.webfx.platform.ast with parameters of type AstObjectModifier and TypeMethodDescriptionstatic AstObject
AST.mergeInto
(ReadOnlyAstObject src, AstObject dst) static AstObject
AST.mergeInto
(ReadOnlyAstObject src, AstObject dst, ReadOnlyAstArray keys) Constructors in dev.webfx.platform.ast with parameters of type AstObject -
Uses of AstObject in dev.webfx.platform.ast.spi.factory
Methods in dev.webfx.platform.ast.spi.factory that return AstObject -
Uses of AstObject in dev.webfx.platform.ast.spi.factory.impl.generic
Classes in dev.webfx.platform.ast.spi.factory.impl.generic that implement AstObjectMethods in dev.webfx.platform.ast.spi.factory.impl.generic with type parameters of type AstObjectMethods in dev.webfx.platform.ast.spi.factory.impl.generic that return AstObjectModifier and TypeMethodDescriptionGenericAstFactoryProvider.createObject()
ListMapAstFactoryProvider.createObject()
-
Uses of AstObject in dev.webfx.platform.ast.spi.factory.impl.vertx
Methods in dev.webfx.platform.ast.spi.factory.impl.vertx that return AstObject -
Uses of AstObject in dev.webfx.platform.ast.spi.factory.nativeast
Subinterfaces of AstObject in dev.webfx.platform.ast.spi.factory.nativeastMethods in dev.webfx.platform.ast.spi.factory.nativeast with type parameters of type AstObjectModifier and TypeMethodDescriptiondefault <T extends AstObject>
TSet a given key to the given value.default <T extends AstObject>
TNativeAstObject.setArray
(String key, ReadOnlyAstArray array) Set a given key to the given array.default <T extends AstObject>
TNativeAstObject.setObject
(String key, ReadOnlyAstObject object) Set a given key to the given object.default <T extends AstObject>
TSet a given key to the given element.Methods in dev.webfx.platform.ast.spi.factory.nativeast that return AstObjectModifier and TypeMethodDescriptiondefault AstObject
NativeAstFactoryProvider.createObject()
default AstObject
Return the element as a JsonObject.NativeAstFactoryProvider.nativeToAstObject
(Object nativeObject)