Class org.as2lib.regexp.node.UnixDot

Description

UnixDot is a node class for the dot metacharacter when dotall is not enabled but UNIX_LINES is enabled.

Method Index

new UnixDot()
match(), study()

Inherited from Node

Inherited from BasicClass

Constructor Detail

UnixDot

public function UnixDot()

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

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