Uses of Interface
com.blackrook.rookscript.struct.PreprocessorLexer.Includer
Packages that use PreprocessorLexer.Includer
Package
Description
Contains all of the compiler stuff for script creation/disassembly.
Additional helper data structures and methods.
-
Uses of PreprocessorLexer.Includer in com.blackrook.rookscript.compiler
Subinterfaces of PreprocessorLexer.Includer in com.blackrook.rookscript.compilerModifier and TypeInterfaceDescriptioninterface
An interface that allows the user to resolve a resource by path when theScriptReader
parses it.Classes in com.blackrook.rookscript.compiler that implement PreprocessorLexer.IncluderModifier and TypeClassDescriptionstatic class
Default includer to use when none specified. -
Uses of PreprocessorLexer.Includer in com.blackrook.rookscript.struct
Classes in com.blackrook.rookscript.struct that implement PreprocessorLexer.IncluderModifier and TypeClassDescriptionstatic class
Default includer to use when none specified.Methods in com.blackrook.rookscript.struct with parameters of type PreprocessorLexer.IncluderModifier and TypeMethodDescriptionvoid
PreprocessorLexer.setIncluder
(PreprocessorLexer.Includer includer) Sets the primary includer to use for resolving included streams.