Class org.as2lib.regexp.node.Neg

Description

Neg is a zero-width negative lookahead.

Method Index

new Neg()
match()

Inherited from Node

Inherited from BasicClass

Constructor Detail

Neg

public function Neg(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