userNode = nodeContext.getNode().filter().find(id);
}
}
public VisitMode enter(int depth, String id, String name, NodeState state) {
VisitMode vm = super.enter(depth, id, name, state);
if (depth == 0) {
score = 0;
MatchingScope.this.id = null;
} else {
if (vm == VisitMode.ALL_CHILDREN) {