Access keys

NotBehind

Kind of class: class
Inherits from: Node < BasicClass
Author: Igor Sadovskiy
Classpath: org.as2lib.regexp.node.NotBehind
File last modified: Tuesday, 11 October 2005, 16:56:14
NotBehind is a zero-width negative lookbehind.

Summary

Constructor
Instance properties
Instance properties inherited from Node
Instance methods
Instance methods inherited from Node
Instance methods inherited from BasicClass

Constructor

NotBehind

function NotBehind (
cond:Node, rmax:Number, rmin:Number)

Instance methods

match

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