Class org.as2lib.regexp.node.RangeA

Description

RangeA is a node class for matching characters within an explicit value range in a case insensitive manner.

Method Index

new RangeA()
dup(), match()

Inherited from Range

Inherited from Node

Inherited from BasicClass

Constructor Detail

RangeA

public function RangeA(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.Range