org.teatrove.tea.parsetree
Class SubstitutionStatement
java.lang.Object
org.teatrove.tea.parsetree.Node
org.teatrove.tea.parsetree.Statement
org.teatrove.tea.parsetree.SubstitutionStatement
- All Implemented Interfaces:
- Serializable, Cloneable
public class SubstitutionStatement
- extends Statement
SubstitutionStatement is represented as '...' in a template.
- Author:
- Brian S O'Neill
- See Also:
- Serialized Form
|
Method Summary |
Object |
accept(NodeVisitor visitor)
Every subclass of Node must override this method with the following:
return visitor.visit(this). |
SubstitutionStatement
public SubstitutionStatement(SourceInfo info)
accept
public Object accept(NodeVisitor visitor)
- Description copied from class:
Node
- Every subclass of Node must override this method with the following:
return visitor.visit(this).
- Overrides:
accept in class Statement
- Parameters:
visitor - A visitor of this Node
- Returns:
- Node The Node returned by the visitor
- See Also:
NodeVisitor
Copyright © 1997-2012 TeaTrove.org. All Rights Reserved.