Uses of Class
com.scriptbasic.lexer.BasicLexicalElement
Packages that use BasicLexicalElement
-
Uses of BasicLexicalElement in com.scriptbasic.lexer
Methods in com.scriptbasic.lexer that return BasicLexicalElementModifier and TypeMethodDescriptionstatic BasicLexicalElementBasicLexialElementFactory.create(SourceReader reader) Create a new BasicLexicalElement and fill in the FileName, LineNumber and the Position from the current position of the reader.static BasicLexicalElementBasicLexialElementFactory.create(SourceReader reader, int type)