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 TextFileDataContainerPreprocessingState.activeIfprivate TextFileDataContainerPreprocessingState.activeWhileprivate final TextFileDataContainerPreprocessorContext.currentInCloneSourceprivate final TextFileDataContainerPreprocessingState.rootReferenceFields in com.igormaznitsa.jcp.context with type parameters of type TextFileDataContainerModifier and TypeFieldDescriptionprivate final LinkedList<TextFileDataContainer> PreprocessingState.ifStackprivate final LinkedList<TextFileDataContainer> PreprocessingState.includeStackprivate final LinkedList<TextFileDataContainer> PreprocessingState.whileStackMethods in com.igormaznitsa.jcp.context that return TextFileDataContainerModifier and TypeMethodDescriptionprivate TextFileDataContainerPreprocessingState.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 StringPreprocessorContext.makeStackView(TextFileDataContainer cloneSource, boolean cloned, List<TextFileDataContainer> list) voidPreprocessingState.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 StringPreprocessorContext.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)