Uses of Interface
dev.civl.abc.front.IF.Parser
Packages that use Parser
Package
Description
Module parse is used to parse a token stream and
produce an ANTLR tree representation of a C program.
-
Uses of Parser in dev.civl.abc.front.IF
Methods in dev.civl.abc.front.IF that return ParserModifier and TypeMethodDescriptionstatic ParserFront.newParser(Configurations.Language language) Creates a new instance of aParserfor the given language.