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.CheckBase.isAccessibleOrInAPI(javax.lang.model.element.Element, TypeEnvironment) method for 2 elements.CheckBase.isAccessible(javax.lang.model.element.Element) but also checks that all enclosing
elements of the provided element are accessible, too.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.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 © 2015. All Rights Reserved.