Access keys

Node

Kind of class: class
Inherits from: BasicClass
Known subclasses:
Author: Igor Sadovskiy
Classpath: org.as2lib.regexp.node.Node
File last modified: Tuesday, 11 October 2005, 16:56:16
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.

Summary

Constructor
Instance methods
Instance methods inherited from BasicClass

Constructor

Node

function Node (
)

Instance methods

dup

function dup (
flag:Boolean) : Node

getNext

function getNext (
Void) : Node

match

function match (
matcher:Object, i:Number, seq:String) : Boolean
This method implements the classic accept node.

setNext

function setNext (
next:Node) : Void

study

function study (
info:TreeInfo) : Boolean
This method is good for all zero length assertions.