Software Engineering for Smart Data Analytics & Smart Data Analytics for Software Engineering
Java 5 Syntax Element - supported since JTransformer 2.3.
Represents an annotation member construct.
#id: id
the unique ID assigned to this fact.
#parent: classT
the parent annotation class attributed with annotationTypeT.
TYPE: type term
the type of the member.
'name': atom
the name of the construct.
#default: AnnotationExpression, null
the default expression is optional.
public @interface ThisAnnotation { String value(); }
classT(#AnnotationType, #CompilationUnit, 'ThisAnnotation', [#AnnotationMember]), modifierT(#AnnotationType, 'public'), extendsT(#AnnotationType, #AnnotationClass), annotationTypeT(#AnnotationType), annotationMemberT(#AnnotationMember, #AnnotationType, type(class, ..., 0), 'value', 'null').
ast_node_def('Java',annotationMemberT,[ ast_arg(id, mult(1,1,no ), id, [id]), ast_arg(parent, mult(1,1,no ), id, [id]), ast_arg(type, mult(1,1,no ), attr, [typeTermType]), ast_arg(name, mult(1,1,no ), attr, [atom]), ast_arg(expr, mult(1,1,no ), id, [annotationExpressionType,nullType]) ]).