comparison Lib/IMPL/DOM/Navigator.pm @ 278:4ddb27ff4a0b

core refactoring
author cin
date Mon, 04 Feb 2013 02:10:37 +0400
parents b8c724f6de36
children 010ceafd0c5a
comparison
equal deleted inserted replaced
277:6585464c4664 278:4ddb27ff4a0b
2 use strict; 2 use strict;
3 use warnings; 3 use warnings;
4 4
5 use parent qw(IMPL::Object); 5 use parent qw(IMPL::Object);
6 use IMPL::Class::Property; 6 use IMPL::Class::Property;
7 use IMPL::Class::Property::Direct;
8 BEGIN { 7 BEGIN {
9 private _direct property _path => prop_all; 8 private _direct property _path => prop_all;
10 private _direct property _state => prop_all; 9 private _direct property _state => prop_all;
11 private _direct property _savedstates => prop_all; 10 private _direct property _savedstates => prop_all;
12 public property Current => {get => \&_getCurrent}; 11 public property Current => {get => \&_getCurrent};