Skip to main content
Module

x/apex_core/index.ts>ast.Name

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

Constructors

new
Name(doc: Location | undefined, value: string)

Properties

value: string