Uses of Interface
com.scriptbasic.interfaces.LexicalAnalyzer
Packages that use LexicalAnalyzer
Package
Description
-
Uses of LexicalAnalyzer in com.scriptbasic.interfaces
Subinterfaces of LexicalAnalyzer in com.scriptbasic.interfacesModifier and TypeInterfaceDescriptioninterfaceA lexical analyzer that supports syntax analyzers that analyze line oriented language. -
Uses of LexicalAnalyzer in com.scriptbasic.lexer
Classes in com.scriptbasic.lexer that implement LexicalAnalyzer -
Uses of LexicalAnalyzer in com.scriptbasic.lexer.elements
Classes in com.scriptbasic.lexer.elements that implement LexicalAnalyzer -
Uses of LexicalAnalyzer in com.scriptbasic.syntax
Methods in com.scriptbasic.syntax with parameters of type LexicalAnalyzerModifier and TypeMethodDescriptionstatic voidBasicSyntaxAnalyzer.consumeIgnoredLine(LexicalAnalyzer lexicalAnalyzer, String lexString) Constructors in com.scriptbasic.syntax with parameters of type LexicalAnalyzerModifierConstructorDescriptionprotectedBasicSyntaxAnalyzer(LexicalAnalyzer lexicalAnalyzer, CommandFactory commandFactory, NestedStructureHouseKeeper nestedStructureHouseKeeper) -
Uses of LexicalAnalyzer in com.scriptbasic.utility
Methods in com.scriptbasic.utility with parameters of type LexicalAnalyzerModifier and TypeMethodDescriptionstatic voidLexUtility.checkLexeme(LexicalAnalyzer analyzer, String lexeme, String exceptionText) static LexicalElementLexUtility.get(LexicalAnalyzer lexicalAnalyzer) static booleanLexUtility.isLexeme(LexicalAnalyzer analyzer, String lexeme) static LexicalElementLexUtility.peek(LexicalAnalyzer lexicalAnalyzer)