Class SubSelection


  • public class SubSelection
    extends Node
    Represents a sub selection for a named path entry.
    Author:
    Matt Nathan
    • Constructor Detail

      • SubSelection

        public SubSelection​(Name name,
                            AstNode fields)
    • Method Detail

      • getFields

        public AstNode getFields()
      • getName

        public Name getName()
      • apply

        public void apply​(AstVisitor visitor)
        Description copied from class: AstNode
        Apply the given visitor over the tree represented by this node.
        Specified by:
        apply in class AstNode