99100101102103104105106107108109
{ /* save the values - for now, just w/ ref to test */ if (child.getType() == ParserTreeConstants.JJTREFERENCE) { data.put(child, child.execute(null, context)); } else { System.out.println("unhandled type"); }