Class ModificationLog.Tag

java.lang.Object
org.aspectj.org.eclipse.jdt.internal.core.nd.db.ModificationLog.Tag
Enclosing class:
ModificationLog

public static class ModificationLog.Tag extends Object
Used to attach messages to events in the log. Tags should be allocated in static initializers at application startup by calling ModificationLog.createTag(String). Once allocated, the tag can be pushed and popped on to the stack in the log to mark the beginning and end of operations.
  • Field Details

    • name

      public final String name
    • opNum

      public final int opNum
  • Method Details