Uses of Interface
dev.civl.abc.token.IF.FileIndexer
Packages that use FileIndexer
Package
Description
Module parse is used to parse a token stream and
produce an ANTLR tree representation of a C program.
Module token defines the various kinds of tokens and related
classes used by ABC.
-
Uses of FileIndexer in dev.civl.abc.front.IF
Methods in dev.civl.abc.front.IF that return FileIndexerMethods in dev.civl.abc.front.IF with parameters of type FileIndexerModifier and TypeMethodDescriptionstatic PreprocessorFront.newPreprocessor(Configurations.Language language, Configuration config, FileIndexer indexer, TokenFactory tokenFactory) Returns a new Preprocessor using the default include paths. -
Uses of FileIndexer in dev.civl.abc.token.IF
Methods in dev.civl.abc.token.IF that return FileIndexerModifier and TypeMethodDescriptionCivlcTokenSource.getIndexer()TokenFactory.newFileIndexer()static FileIndexerTokens.newFileIndexer()Creates a new, emptyFileIndexer.