public class TreeAnalyzer extends Object implements ReferenceTypeVisitor<Void>
| Constructor and Description |
|---|
TreeAnalyzer() |
| Modifier and Type | Method and Description |
|---|---|
TreeAnalyzer |
addListener(TreeAnalysisListener listener) |
void |
analyze(ContextSnapshot snapshot) |
Void |
visitAggregateType(SerializedAggregateType value) |
Void |
visitImmutableType(SerializedImmutableType value) |
Void |
visitStructuralType(SerializedStructuralType value) |
public TreeAnalyzer addListener(TreeAnalysisListener listener)
public Void visitAggregateType(SerializedAggregateType value)
visitAggregateType in interface ReferenceTypeVisitor<Void>public Void visitStructuralType(SerializedStructuralType value)
visitStructuralType in interface ReferenceTypeVisitor<Void>public Void visitImmutableType(SerializedImmutableType value)
visitImmutableType in interface ReferenceTypeVisitor<Void>public void analyze(ContextSnapshot snapshot)
Copyright © 2020. All rights reserved.