public interface Flow
Modifier and Type | Method and Description |
---|---|
void |
scan(@Nullable Tree tree)
Scan the given (root) tree and infer the refined types.
|
void |
setDebug(PrintStream debug)
Sets the
PrintStream for printing debug messages, such as
System.out or System.err , or null if no debugging output
should be emitted (the default). |
Set<@Nullable AnnotationMirror> |
test(@Nullable Tree tree)
Determines the inference result for a tree.
|
void scan(@Nullable Tree tree)
tree
- The tree to scanSet<@Nullable AnnotationMirror> test(@Nullable Tree tree)
tree
- The tree to testvoid setDebug(PrintStream debug)
PrintStream
for printing debug messages, such as
System.out
or System.err
, or null if no debugging output
should be emitted (the default).