Skip to main content
Module

x/apex_core/index.ts>apex.ast.FieldDefinition

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

Constructors

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

Methods

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

Constructors

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

Methods

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