563564565566567568569
return new ASTASStarAttribute(ast); } public ASPropertyAttribute newPropertyAttribute(String propertyName) { LinkedListTree ast = ASTBuilder.newPropertyAttribute(propertyName); return new ASTASPropertyAttribute(ast); }