Uses of Class
dev.civl.abc.front.IF.PreprocessorException
Packages that use PreprocessorException
Package
Description
Module parse is used to parse a token stream and
produce an ANTLR tree representation of a C program.
-
Uses of PreprocessorException in dev.civl.abc.front.IF
Subclasses of PreprocessorException in dev.civl.abc.front.IFModifier and TypeClassDescriptionclassAn exception that is thrown when there is a problem evaluating a preprocessor expression.Methods in dev.civl.abc.front.IF that throw PreprocessorExceptionModifier and TypeMethodDescriptionPreprocessor.preprocess(File[] systemIncludePaths, File[] userIncludePaths, Map<String, String> predefinedMacros, File[] sourceFiles) Given preprocessor source files, this returns a Token Source that emits the tokens resulting from preprocessing the file.Preprocessor.preprocessLibrary(Map<String, String> predefinedMacros, String libraryFileName) Constructors in dev.civl.abc.front.IF with parameters of type PreprocessorException