Check interface.pushed onto the active elements stack.Util.getAllSuperTypes(javax.lang.model.util.Types, javax.lang.model.type.TypeMirror) but avoids
instantiation of a new list.Util.getAllSuperClasses(javax.lang.model.util.Types, javax.lang.model.type.TypeMirror) but
returns all super types including implemented interfaces.CompletionFailure exceptions thrown from the Java compiler.TypeMirror.getKind()) is
TypeKind.ERROR.JavaAnnotationElement)), i.e.doVisit*() methods, this method will push the elements along with some
contextual
data onto an internal stack.CheckBase.initialize(AnalysisContext) call.ProcessingEnvironment and
serves the same purpose.ElementPairVisitor but provides a visitor to visit two type mirrors
of the same type.Check.visitEnd() call.CheckBase.doVisitAnnotation(javax.lang.model.element.AnnotationMirror, javax.lang.model.element.AnnotationMirror)
instead.CheckBase.doVisitClass(javax.lang.model.element.TypeElement, javax.lang.model.element.TypeElement) instead.CheckBase.doEnd() method instead.CheckBase.doVisitField(javax.lang.model.element.VariableElement, javax.lang.model.element.VariableElement)
instead.CheckBase.doVisitMethod(javax.lang.model.element.ExecutableElement, javax.lang.model.element.ExecutableElement)
instead.Copyright © 2016 Lukas Krejci. All Rights Reserved.