Add nodeType field in Trace.Entry

Issue #170 resolved
Jesper Öqvist created an issue

It would be useful if the node type was separated from the attribute signature in the Trace.Entry class:

class Entry {
  ...
  public final String nodeType;
  ...
}

Comments (1)

  1. Log in to comment