Class MeasurementStack

java.lang.Object
org.github.jamm.MeasurementStack

public final class MeasurementStack extends Object
  • Method Details

    • pushObject

      public void pushObject(Object parent, String name, Object child)
      Push the specified object into the stack.
      Parameters:
      parent - the parent object
      name - the field name
      child - the child to be added