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 TypeInterfaceDescriptioninterfaceAn interface that allows the user to resolve a resource by path when theScriptReaderparses it.Classes in com.blackrook.rookscript.compiler that implement PreprocessorLexer.IncluderModifier and TypeClassDescriptionstatic classDefault 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 classDefault includer to use when none specified.Methods in com.blackrook.rookscript.struct with parameters of type PreprocessorLexer.IncluderModifier and TypeMethodDescriptionvoidPreprocessorLexer.setIncluder(PreprocessorLexer.Includer includer) Sets the primary includer to use for resolving included streams.