Class FindFieldsVisitor


  • public class FindFieldsVisitor
    extends TransformingVisitor<Iterable<Field>>
    Visitor that collects all top level fields of the ast. For example: Given item, href, people(id) this will return [people(id), href, item] as a collection of field. Results are returned in what you might consider reverse order
    Author:
    Matt Nathan