Uses of Interface
dev.civl.abc.front.IF.ParseTree
Packages that use ParseTree
Package
Description
Module parse is used to parse a token stream and
produce an ANTLR tree representation of a C program.
-
Uses of ParseTree in dev.civl.abc.front.IF
Methods in dev.civl.abc.front.IF that return ParseTreeModifier and TypeMethodDescriptionParser.parse(CivlcTokenSource tokenSource) Returns the parse tree resulting from parsing the input, after some "post-processing" has been done to the tree to fill in some fields.Methods in dev.civl.abc.front.IF with parameters of type ParseTreeModifier and TypeMethodDescriptionASTBuilder.getTranslationUnit(ParseTree tree) Builds the AST specified by aParseTreewhich represents a translation unit.