Class YAMLAnchorReplayingParser.AnchorContext

  • Enclosing class:
    YAMLAnchorReplayingParser

    private static class YAMLAnchorReplayingParser.AnchorContext
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String anchor  
      int depth  
      java.util.List<org.yaml.snakeyaml.events.Event> events  
    • Constructor Summary

      Constructors 
      Constructor Description
      AnchorContext​(java.lang.String anchor)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • anchor

        public final java.lang.String anchor
      • events

        public final java.util.List<org.yaml.snakeyaml.events.Event> events
      • depth

        public int depth
    • Constructor Detail

      • AnchorContext

        public AnchorContext​(java.lang.String anchor)