Package com.pressassociation.pr.ast
Class Word
- java.lang.Object
-
- com.pressassociation.pr.ast.AstNode
-
- com.pressassociation.pr.ast.Field
-
- com.pressassociation.pr.ast.Node
-
- com.pressassociation.pr.ast.Name
-
- com.pressassociation.pr.ast.Word
-
public class Word extends Name
A single resolved word in a path.- 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.StringgetStringValue()
-
-
-
Constructor Detail
-
Word
public Word(String stringValue)
-
-
Method Detail
-
getStringValue
public String getStringValue()
-
apply
public void apply(AstVisitor visitor)
Description copied from class:AstNodeApply the given visitor over the tree represented by this node.
-
-