Skip to main content
Module

x/apex_core/index.ts>ast.Location

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

Constructors

new
Location(
start: number,
end: number,
source: Source,
)

Properties

end: number
source: Source
start: number