@abaplint/transpiler
Version:
10 lines (9 loc) • 393 B
TypeScript
import * as abaplint from "@abaplint/core";
import { IStructureTranspiler } from "./_structure_transpiler";
import { Traversal } from "../traversal";
import { Chunk } from "../chunk";
export declare class InterfaceTranspiler implements IStructureTranspiler {
transpile(node: abaplint.Nodes.StructureNode, traversal: Traversal): Chunk;
private buildTypes;
private buildConstants;
}