protected static void declareValues(Scope scope, String[] identifiers) {
for (String identifier : identifiers) {
Ide ide = new Ide(new JooSymbol(identifier));
IdeDeclaration decl = new VariableDeclaration(new JooSymbol("var"), ide, null, null);
decl.scope(scope);
}
}
protected InputSource findSource(final String qname) {
// scan sourcepath