Home | History | Annotate | Download | only in events

Lines Matching defs:tag

24     private final String tag;
30 // indicate if the tag may be omitted when the scalar is emitted in a plain
34 public ScalarEvent(String anchor, String tag, ImplicitTuple implicit, String value,
37 this.tag = tag;
44 * Tag of this scalar.
46 * @return The tag of this scalar, or <code>null</code> if no explicit tag
50 return this.tag;
94 return super.getArguments() + ", tag=" + tag + ", " + implicit + ", value=" + value;