Uses of Interface
java_cup.runtime.Scanner
-
Packages that use Scanner Package Description java_cup.runtime -
-
Uses of Scanner in java_cup.runtime
Classes in java_cup.runtime that implement Scanner Modifier and Type Class Description class
ScannerBuffer
Methods in java_cup.runtime that return Scanner Modifier and Type Method Description Scanner
lr_parser. getScanner()
Simple accessor method to get the default scanner.Methods in java_cup.runtime with parameters of type Scanner Modifier and Type Method Description void
lr_parser. setScanner(Scanner s)
Simple accessor method to set the default scanner.Constructors in java_cup.runtime with parameters of type Scanner Constructor Description lr_parser(Scanner s)
Deprecated.lr_parser(Scanner s, SymbolFactory symfac)
Constructor that sets the default scanner and a SymbolFactoryScannerBuffer(Scanner inner)
Wraps around a custom scanner and stores all so far produced tokens in a buffer
-