Uses of Interface
dev.webfx.platform.ast.spi.factory.nativeast.NativeAstFactoryProvider
Packages that use NativeAstFactoryProvider
Package
Description
-
Uses of NativeAstFactoryProvider in dev.webfx.platform.ast
Fields in dev.webfx.platform.ast declared as NativeAstFactoryProviderMethods in dev.webfx.platform.ast with parameters of type NativeAstFactoryProviderModifier and TypeMethodDescriptionstatic AstArrayAST.nativeArray(ReadOnlyAstArray array, NativeAstFactoryProvider factory) static AstObjectAST.nativeObject(ReadOnlyAstObject astObject, NativeAstFactoryProvider factory) static ObjectAST.nativePlatformArray(ReadOnlyAstArray array, NativeAstFactoryProvider factory) static ObjectAST.nativePlatformObject(ReadOnlyAstObject astObject, NativeAstFactoryProvider factory) static ObjectAST.unwrapNativeArray(ReadOnlyAstArray array, NativeAstFactoryProvider factory) static ObjectAST.unwrapNativeObject(ReadOnlyAstObject astObject, NativeAstFactoryProvider factory) -
Uses of NativeAstFactoryProvider in dev.webfx.platform.ast.spi.factory.impl.vertx
Classes in dev.webfx.platform.ast.spi.factory.impl.vertx that implement NativeAstFactoryProvider -
Uses of NativeAstFactoryProvider in dev.webfx.platform.ast.spi.factory.nativeast
Methods in dev.webfx.platform.ast.spi.factory.nativeast that return NativeAstFactoryProvider