@Override public ASTAnnotation getASTAnnotation(Class<? extends Annotation> annotation) { return ASTUtils.getInstance().getAnnotation(annotation, getAnnotations()); }
@Override public boolean implementsFrom(ASTType type) { return ASTUtils.getInstance().inherits(this, type, true, false); }