Uses of Interface
com.scriptbasic.interfaces.LexicalElement
-
Packages that use LexicalElement Package Description com.scriptbasic.exceptions com.scriptbasic.interfaces com.scriptbasic.lexer com.scriptbasic.lexer.elements com.scriptbasic.syntax com.scriptbasic.utility -
-
Uses of LexicalElement in com.scriptbasic.exceptions
Methods in com.scriptbasic.exceptions with parameters of type LexicalElement Modifier and Type Method Description voidGeneralAnalysisException. setLocation(LexicalElement le) -
Uses of LexicalElement in com.scriptbasic.interfaces
Methods in com.scriptbasic.interfaces that return LexicalElement Modifier and Type Method Description LexicalElementLexicalAnalyzer. get()Get the next lexical element from the input stream.LexicalElementLexicalAnalyzer. peek()Peek at the next lexical element and do not remove it from the input stream.LexicalElementLexicalElementAnalyzer. read()Reads a lexeme and returns the created lexical element.Constructors in com.scriptbasic.interfaces with parameters of type LexicalElement Constructor Description BasicSyntaxException(java.lang.String s, LexicalElement le)BasicSyntaxException(java.lang.String s, LexicalElement le, java.lang.Throwable e) -
Uses of LexicalElement in com.scriptbasic.lexer
Classes in com.scriptbasic.lexer that implement LexicalElement Modifier and Type Class Description classAbstractLexicalElementclassBasicLexicalElementMethods in com.scriptbasic.lexer that return LexicalElement Modifier and Type Method Description LexicalElementBasicLexicalAnalyzer. get()LexicalElementBasicLexicalAnalyzer. peek()Peek at the next lexical element and do not remove it from the input stream. -
Uses of LexicalElement in com.scriptbasic.lexer.elements
Methods in com.scriptbasic.lexer.elements that return LexicalElement Modifier and Type Method Description abstract LexicalElementAbstractElementAnalyzer. read()LexicalElementBasicString. read()LexicalElementConstAwareIdentifier. read()LexicalElementDecimal. read()Read a decimal number from the input.LexicalElementIdentifier. read()LexicalElementMultiCharacter. read()LexicalElementOneCharacter. read() -
Uses of LexicalElement in com.scriptbasic.syntax
Methods in com.scriptbasic.syntax that return LexicalElement Modifier and Type Method Description LexicalElementBasicSyntaxAnalyzer. getLexicalElement()Methods in com.scriptbasic.syntax with parameters of type LexicalElement Modifier and Type Method Description voidBasicSyntaxAnalyzer. setLexicalElement(LexicalElement lexicalElement) -
Uses of LexicalElement in com.scriptbasic.utility
Methods in com.scriptbasic.utility that return LexicalElement Modifier and Type Method Description static LexicalElementLexUtility. get(LexicalAnalyzer lexicalAnalyzer)static LexicalElementLexUtility. peek(LexicalAnalyzer lexicalAnalyzer)Methods in com.scriptbasic.utility with parameters of type LexicalElement Modifier and Type Method Description static voidSyntaxExceptionUtility. throwSyntaxException(java.lang.String s, LexicalElement le)
-