Skip to main content
Module

x/apex_core/ast/mod.ts>Annotation

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

Constructors

new
Annotation(
loc: Location | undefined,
name: Name,
args?: Argument[],
)

Properties

arguments: Argument[]
name: Name

Methods

accept(context: Context, visitor: Visitor): void
convert<T>(): T