Uses of Interface
dev.civl.abc.front.IF.ASTBuilder
Packages that use ASTBuilder
Package
Description
Module parse is used to parse a token stream and
produce an ANTLR tree representation of a C program.
-
Uses of ASTBuilder in dev.civl.abc.front.IF
Methods in dev.civl.abc.front.IF that return ASTBuilderModifier and TypeMethodDescriptionstatic ASTBuilderFront.newASTBuilder(Configurations.Language language, Configuration configuration, ASTFactory astFactory) Creates an AST builder for the given language.