Class org.as2lib.regexp.node.UnixCaret

Description

UnixCaret is a node to anchor at the beginning of a line when in unixdot mode.

Method Index

match()

Inherited from Node

Inherited from BasicClass

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