Class org.as2lib.regexp.node.Pos

Description

Pos is a zero-width positive lookahead.

Method Index

new Pos()
match()

Inherited from Node

Inherited from BasicClass

Constructor Detail

Pos

public function Pos(cond:Node)

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