Class org.as2lib.regexp.node.BitClass

Description

BitClass creates a bit vector for matching ASCII values. @author Igor Sadovskiy

Method Index

new BitClass()
addChar(), dup(), match(), study()

Inherited from Node

Inherited from BasicClass

Constructor Detail

BitClass

public function BitClass(flag:Boolean, newBits:Array)

Method Detail

addChar

public function addChar(c:Number, f:Number):Node

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