Skip to main content
Module

x/apex_core/index.ts>ast.Stream

JavaScript / Node.js support for the Apex language
Latest
class ast.Stream
implements Type
extends AbstractNode
import { ast } from "https://deno.land/x/apex_core@v0.1.5/index.ts";
const { Stream } = ast;

Constructors

new
Stream(loc: Location | undefined, type: Type)

Properties

type: Type

Methods

string(): string