Uses of Interface
dev.webfx.platform.ast.ReadOnlyAstObject
Packages that use ReadOnlyAstObject
Package
Description
-
Uses of ReadOnlyAstObject in dev.webfx.platform.ast
Subinterfaces of ReadOnlyAstObject in dev.webfx.platform.astClasses in dev.webfx.platform.ast that implement ReadOnlyAstObjectModifier and TypeClassDescriptionclassfinal classclassfinal classMethods in dev.webfx.platform.ast that return ReadOnlyAstObjectModifier and TypeMethodDescriptiondefault ReadOnlyAstObjectReadOnlyAstNode.asObject()static ReadOnlyAstObjectAST.createReadOnlySingleKeyAstObject(String singleKey, Object singleValue) default ReadOnlyAstObjectReadOnlyAstArray.getObject(int index) Return the ith element of the array as a JsonObject.default ReadOnlyAstObjectReturn the element as a JsonObject.protected ReadOnlyAstObjectReadOnlyAstObjectWrapper.getWrappedObject()static ReadOnlyAstObjectAST.lookupObject(ReadOnlyAstObject astObject, String path) static ReadOnlyAstObjectAST.mapToReadOnlyAstObject(Map<Object, Object> map, boolean dotKeys, boolean convertMapsToObjects) static ReadOnlyAstObjectAST.mergeAstObjects(ReadOnlyAstObject... astObjects) static ReadOnlyAstObjectAST.parseObject(String text, String format) static ReadOnlyAstObjectAST.prefixObject(String prefixPath, ReadOnlyAstObject astObject) Methods in dev.webfx.platform.ast with parameters of type ReadOnlyAstObjectModifier and TypeMethodDescriptionstatic MapAST.astObjectToMap(ReadOnlyAstObject o) static AstObjectAST.cloneObject(ReadOnlyAstObject astObject, AstFactoryProvider factory) static StringAST.formatObject(ReadOnlyAstObject astObject, String format) static ReadOnlyAstObjectAST.lookupObject(ReadOnlyAstObject astObject, String path) static StringAST.lookupString(ReadOnlyAstObject astObject, String path) static ReadOnlyAstObjectAST.mergeAstObjects(ReadOnlyAstObject... astObjects) static AstObjectAST.mergeInto(ReadOnlyAstObject src, AstObject dst) static AstObjectAST.mergeInto(ReadOnlyAstObject src, AstObject dst, ReadOnlyAstArray keys) static AstObjectAST.nativeObject(ReadOnlyAstObject astObject, NativeAstFactoryProvider factory) static ObjectAST.nativePlatformObject(ReadOnlyAstObject astObject, NativeAstFactoryProvider factory) static ReadOnlyAstObjectAST.prefixObject(String prefixPath, ReadOnlyAstObject astObject) default <T extends AstArray>
TAstArray.push(ReadOnlyAstObject object) Set a given index to the given object.default <T extends AstArray>
TAstArray.set(int index, ReadOnlyAstObject object) Set a given index to the given object.default <T extends AstObject>
TAstObject.setObject(String key, ReadOnlyAstObject object) Set a given key to the given object.static ObjectAST.unwrapNativeObject(ReadOnlyAstObject astObject, NativeAstFactoryProvider factory) AstCloneVisitor.visitAstObject(ReadOnlyAstObject astObject) AstVisitor.visitAstObject(ReadOnlyAstObject astObject) protected ObjectAstCloneVisitor.visitKeyValue(String key, Object value, int keyIndex, int keyCount, ReadOnlyAstObject astObject) protected ObjectAstVisitor.visitKeyValue(String key, Object value, int keyIndex, int keyCount, ReadOnlyAstObject astObject) Constructors in dev.webfx.platform.ast with parameters of type ReadOnlyAstObjectModifierConstructorDescriptionImmutableAstObject(ReadOnlyAstObject wrappedObject) ReadOnlyAstObjectWrapper(ReadOnlyAstObject wrappedObject) ReadOnlyMergedAstObject(boolean deepMerge, ReadOnlyAstObject... astObjectsToMerge) -
Uses of ReadOnlyAstObject in dev.webfx.platform.ast.json
Methods in dev.webfx.platform.ast.json that return ReadOnlyAstObjectModifier and TypeMethodDescriptionstatic ReadOnlyAstObjectJson.parseObject(String text) static ReadOnlyAstObjectJson.parseObjectSilently(String text) -
Uses of ReadOnlyAstObject in dev.webfx.platform.ast.json.formatter
Methods in dev.webfx.platform.ast.json.formatter with parameters of type ReadOnlyAstObject -
Uses of ReadOnlyAstObject in dev.webfx.platform.ast.json.parser
Methods in dev.webfx.platform.ast.json.parser that return ReadOnlyAstObject -
Uses of ReadOnlyAstObject in dev.webfx.platform.ast.spi.factory.impl.generic
Classes in dev.webfx.platform.ast.spi.factory.impl.generic that implement ReadOnlyAstObject -
Uses of ReadOnlyAstObject in dev.webfx.platform.ast.spi.factory.impl.vertx
Methods in dev.webfx.platform.ast.spi.factory.impl.vertx with parameters of type ReadOnlyAstObjectModifier and TypeMethodDescriptionVertxAstFactoryProvider.astToNativeObject(ReadOnlyAstObject astObjectFromThisFactory) booleanVertxAstFactoryProvider.isAstObjectFromThisFactory(ReadOnlyAstObject astObject) -
Uses of ReadOnlyAstObject in dev.webfx.platform.ast.spi.factory.nativeast
Subinterfaces of ReadOnlyAstObject in dev.webfx.platform.ast.spi.factory.nativeastMethods in dev.webfx.platform.ast.spi.factory.nativeast that return ReadOnlyAstObjectModifier and TypeMethodDescriptiondefault ReadOnlyAstObjectNativeAstArray.getObject(int index) Return the ith element of the array as a JsonObject.default ReadOnlyAstObjectNativeAstFactoryProvider.nativeToReadOnlyAstObject(Object nativeObject) Methods in dev.webfx.platform.ast.spi.factory.nativeast with parameters of type ReadOnlyAstObjectModifier and TypeMethodDescriptionNativeAstFactoryProvider.astToNativeObject(ReadOnlyAstObject astObjectFromThisFactory) booleanNativeAstFactoryProvider.isAstObjectFromThisFactory(ReadOnlyAstObject astObject) default NativeAstArrayNativeAstArray.push(ReadOnlyAstObject object) Set a given index to the given object.default NativeAstArrayNativeAstArray.set(int index, ReadOnlyAstObject object) Set a given index to the given object.default <T extends AstObject>
TNativeAstObject.setObject(String key, ReadOnlyAstObject object) Set a given key to the given object. -
Uses of ReadOnlyAstObject in dev.webfx.platform.ast.spi.formatter
Methods in dev.webfx.platform.ast.spi.formatter with parameters of type ReadOnlyAstObjectModifier and TypeMethodDescriptiondefault StringAstFormatterProvider.formatObject(ReadOnlyAstObject astObject) -
Uses of ReadOnlyAstObject in dev.webfx.platform.ast.spi.parser
Methods in dev.webfx.platform.ast.spi.parser that return ReadOnlyAstObjectModifier and TypeMethodDescriptiondefault ReadOnlyAstObjectAstParserProvider.parseObject(String text) -
Uses of ReadOnlyAstObject in dev.webfx.platform.ast.spi.parser.impl.properties
Methods in dev.webfx.platform.ast.spi.parser.impl.properties that return ReadOnlyAstObject -
Uses of ReadOnlyAstObject in dev.webfx.platform.ast.yaml
Methods in dev.webfx.platform.ast.yaml that return ReadOnlyAstObject -
Uses of ReadOnlyAstObject in dev.webfx.platform.ast.yaml.parser
Methods in dev.webfx.platform.ast.yaml.parser that return ReadOnlyAstObject -
Uses of ReadOnlyAstObject in dev.webfx.platform.conf
Subinterfaces of ReadOnlyAstObject in dev.webfx.platform.conf -
Uses of ReadOnlyAstObject in dev.webfx.platform.conf.impl
Classes in dev.webfx.platform.conf.impl that implement ReadOnlyAstObjectConstructors in dev.webfx.platform.conf.impl with parameters of type ReadOnlyAstObjectModifierConstructorDescriptionChildConfig(Config parentConfig, ReadOnlyAstObject childAstObject) ConfigImpl(ReadOnlyAstObject configAstObject, Config parentConfig) RootConfig(ReadOnlyAstObject rootAstObject) -
Uses of ReadOnlyAstObject in dev.webfx.platform.fetch.json
Methods in dev.webfx.platform.fetch.json that return types with arguments of type ReadOnlyAstObjectModifier and TypeMethodDescriptionstatic Future<ReadOnlyAstObject>JsonFetch.fetchJsonObject(String url) static Future<ReadOnlyAstObject>JsonFetch.fetchJsonObject(String url, FetchOptions fetchOptions) -
Uses of ReadOnlyAstObject in dev.webfx.platform.windowhistory.spi
Methods in dev.webfx.platform.windowhistory.spi with parameters of type ReadOnlyAstObjectModifier and TypeMethodDescriptionBrowsingHistory.createHistoryLocation(String path, ReadOnlyAstObject state) BrowsingHistory.createPathStateLocation(String path, ReadOnlyAstObject state) default voidBrowsingHistory.push(String path, ReadOnlyAstObject state) Push a new entry onto the history stack.default voidBrowsingHistory.replace(String path, ReadOnlyAstObject state) Replace the current entry on the history stack. -
Uses of ReadOnlyAstObject in dev.webfx.platform.windowhistory.spi.impl
Methods in dev.webfx.platform.windowhistory.spi.impl with parameters of type ReadOnlyAstObjectModifier and TypeMethodDescriptionBrowsingHistoryBase.createHistoryLocation(String path, ReadOnlyAstObject state) BrowsingHistoryBase.createPathStateLocation(String path, ReadOnlyAstObject state)