Uses of Class
com.igormaznitsa.jcp.context.PreprocessingState.ExcludeIfInfo
-
Packages that use PreprocessingState.ExcludeIfInfo Package Description com.igormaznitsa.jcp com.igormaznitsa.jcp.containers com.igormaznitsa.jcp.context -
-
Uses of PreprocessingState.ExcludeIfInfo in com.igormaznitsa.jcp
Methods in com.igormaznitsa.jcp that return types with arguments of type PreprocessingState.ExcludeIfInfo Modifier and Type Method Description private java.util.List<PreprocessingState.ExcludeIfInfo>
JCPreprocessor. processGlobalDirectives(java.util.Collection<FileInfoContainer> files)
Method parameters in com.igormaznitsa.jcp with type arguments of type PreprocessingState.ExcludeIfInfo Modifier and Type Method Description private void
JCPreprocessor. processFileExclusion(java.util.List<PreprocessingState.ExcludeIfInfo> foundExcludeIf)
-
Uses of PreprocessingState.ExcludeIfInfo in com.igormaznitsa.jcp.containers
Methods in com.igormaznitsa.jcp.containers that return types with arguments of type PreprocessingState.ExcludeIfInfo Modifier and Type Method Description java.util.List<PreprocessingState.ExcludeIfInfo>
FileInfoContainer. processGlobalDirectives(PreprocessingState state, PreprocessorContext context)
-
Uses of PreprocessingState.ExcludeIfInfo in com.igormaznitsa.jcp.context
Fields in com.igormaznitsa.jcp.context with type parameters of type PreprocessingState.ExcludeIfInfo Modifier and Type Field Description private java.util.LinkedList<PreprocessingState.ExcludeIfInfo>
PreprocessingState. deferredExcludeStack
Methods in com.igormaznitsa.jcp.context that return PreprocessingState.ExcludeIfInfo Modifier and Type Method Description PreprocessingState.ExcludeIfInfo
PreprocessingState. popExcludeIfData()
Methods in com.igormaznitsa.jcp.context that return types with arguments of type PreprocessingState.ExcludeIfInfo Modifier and Type Method Description java.util.List<PreprocessingState.ExcludeIfInfo>
PreprocessingState. popAllExcludeIfInfoData()
-