End is a node to anchor at the end of input. This is the absolute end, so this should not match at the last newline before the end as $ will.
End
public function match(matcher:Object, i:Number, seq:String):Boolean
Description copied from Node
This method implements the classic accept node.
match() in org.as2lib.regexp.node.Node