accept


Description:

public abstract void accept (Visitor visitor)

Visits this node with the specified Visitor.

Parameters:

visitor

the visitor to be called while traversing