Searched refs:NormalAnnotationExprMetaModel (Results 1 – 3 of 3) sorted by relevance
5 public class NormalAnnotationExprMetaModel extends AnnotationExprMetaModel { class7 NormalAnnotationExprMetaModel(Optional<BaseNodeMetaModel> superBaseNodeMetaModel) { in NormalAnnotationExprMetaModel() method in NormalAnnotationExprMetaModel
885 …public static final NormalAnnotationExprMetaModel normalAnnotationExprMetaModel = new NormalAnnota…
31 import com.github.javaparser.metamodel.NormalAnnotationExprMetaModel;138 public NormalAnnotationExprMetaModel getMetaModel() { in getMetaModel()