Skip to main content
Module

x/apex_core/ast.ts>InterfaceDefinition

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

Constructors

new
InterfaceDefinition(
loc: Location | undefined,
name: Name,
desc?: StringValue,
annotations?: Annotation[],
)

Properties

annotations: Annotation[]
optional
description: StringValue
name: Name
operations: OperationDefinition[]

Methods

accept(context: Context, visitor: Visitor): void
annotation(name: string, callback?: (annotation: Annotation) => void): Annotation | undefined

Constructors

new
InterfaceDefinition(
loc: Location | undefined,
name: Name,
desc?: StringValue,
annotations?: Annotation[],
)

Properties

annotations: Annotation[]
optional
description: StringValue
name: Name
operations: OperationDefinition[]

Methods

accept(context: Context, visitor: Visitor): void
annotation(name: string, callback?: (annotation: Annotation) => void): Annotation | undefined