Class org.as2lib.regexp.node.NotSingleU

Description

NotSingleA is a node class to match any character except a single case independent unicode value.

Method Index

new NotSingleU()
dup(), match(), study()

Inherited from Node

Inherited from BasicClass

Constructor Detail

NotSingleU

public function NotSingleU(c:Number)

Method Detail

dup

public function dup(flag:Boolean):Node

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

study

public function study(info:TreeInfo):Boolean

Description copied from Node

This method is good for all zero length assertions.

Overrides

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