Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/apex_core/lexer.ts>Lexer#lookahead

JavaScript / Node.js support for the Apex language
Latest
method Lexer.prototype.lookahead
import { Lexer } from "https://deno.land/x/apex_core@v0.1.5/lexer.ts";

Looks ahead and returns the next non-ignored token, but does not change the state of Lexer.