Access keys

UnixDollar

Kind of class: class
Inherits from: Node < BasicClass
Author: Igor Sadovskiy
Classpath: org.as2lib.regexp.node.UnixDollar
File last modified: Tuesday, 11 October 2005, 16:56:16
UnixDollar is a node to anchor at the end of a line or the end
of input based on the multiline mode when in unix lines mode.

Summary

Constructor
Instance properties
Instance properties inherited from Node
Instance methods
Instance methods inherited from Node
Instance methods inherited from BasicClass

Constructor

UnixDollar

function UnixDollar (
mul:Boolean)

Instance methods

match

function match (
matcher:Object, i:Number, seq:String) : Boolean
This method implements the classic accept node.
#
Overrides:

study

function study (
info:TreeInfo) : Boolean
This method is good for all zero length assertions.
#
Overrides: