Package com.pressassociation.pr.ast
Class Path
- java.lang.Object
-
- com.pressassociation.pr.ast.AstNode
-
- com.pressassociation.pr.ast.Field
-
- com.pressassociation.pr.ast.Path
-
public class Path extends Field
Represents a path segment composed of nodes.- Author:
- Matt Nathan
-
-
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.NodegetPrefix()FieldgetSuffix()
-