Uses of Interface
java_cup.runtime.Scanner
Packages that use Scanner
-
Uses of Scanner in java_cup.runtime
Classes in java_cup.runtime that implement ScannerMethods in java_cup.runtime that return ScannerModifier and TypeMethodDescriptionlr_parser.getScanner()Simple accessor method to get the default scanner.Methods in java_cup.runtime with parameters of type ScannerModifier and TypeMethodDescriptionvoidlr_parser.setScanner(Scanner s) Simple accessor method to set the default scanner.Constructors in java_cup.runtime with parameters of type ScannerModifierConstructorDescriptionDeprecated.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