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

x/apex_core/ast/mod.ts>AbstractNode#accept

JavaScript / Node.js support for the Apex language
Go to Latest
method AbstractNode.prototype.accept
Re-export
import { AbstractNode } from "https://deno.land/x/apex_core@v0.1.3/ast/mod.ts";

Parameters

_context: Context
_visitor: Visitor