Uses of Class
net.sourceforge.pmd.lang.java.ast.ASTAnnotation
-
Packages that use ASTAnnotation Package Description net.sourceforge.pmd.lang.java.ast Contains the classes and interfaces modelling the Java AST.net.sourceforge.pmd.lang.java.symbols.internal.ast net.sourceforge.pmd.lang.java.types.ast -
-
Uses of ASTAnnotation in net.sourceforge.pmd.lang.java.ast
Methods in net.sourceforge.pmd.lang.java.ast that return ASTAnnotation Modifier and Type Method Description default ASTAnnotationAnnotatable. getAnnotation(String binaryName)Returns a specific annotation on this node, or null if absent.Methods in net.sourceforge.pmd.lang.java.ast that return types with arguments of type ASTAnnotation Modifier and Type Method Description default NodeStream<ASTAnnotation>AccessNode. getDeclaredAnnotations()default NodeStream<ASTAnnotation>Annotatable. getDeclaredAnnotations()Returns all annotations present on this node.NodeStream<ASTAnnotation>ASTArrayType. getDeclaredAnnotations()Methods in net.sourceforge.pmd.lang.java.ast with parameters of type ASTAnnotation Modifier and Type Method Description default RJavaVisitor. visit(ASTAnnotation node, P data) -
Uses of ASTAnnotation in net.sourceforge.pmd.lang.java.symbols.internal.ast
Method parameters in net.sourceforge.pmd.lang.java.symbols.internal.ast with type arguments of type ASTAnnotation Modifier and Type Method Description static org.pcollections.PSet<SymbolicValue.SymAnnot>SymbolResolutionPass. buildSymbolicAnnotations(NodeStream<ASTAnnotation> annotations)Converts between nodes toSymbolicValue.SymAnnot. -
Uses of ASTAnnotation in net.sourceforge.pmd.lang.java.types.ast
Methods in net.sourceforge.pmd.lang.java.types.ast with parameters of type ASTAnnotation Modifier and Type Method Description JTypeMirrorLazyTypeResolver. visit(ASTAnnotation node, TypingContext ctx)
-