Skip to main content
Module

x/apex_core/ast/location.ts>Location

JavaScript / Node.js support for the Apex language
Go to Latest
class Location
import { Location } from "https://deno.land/x/apex_core@v0.1.0/ast/location.ts";

Constructors

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

Properties

end: number
source: Source
start: number