Uses of Interface
com.scriptbasic.interfaces.LexicalElement
Packages that use LexicalElement
Package
Description
-
Uses of LexicalElement in com.scriptbasic.exceptions
Methods in com.scriptbasic.exceptions with parameters of type LexicalElement -
Uses of LexicalElement in com.scriptbasic.interfaces
Methods in com.scriptbasic.interfaces that return LexicalElementModifier and TypeMethodDescriptionLexicalAnalyzer.get()Get the next lexical element from the input stream.LexicalAnalyzer.peek()Peek at the next lexical element and do not remove it from the input stream.LexicalElementAnalyzer.read()Reads a lexeme and returns the created lexical element.Constructors in com.scriptbasic.interfaces with parameters of type LexicalElement -
Uses of LexicalElement in com.scriptbasic.lexer
Classes in com.scriptbasic.lexer that implement LexicalElementMethods in com.scriptbasic.lexer that return LexicalElement -
Uses of LexicalElement in com.scriptbasic.lexer.elements
Methods in com.scriptbasic.lexer.elements that return LexicalElement -
Uses of LexicalElement in com.scriptbasic.syntax
Methods in com.scriptbasic.syntax that return LexicalElementMethods in com.scriptbasic.syntax with parameters of type LexicalElementModifier and TypeMethodDescriptionvoidBasicSyntaxAnalyzer.setLexicalElement(LexicalElement lexicalElement) -
Uses of LexicalElement in com.scriptbasic.utility
Methods in com.scriptbasic.utility that return LexicalElementModifier and TypeMethodDescriptionstatic LexicalElementLexUtility.get(LexicalAnalyzer lexicalAnalyzer) static LexicalElementLexUtility.peek(LexicalAnalyzer lexicalAnalyzer) Methods in com.scriptbasic.utility with parameters of type LexicalElementModifier and TypeMethodDescriptionstatic voidSyntaxExceptionUtility.throwSyntaxException(String s, LexicalElement le)