UNPKG

@abaplint/transpiler

Version:
9 lines (8 loc) 361 B
import { Nodes } from "@abaplint/core"; import { IExpressionTranspiler } from "./_expression_transpiler"; import { Traversal } from "../traversal"; import { Chunk } from "../chunk"; export declare class NewObjectTranspiler implements IExpressionTranspiler { transpile(node: Nodes.ExpressionNode, traversal: Traversal): Chunk; private findConstructor; }