Class Word


  • public class Word
    extends Name
    A single resolved word in a path.
    Author:
    Matt Nathan
    • Constructor Detail

      • Word

        public Word​(String stringValue)
    • Method Detail

      • getStringValue

        public String getStringValue()
      • 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