114115116117118119120121122123124
} this.source.getErrorCollector().addCollectorContents(errorCollector); } Statement code = node.getCode(); if (code != null) { code.visit(this); } } public void visitProperty(PropertyNode node) {