Class AnnotationExpr

All Implemented Interfaces:
NodeWithName<AnnotationExpr>, NodeWithRange<Node>, NodeWithTokenRange<Node>, Observable, Visitable, HasParentNode<Node>, Resolvable<ResolvedAnnotationDeclaration>, Cloneable
Direct Known Subclasses:
MarkerAnnotationExpr, NormalAnnotationExpr, SingleMemberAnnotationExpr

public abstract class AnnotationExpr extends Expression implements NodeWithName<AnnotationExpr>, Resolvable<ResolvedAnnotationDeclaration>
A base class for the different types of annotations.
Author:
Julio Vilmar Gesser