Skip to main content
Module

x/apex_core/mod.ts>ast.ParameterDefinition

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

Constructors

new
ParameterDefinition(
loc: Location | undefined,
name: Name,
desc: StringValue | undefined,
type: Type,
defaultVal: Value | undefined,
annotations: Annotation[],
)

Methods

accept(context: Context, visitor: Visitor): void

Constructors

new
ParameterDefinition(
loc: Location | undefined,
name: Name,
desc: StringValue | undefined,
type: Type,
defaultVal: Value | undefined,
annotations: Annotation[],
)

Methods

accept(context: Context, visitor: Visitor): void