Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.checkerframework.framework.type.visitor Classes and Interfaces - 11 results found.
NameDescriptionTypePackageFramework
AbstractAtmComboVisitor defaultErrorMessage.Classorg.checkerframework.framework.type.visitorChecker
AnnotatedTypeComparerA TypeVisitor that takes an AnnotatedTypeMirror as a parameter, and visits it simultaneously.Classorg.checkerframework.framework.type.visitorChecker
AnnotatedTypeMergerReplaces or adds all the annotations in the parameter with the annotations from the visited type.Classorg.checkerframework.framework.type.visitorChecker
AnnotatedTypeScannerA TypeVisitor that visits all the child tree nodes.Classorg.checkerframework.framework.type.visitorChecker
AnnotatedTypeVisitorA Visitor class of annotated types, in the style of the visitor A visitor of types, in the style of the visitor design pattern.Interfaceorg.checkerframework.framework.type.visitorChecker
AtmComboVisitorVisitor interface for all pair-wise combinations of AnnotatedTypeMirrors.Interfaceorg.checkerframework.framework.type.visitorChecker
EquivalentAtmComboScannerEquivalentAtmComboScanner is an AtmComboVisitor that accepts combinations that are identical in TypeMirror structure but might differ in contained AnnotationMirrors.Classorg.checkerframework.framework.type.visitorChecker
SimpleAnnotatedTypeScannerClassorg.checkerframework.framework.type.visitorChecker
SimpleAnnotatedTypeVisitorA simple visitor for AnnotatedTypeMirrors.Classorg.checkerframework.framework.type.visitorChecker
VisitHistoryIMPORTANT: DO NOT USE VisitHistory FOR VISITORS THAT UPDATE AN ANNOTATED TYPE MIRROR'S ANNOTATIONS OR YOU VIOLATE THE CONTRACT OF equals/Hashcode.Classorg.checkerframework.framework.type.visitorChecker
VisitorStateRepresents the state of a visitor.Classorg.checkerframework.framework.typeChecker