Uses of Interface
com.blackrook.rookscript.struct.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
Modifier and TypeInterfaceDescriptioninterface
An interface that allows the user to resolve a resource by path when theScriptReader
parses it.Modifier and TypeClassDescriptionstatic class
Default includer to use when none specified. -
Uses of PreprocessorLexer.Includer in com.blackrook.rookscript.struct
Modifier and TypeClassDescriptionstatic class
Default includer to use when none specified.Modifier and TypeMethodDescriptionvoid
PreprocessorLexer.setIncluder
(PreprocessorLexer.Includer includer) Sets the primary includer to use for resolving included streams.