Class Match


  • public class Match
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.util.Map<Node,​Node> mappings  
      private Node root  
    • Constructor Summary

      Constructors 
      Constructor Description
      Match​(Node root, java.util.Map<Node,​Node> mappings)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      <T extends Node>
      T
      mappingFor​(T node)  
      Node root()  
      • Methods inherited from class java.lang.Object

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

      • root

        private final Node root
      • mappings

        private final java.util.Map<Node,​Node> mappings
    • Constructor Detail

      • Match

        Match​(Node root,
              java.util.Map<Node,​Node> mappings)
    • Method Detail

      • root

        public Node root()
      • mappingFor

        public <T extends Node> T mappingFor​(T node)