All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.nawforce.runtime.parsers.antlr.BufferedTokenStream.scala Maven / Gradle / Ivy

/*
 * Copyright (c) 2021 FinancialForce.com, inc. All rights reserved
 */
package com.nawforce.runtime.parsers.antlr

import scala.scalajs.js
import scala.scalajs.js.annotation.JSImport

@js.native
@JSImport("antlr4ts", "BufferedTokenStream")
class BufferedTokenStream extends js.Object {
  def getHiddenTokensToRight(tokenIndex: Int): js.Array[Token] = js.native
  def getHiddenTokensToLeft(tokenIndex: Int): js.Array[Token]  = js.native
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy