Skip to main content
Module

x/apex_core/mod.ts>ast.FieldDefinition

JavaScript / Node.js support for the Apex language
Go to Latest
class ast.FieldDefinition
Re-export
import { ast } from "https://deno.land/x/apex_core@v0.1.2/mod.ts";
const { FieldDefinition } = 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