public class Title
extends Named
Title is an example AST node, representing the title of a film or TV show.
It is a trivial extension of the Named class, which stores some String
content. In addition to the required default constructor, it is usual to
provide a constructor accepting the same type of content stored in the
node - this is passed to the similar constructor in Named.
- Version:
- 2.5
- Author:
- Anthony J H Simons