Package | Description |
---|---|
com.igormaznitsa.jcp.context |
Modifier and Type | Field and Description |
---|---|
private PreprocessorExtension |
PreprocessorContext.preprocessorExtension |
Modifier and Type | Method and Description |
---|---|
PreprocessorExtension |
PreprocessorContext.getPreprocessorExtension()
Get the current preprocessor extension
|
Modifier and Type | Method and Description |
---|---|
PreprocessorContext |
PreprocessorContext.setPreprocessorExtension(PreprocessorExtension extension)
Set a preprocessor extension, it is a module implements the
PreprocessorExtension interface which can process and get some calls from a
preprocessor during its work
|