public class DeclareAnnotationImpl extends Object implements DeclareAnnotation
DeclareAnnotation.Kind| Constructor and Description |
|---|
DeclareAnnotationImpl(AjType<?> declaring,
String kindString,
String pattern,
Annotation ann,
String annText) |
| Modifier and Type | Method and Description |
|---|---|
Annotation |
getAnnotation() |
String |
getAnnotationAsText() |
AjType<?> |
getDeclaringType() |
DeclareAnnotation.Kind |
getKind() |
SignaturePattern |
getSignaturePattern() |
TypePattern |
getTypePattern() |
String |
toString() |
public DeclareAnnotationImpl(AjType<?> declaring, String kindString, String pattern, Annotation ann, String annText)
public AjType<?> getDeclaringType()
getDeclaringType in interface DeclareAnnotationpublic DeclareAnnotation.Kind getKind()
getKind in interface DeclareAnnotationpublic SignaturePattern getSignaturePattern()
getSignaturePattern in interface DeclareAnnotationpublic TypePattern getTypePattern()
getTypePattern in interface DeclareAnnotationpublic Annotation getAnnotation()
getAnnotation in interface DeclareAnnotationpublic String getAnnotationAsText()
getAnnotationAsText in interface DeclareAnnotationCopyright © 2020. All rights reserved.