Node
is a base class for all node classes. Subclasses should
override the match() method as appropriate. This class is an accepting
node, so its match() always returns true.
public function match(matcher:Object, i:Number, seq:String):Boolean
This method implements the classic accept node.
public function study(info:TreeInfo):Boolean
This method is good for all zero length assertions.