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 AstArray
AST.nativeArray
(ReadOnlyAstArray array, NativeAstFactoryProvider factory) static AstObject
AST.nativeObject
(ReadOnlyAstObject astObject, NativeAstFactoryProvider factory) static Object
AST.nativePlatformArray
(ReadOnlyAstArray array, NativeAstFactoryProvider factory) static Object
AST.nativePlatformObject
(ReadOnlyAstObject astObject, NativeAstFactoryProvider factory) static Object
AST.unwrapNativeArray
(ReadOnlyAstArray array, NativeAstFactoryProvider factory) static Object
AST.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