Class org.as2lib.regexp.node.NotRangeA

Description

NotRange is a node class for matching characters without an explicit case independent value range.

Method Index

new NotRangeA()
dup(), match()

Inherited from NotRange

Inherited from Node

Inherited from BasicClass

Constructor Detail

NotRangeA

public function NotRangeA(n: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.NotRange