Uses of Class
com.igormaznitsa.jcp.containers.TextFileDataContainer
Packages that use TextFileDataContainer
-
Uses of TextFileDataContainer in com.igormaznitsa.jcp.containers
Constructors in com.igormaznitsa.jcp.containers with parameters of type TextFileDataContainer -
Uses of TextFileDataContainer in com.igormaznitsa.jcp.context
Fields in com.igormaznitsa.jcp.context declared as TextFileDataContainerModifier and TypeFieldDescriptionprivate TextFileDataContainer
PreprocessingState.activeIf
private TextFileDataContainer
PreprocessingState.activeWhile
private final TextFileDataContainer
PreprocessorContext.currentInCloneSource
private final TextFileDataContainer
PreprocessingState.rootReference
Fields in com.igormaznitsa.jcp.context with type parameters of type TextFileDataContainerModifier and TypeFieldDescriptionprivate final LinkedList
<TextFileDataContainer> PreprocessingState.ifStack
private final LinkedList
<TextFileDataContainer> PreprocessingState.includeStack
private final LinkedList
<TextFileDataContainer> PreprocessingState.whileStack
Methods in com.igormaznitsa.jcp.context that return TextFileDataContainerModifier and TypeMethodDescriptionprivate TextFileDataContainer
PreprocessingState.cloneTopTextDataContainer
(boolean useLastReadStringIndex) PreprocessingState.getRootTextContainer()
PreprocessingState.peekFile()
PreprocessingState.peekIf()
PreprocessingState.peekWhile()
PreprocessingState.popTextContainer()
Methods in com.igormaznitsa.jcp.context that return types with arguments of type TextFileDataContainerModifier and TypeMethodDescription(package private) List
<TextFileDataContainer> PreprocessingState.getCurrentIncludeStack()
Methods in com.igormaznitsa.jcp.context with parameters of type TextFileDataContainerModifier and TypeMethodDescriptionprivate static String
PreprocessorContext.makeStackView
(TextFileDataContainer cloneSource, boolean cloned, List<TextFileDataContainer> list) void
PreprocessingState.popAllIFUntilContainerWithFile
(TextFileDataContainer container) PreprocessorContext.produceNewPreprocessingState
(FileInfoContainer fileContainer, TextFileDataContainer textContainer) Generate new preprocessing state for a file container and a text container, also the new preprocessing state will be saved as the current one in the contextMethod parameters in com.igormaznitsa.jcp.context with type arguments of type TextFileDataContainerModifier and TypeMethodDescriptionprivate static String
PreprocessorContext.makeStackView
(TextFileDataContainer cloneSource, boolean cloned, List<TextFileDataContainer> list) Constructors in com.igormaznitsa.jcp.context with parameters of type TextFileDataContainerModifierConstructorDescription(package private)
PreprocessingState
(PreprocessorContext context, FileInfoContainer rootFile, TextFileDataContainer rootContainer, String inEncoding, String outEncoding, boolean overrideOnlyIfContentChanged)