Uses of Class
com.scriptbasic.lexer.BasicLexicalElement
-
Packages that use BasicLexicalElement Package Description com.scriptbasic.lexer -
-
Uses of BasicLexicalElement in com.scriptbasic.lexer
Methods in com.scriptbasic.lexer that return BasicLexicalElement Modifier and Type Method Description static 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)
-