Uses of Interface
com.aquima.interactions.java_cup.Scanner
Packages that use Scanner
Package
Description
-
Uses of Scanner in com.aquima.interactions.expressions.r7.parser
Classes in com.aquima.interactions.expressions.r7.parser that implement ScannerModifier and TypeClassDescriptionclass
This class is a scanner generated by JFlex 1.4.3 on 08-04-2025 11:27 from the specification file D:/Tools/jenkins/workspace/03-BQ-documentation-jdk17/Runtime/sdk/blueriq-sdk-expressions/src/main/jflex/expr-r7.flexConstructors in com.aquima.interactions.expressions.r7.parser with parameters of type ScannerModifierConstructorDescriptionConstructor which sets the default scanner.ParserR7
(Scanner s, SymbolFactory sf) Constructor which sets the default scanner. -
Uses of Scanner in com.aquima.interactions.expressions.tsl.parse
Classes in com.aquima.interactions.expressions.tsl.parse that implement ScannerModifier and TypeClassDescriptionclass
This class is a scanner generated by JFlex 1.4.3 on 08-04-2025 11:27 from the specification file D:/Tools/jenkins/workspace/03-BQ-documentation-jdk17/Runtime/sdk/blueriq-sdk-expressions/src/main/jflex/tsl.flexConstructors in com.aquima.interactions.expressions.tsl.parse with parameters of type ScannerModifierConstructorDescriptionConstructor which sets the default scanner.TslParser
(Scanner s, SymbolFactory sf) Constructor which sets the default scanner. -
Uses of Scanner in com.aquima.interactions.java_cup
Methods in com.aquima.interactions.java_cup that return ScannerModifier and TypeMethodDescriptionlr_parser.getScanner()
Simple accessor method to get the default scanner.Methods in com.aquima.interactions.java_cup with parameters of type ScannerModifier and TypeMethodDescriptionvoid
lr_parser.setScanner
(Scanner s) Simple accessor method to set the default scanner.Constructors in com.aquima.interactions.java_cup with parameters of type ScannerModifierConstructorDescriptionConstructor that sets the default scanner.lr_parser
(Scanner s, SymbolFactory symfac) Constructor that sets the default scanner and a SymbolFactory