public class MetaAttributeGenerationVisitor extends SimpleTypeVisitor6<AnnotationMetaAttribute,Element>
DEFAULT_VALUE| Modifier and Type | Method and Description |
|---|---|
AnnotationMetaAttribute |
visitArray(ArrayType t,
Element element) |
AnnotationMetaAttribute |
visitDeclared(DeclaredType declaredType,
Element element) |
AnnotationMetaAttribute |
visitExecutable(ExecutableType t,
Element p) |
AnnotationMetaAttribute |
visitPrimitive(PrimitiveType t,
Element element) |
AnnotationMetaAttribute |
visitTypeVariable(TypeVariable t,
Element element) |
defaultAction, visitError, visitNoType, visitNull, visitWildcardvisit, visit, visitIntersection, visitUnion, visitUnknownpublic AnnotationMetaAttribute visitPrimitive(PrimitiveType t, Element element)
visitPrimitive in interface TypeVisitor<AnnotationMetaAttribute,Element>visitPrimitive in class SimpleTypeVisitor6<AnnotationMetaAttribute,Element>public AnnotationMetaAttribute visitArray(ArrayType t, Element element)
visitArray in interface TypeVisitor<AnnotationMetaAttribute,Element>visitArray in class SimpleTypeVisitor6<AnnotationMetaAttribute,Element>public AnnotationMetaAttribute visitTypeVariable(TypeVariable t, Element element)
visitTypeVariable in interface TypeVisitor<AnnotationMetaAttribute,Element>visitTypeVariable in class SimpleTypeVisitor6<AnnotationMetaAttribute,Element>public AnnotationMetaAttribute visitDeclared(DeclaredType declaredType, Element element)
visitDeclared in interface TypeVisitor<AnnotationMetaAttribute,Element>visitDeclared in class SimpleTypeVisitor6<AnnotationMetaAttribute,Element>public AnnotationMetaAttribute visitExecutable(ExecutableType t, Element p)
visitExecutable in interface TypeVisitor<AnnotationMetaAttribute,Element>visitExecutable in class SimpleTypeVisitor6<AnnotationMetaAttribute,Element>Copyright © 2001-2022 Red Hat, Inc. All Rights Reserved.