Searched refs:mark_depth (Results 1 – 3 of 3) sorted by relevance
88 $self->mark_depth(0);148 $self->mark_depth($self->mark_depth + 1);150 if ($self->mark_depth >= @{$self->markers}) {154 $state = $self->markers->[$self->mark_depth];160 $self->last_marker($self->mark_depth);162 return $self->mark_depth;187 $self->mark_depth($marker);189 $self->mark_depth($self->mark_depth - 1);
136 @stream.mark_depth.should == 2138 @stream.mark_depth.should == 1152 @stream.mark_depth.should == 2164 @stream.mark_depth.should == 1193 @stream.mark_depth.should == 2222 @stream.mark_depth.should == 2
590 def mark_depth singletonMethod in ANTLR3.StringStream