Skip to main content
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.