Uses of Interface
org.mule.datasense.impl.model.ast.VisitorContextAnnotation
Packages that use VisitorContextAnnotation
-
Uses of VisitorContextAnnotation in org.mule.datasense.impl.model.annotations
Classes in org.mule.datasense.impl.model.annotations that implement VisitorContextAnnotationModifier and TypeClassDescriptionclassclassclass -
Uses of VisitorContextAnnotation in org.mule.datasense.impl.model.ast
Methods in org.mule.datasense.impl.model.ast with type parameters of type VisitorContextAnnotationModifier and TypeMethodDescription<T extends VisitorContextAnnotation>
voidBaseAstNodeVisitorContext.annotate(T annotation) <T extends VisitorContextAnnotation>
Optional<T>BaseAstNodeVisitorContext.deannotate(Class<T> annotation) <T extends VisitorContextAnnotation>
Optional<T>BaseAstNodeVisitorContext.getAnnotation(Class<T> annotationClass) <T extends VisitorContextAnnotation>
TBaseAstNodeVisitorContext.getOrCreateAnnotation(Class<T> annotationClass, Supplier<T> supplier) <T extends VisitorContextAnnotation>
booleanBaseAstNodeVisitorContext.isAnnotatedWith(Class<T> annotationClass) Methods in org.mule.datasense.impl.model.ast that return types with arguments of type VisitorContextAnnotation