Skip to main content
Module

x/apex_core/ast.ts>ParameterDefinition

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

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