public class CFCFGBuilder extends CFGBuilder
CFGBuilder) that knows about the Checker Framework
annotations and their representation as AnnotatedTypeMirrors.| Modifier and Type | Class and Description |
|---|---|
protected static class |
CFCFGBuilder.CFCFGTranslationPhaseOne |
| Modifier | Constructor and Description |
|---|---|
protected |
CFCFGBuilder()
This class should never be instantiated.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
assumeAssertionsActivatedForAssertTree(SourceChecker checker,
AssertTree tree) |
static ControlFlowGraph |
build(CompilationUnitTree root,
UnderlyingAST underlyingAST,
BaseTypeChecker checker,
AnnotatedTypeFactory factory,
ProcessingEnvironment env)
Build the control flow graph of some code.
|
build, build, build, build, extendedNodeCollectionToStringDebug, printBlocksprotected CFCFGBuilder()
public static ControlFlowGraph build(CompilationUnitTree root, UnderlyingAST underlyingAST, BaseTypeChecker checker, AnnotatedTypeFactory factory, ProcessingEnvironment env)
public static boolean assumeAssertionsActivatedForAssertTree(SourceChecker checker, AssertTree tree)