Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/apex_core/rules/known_types.ts>KnownTypes

JavaScript / Node.js support for the Apex language
Latest
class KnownTypes
import { KnownTypes } from "https://deno.land/x/apex_core@v0.1.5/rules/known_types.ts";

Methods

private
checkType(
context: Context,
forName: string,
parentName: string,
t: Type,
)
handleOperation(context: Context): void
visitAlias(context: Context): void
visitFunctionAfter(context: Context): void
visitParameter(context: Context): void
visitTypeField(context: Context): void
visitUnion(context: Context): void