Class org.as2lib.regexp.node.Behind

Description

Behind is used for zero-width positive lookbehind.

Method Index

new Behind()
match()

Inherited from Node

Inherited from BasicClass

Constructor Detail

Behind

public function Behind(cond:Node, rmax:Number, rmin:Number)

Method Detail

match

public function match(matcher:Object, i:Number, seq:String):Boolean

Description copied from Node

This method implements the classic accept node.

Overrides

match() in org.as2lib.regexp.node.Node