You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Preprocess file, <b>NB! it doesn't clear local variables automatically for cloned contexts</b>
450
+
* Preprocess the file described by the object, <b>NB! it doesn't clear local variables automatically for cloned contexts</b>
450
451
*
451
452
* @param state the start preprocessing state, can be null
452
453
* @param context the preprocessor context, must not be null
453
-
* @param notifyProcessors send notification to all processors registered in context about start and stop, it should be true for direct call of preprocess of standalone file. Works only for non-cloned contexts.
454
+
* @param notifyProcessors send notification to all processors registered in context about start and stop,
455
+
* it should be true for direct call of preprocess of standalone file. <b>Works only for non-cloned contexts.</b>
454
456
* @return the state for the preprocessed file
455
457
* @throws IOException it will be thrown for IO errors
456
458
* @throws PreprocessorException it will be thrown for violation of preprocessing logic, like undefined variable
0 commit comments