Uses of Interface
com.scriptbasic.readers.SourceReader
Packages that use SourceReader
Package
Description
-
Uses of SourceReader in com.scriptbasic.context
Methods in com.scriptbasic.context with parameters of type SourceReaderModifier and TypeMethodDescriptionstatic ContextContextBuilder.from(Context existing, SourceReader sourceReader, Reader input, Writer output, Writer error) static ContextContextBuilder.from(SourceReader reader) static ContextContextBuilder.from(SourceReader sourceReader, Reader input, Writer output, Writer error) -
Uses of SourceReader in com.scriptbasic.exceptions
Methods in com.scriptbasic.exceptions with parameters of type SourceReaderConstructors in com.scriptbasic.exceptions with parameters of type SourceReader -
Uses of SourceReader in com.scriptbasic.lexer
Methods in com.scriptbasic.lexer with parameters of type SourceReaderModifier 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) Constructors in com.scriptbasic.lexer with parameters of type SourceReader -
Uses of SourceReader in com.scriptbasic.lexer.elements
Methods in com.scriptbasic.lexer.elements that return SourceReaderConstructors in com.scriptbasic.lexer.elements with parameters of type SourceReaderModifierConstructorDescriptionprotectedAbstractElementAnalyzer(SourceReader reader) BasicString(SourceReader reader) ConstAwareIdentifier(SourceReader reader) Decimal(SourceReader reader) Identifier(SourceReader reader) MultiCharacter(SourceReader reader) OneCharacter(SourceReader reader) -
Uses of SourceReader in com.scriptbasic.readers
Subinterfaces of SourceReader in com.scriptbasic.readersModifier and TypeInterfaceDescriptioninterfaceA hierarchical reader can include sources into the string of characters read returned by another reader.Classes in com.scriptbasic.readers that implement SourceReaderMethods in com.scriptbasic.readers that return SourceReaderModifier and TypeMethodDescriptionGet a reader to a source when there is no referencing source.Get a reader to a source specifying the source that references this source.Methods in com.scriptbasic.readers with parameters of type SourceReaderModifier and TypeMethodDescriptionvoidGenericHierarchicalSourceReader.include(SourceReader reader) Include a new reader into the chain and start to use that child reader so long as long exhausts.voidHierarchicalSourceReader.include(SourceReader reader) Constructors in com.scriptbasic.readers with parameters of type SourceReader -
Uses of SourceReader in com.scriptbasic.sourceproviders
Methods in com.scriptbasic.sourceproviders that return SourceReaderModifier and TypeMethodDescriptionfinal SourceReaderfinal SourceReaderfinal SourceReaderfinal SourceReaderabstract SourceReaderabstract SourceReaderprotected abstract SourceReaderprotected abstract SourceReaderAbstractSingleIncludeSourcePathSourceProvider.getSource(String sourceName, String referencingSource) protected abstract SourceReaderprotected abstract SourceReaderprotected abstract SourceReaderprotected SourceReaderprotected abstract SourceReaderprotected SourceReaderSingleIncludeSourcePathNonRelativeSourceProvider.getSource(String sourceName, String referencingSource)