Uses of Class
com.igormaznitsa.jcp.containers.TextFileDataContainer
-
Packages that use TextFileDataContainer Package Description com.igormaznitsa.jcp.containers com.igormaznitsa.jcp.context -
-
Uses of TextFileDataContainer in com.igormaznitsa.jcp.containers
Constructors in com.igormaznitsa.jcp.containers with parameters of type TextFileDataContainer Constructor Description TextFileDataContainer(TextFileDataContainer item, int stringIndex) -
Uses of TextFileDataContainer in com.igormaznitsa.jcp.context
Fields in com.igormaznitsa.jcp.context declared as TextFileDataContainer Modifier and Type Field Description private TextFileDataContainerPreprocessingState. activeIfprivate TextFileDataContainerPreprocessingState. activeWhileprivate TextFileDataContainerPreprocessorContext. currentInCloneSourceprivate TextFileDataContainerPreprocessingState. rootReferenceFields in com.igormaznitsa.jcp.context with type parameters of type TextFileDataContainer Modifier and Type Field Description private java.util.LinkedList<TextFileDataContainer>PreprocessingState. ifStackprivate java.util.LinkedList<TextFileDataContainer>PreprocessingState. includeStackprivate java.util.LinkedList<TextFileDataContainer>PreprocessingState. whileStackMethods in com.igormaznitsa.jcp.context that return TextFileDataContainer Modifier and Type Method Description private TextFileDataContainerPreprocessingState. cloneTopTextDataContainer(boolean useLastReadStringIndex)TextFileDataContainerPreprocessingState. getRootTextContainer()TextFileDataContainerPreprocessingState. openFile(java.io.File file)TextFileDataContainerPreprocessingState. peekFile()TextFileDataContainerPreprocessingState. peekIf()TextFileDataContainerPreprocessingState. peekWhile()TextFileDataContainerPreprocessingState. popTextContainer()Methods in com.igormaznitsa.jcp.context that return types with arguments of type TextFileDataContainer Modifier and Type Method Description (package private) java.util.List<TextFileDataContainer>PreprocessingState. getCurrentIncludeStack()Methods in com.igormaznitsa.jcp.context with parameters of type TextFileDataContainer Modifier and Type Method Description private static java.lang.StringPreprocessorContext. makeStackView(TextFileDataContainer cloneSource, boolean cloned, java.util.List<TextFileDataContainer> list)voidPreprocessingState. popAllIFUntilContainerWithFile(TextFileDataContainer container)PreprocessingStatePreprocessorContext. 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 TextFileDataContainer Modifier and Type Method Description private static java.lang.StringPreprocessorContext. makeStackView(TextFileDataContainer cloneSource, boolean cloned, java.util.List<TextFileDataContainer> list)Constructors in com.igormaznitsa.jcp.context with parameters of type TextFileDataContainer Constructor Description PreprocessingState(PreprocessorContext context, FileInfoContainer rootFile, TextFileDataContainer rootContainer, java.lang.String inEncoding, java.lang.String outEncoding, boolean overrideOnlyIfContentChanged)
-