Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/apex_core/ast/values.ts>EnumValue

JavaScript / Node.js support for the Apex language
Go to Latest
class EnumValue
implements Value
extends AbstractNode
import { EnumValue } from "https://deno.land/x/apex_core@v0.1.0/ast/values.ts";

Constructors

new
EnumValue(loc: Location | undefined, value: string)

Properties

value: string