Uses of Interface
dev.civl.abc.front.IF.Preprocessor
Packages that use Preprocessor
Package
Description
Module parse is used to parse a token stream and
produce an ANTLR tree representation of a C program.
-
Uses of Preprocessor in dev.civl.abc.front.IF
Methods in dev.civl.abc.front.IF that return PreprocessorModifier and TypeMethodDescriptionstatic PreprocessorFront.newPreprocessor(Configurations.Language language, Configuration config, FileIndexer indexer, TokenFactory tokenFactory) Returns a new Preprocessor using the default include paths.