if (driver == null) {
// may not occur
continue;
}
LOG.debug("Verifying attribute: {} -> {}", name, driver); //$NON-NLS-1$
driver.verify(context.getWorld(), declaration, attribute);
}
}
private <T extends AstTerm<T>> List<T> extract(AstExpression<T> expression) {
if (expression instanceof AstTerm<?>) {