Uses of Class
com.igormaznitsa.jcp.containers.PreprocessingFlag
-
Packages that use PreprocessingFlag Package Description com.igormaznitsa.jcp.containers com.igormaznitsa.jcp.context -
-
Uses of PreprocessingFlag in com.igormaznitsa.jcp.containers
Methods in com.igormaznitsa.jcp.containers that return PreprocessingFlag Modifier and Type Method Description static PreprocessingFlag
PreprocessingFlag. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PreprocessingFlag[]
PreprocessingFlag. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of PreprocessingFlag in com.igormaznitsa.jcp.context
Fields in com.igormaznitsa.jcp.context with type parameters of type PreprocessingFlag Modifier and Type Field Description private java.util.EnumSet<PreprocessingFlag>
PreprocessingState. preprocessingFlags
Methods in com.igormaznitsa.jcp.context that return types with arguments of type PreprocessingFlag Modifier and Type Method Description java.util.Set<PreprocessingFlag>
PreprocessingState. getPreprocessingFlags()
-