Class AddAttributeEvent

java.lang.Object
org.stringtemplate.v4.debug.ConstructionEvent
org.stringtemplate.v4.debug.AddAttributeEvent

public class AddAttributeEvent extends ConstructionEvent
  • Field Details

    • name

      String name
    • value

      Object value
      Reserved for future use.
  • Constructor Details

    • AddAttributeEvent

      public AddAttributeEvent(String name, Object value)
  • Method Details