Package com.pressassociation.pr.ast
Class SubSelection
- java.lang.Object
-
- com.pressassociation.pr.ast.AstNode
-
- com.pressassociation.pr.ast.Field
-
- com.pressassociation.pr.ast.Node
-
- com.pressassociation.pr.ast.SubSelection
-
public class SubSelection extends Node
Represents a sub selection for a named path entry.- Author:
- Matt Nathan
-
-
Constructor Summary
Constructors Constructor Description SubSelection(Name name, AstNode fields)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(AstVisitor visitor)Apply the given visitor over the tree represented by this node.AstNodegetFields()NamegetName()
-